Does anyony have an example how to use JPA (Hibernate) with iPOJO?
What is the usual way how OSGi bundles (using iPOJO) interact with databases. For example, is the EntityManagerFactory provided as a service? Or is there a single service that is responsible for working with the database (and this service create an EntityManager using the factory)?