Closed GoogleCodeExporter closed 8 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
Any news?
Original comment by evernat@free.fr
on 28 Apr 2015 at 10:22
No response from the reporter, so closing as invalid/incomplete.
Original comment by evernat@free.fr
on 21 Jun 2015 at 11:35
Original issue reported on code.google.com by
junejo.s...@gmail.com
on 27 Mar 2015 at 7:19