LongkerDandy a écrit : > Hi > > I'm been try to use DataNucleus/JDO with felix, but no success. > There are some ClassNotDefine exception which I think is something about > classloader. > > I may able bypass this, but since most JDO/JPA framwork are based on > classloader. > I wonder if there are any better way to do the ORM thing with OSGi. > And if anyone has some successful story with it. > > Regards > LongkerDandy > >
Am using EclipseLink in my current project. The only requirement besides installing EclipseLink bundles is to add "JPA-PersistenceUnits" to the bundle containing Entity classes. Checkout the examples http://wiki.eclipse.org/EclipseLink/Examples/OSGi HTH, --Daoud. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

