I've used OpenJPA 2.0 with OSGi, though only in as yet unreleased projects so there may be things I missed. I found it much simpler to get going in OSGi than Hibernate (which was my first attempt). I strongly recommend giving OpenJPA a go - I've switched to using it in my non-JPA projects too now, partly because I only want to work with one ORM and partly because I find OpenJPA better documented than Hibernate with JPA (the documentation for Hibernate with JPA tends to relate everything to the normal behaviour of Hibernate, which isn't much help if you don't know that).
Jim -----Original Message----- From: LongkerDandy [mailto:[email protected]] Sent: 11 September 2010 13:03 To: [email protected] Subject: ORM Framework Suggestions 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

