cschneider wrote > I found that restarting the hibernate osgi bundle made it work again. Does > this mean this is a problem with classloading in hibernate?
It is essentially what I alluded to before. Specifically, assuming you use 4.3 or 5.0, what you see specifically boils down to org.hibernate.osgi.OsgiClassLoader and org.hibernate.osgi.OSGiClassLoaderServiceImpl and the fact that these are not rebuilt when the "requesting bundle" changes. Feel free to contact me about ways to accomplish that -- View this message in context: http://karaf.922171.n3.nabble.com/Hibernate-OSGi-Integration-tp4040190p4040384.html Sent from the Karaf - User mailing list archive at Nabble.com.
