Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
jpa-2.5.0
-
None
-
None
Description
The Aries JPA ManagedEMF registers a managed service factory for each "complete" EntityManagerFactory service. This isn't part of the JPA service specification, but does provide a nice way to fix up clients which don't use the EMFBuilder.
The problem is that if no Config Admin is available in the framework then no EMF service is ever registered!
The only call to createAndPublishEMF is from the updated method, and the updated method is only called if Config Admin is running!
Having a running Configuration Admin should not be a hard requirement for Aries JPA.