Hi,
i'm using the EJB3 example from jpwh-gettingstarted-061110.zip
No i like to upgrade to the current hibernate
Code:
hibernate-3.2.2.ga.tar.gz hibernate-annotations-3.2.1.GA.tar.gz hibernate-entitymanager-3.2.1.GA.tar.gz
This fails with:
Code:
java.lang.RuntimeException: java.lang.NoSuchMethodError: org.jboss.mx.util.MBeanServerLocator.setJBoss(Ljavax/management/MBeanServer;)V
at org.jboss.ejb3.embedded.EJB3StandaloneBootstrap.boot(EJB3StandaloneBootstrap.java:386)
Is there a clear way how to get the newest hibernate running with the jboss embedded micro kernel framework?
Thanks
Marcel