Hi all,
I have some questions about Eclipselink JPA in OSGi:
The first one is about the architecture of JPA OSGi, which bundle from JPA
read the persistence.xml? And which bundle reads the persistence Unit
declared in the manifest? how the persistence Unit is handled by JPA? What
happens if I have several bundles publishing the same persistence Unit or
what happen if I have several bundles using the same data base with
different persistence units? A big picture would be ok to understand how
Eclipselink JPA works with OSGi. Does anybody knows where could I find
this information or someone knows how it works?