Open GoogleCodeExporter opened 9 years ago
When deploying your application, jboss tries to cast the
net.bull.javamelody.JpaPersistence class into
javax.persistence.spi.PersistenceProvider.
This is supposed to work, but does not in your case, perhaps because you have
several javax.persistence.spi.PersistenceProvider classes loaded: one
javax.persistence.spi.PersistenceProvider class loaded from jboss and one
javax.persistence.spi.PersistenceProvider class loaded from your app?
So do you have a jar file of the jpa api in your app, for example
hibernate-jpa-2.0-api-1.0.1.Final.jar ?
If yes, should this jar file be removed from your app, because it is already
provided by jboss EAP 6.3?
Original comment by evernat@free.fr
on 1 Apr 2015 at 10:33
Original issue reported on code.google.com by
junejo.s...@gmail.com
on 27 Mar 2015 at 7:19