I am curious of the status of the contribution? I am working on some
bundles that are using JPA and I am having some difficulty trying them
out using toplink in an osgi environment. My issues are mainly around
class loading. As far as I can see there is no way for me to tell
toplink programmatically where the classes live. I am using the
<exclude-unlisted-classes>false</exclude-unlisted-classes> setting. But
when i do a find i receive. "Unknown entity bean class:" The class is
definitely defined with @Entity. I would imagine this is due to it not
being on the class path. The bundle can't have a direct dependency to
toplink because we need to be able to drop in other bundles and it can't
be implementation specific it has to work with other JPA providers.