OSGI « Development « JPA Q&A





1. hibernate Osgi issue    forum.hibernate.org

hi , I am trying a hibernate connection with an OSGI bundle , I am deploying the bundle in eclipse using EQUINOX .. While doing the same I am facing the error: at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:805) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:754) at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:352) at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:280) at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:272) at org.eclipse.osgi.framework.internal.core.FrameworkCommandProvider._start(FrameworkCommandProvider.java:253) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.osgi.framework.internal.core.FrameworkCommandInterpreter.execute(FrameworkCommandInterpreter.java:155) at org.eclipse.osgi.framework.internal.core.FrameworkConsole.docommand(FrameworkConsole.java:303) at ...

3. OSGi bundle for Hibernate?    forum.hibernate.org

Hi, I want to use Hibernate in an OSGi/Equinox environment. Although Hibernate is used widely to explain Buddy Policy and the Classloading issues in OSGi, I can not find any tutorial / howto for bundling the hibernate core. I know I can import the core jar as a plug in in eclipse, but that's not resolving the hibernate dependencies to 3rd ...