[
https://issues.apache.org/jira/browse/ARIES-735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christian Schneider resolved ARIES-735.
---------------------------------------
Resolution: Fixed
Assignee: Christian Schneider (was: Timothy Ward)
Fix Version/s: jpa-2.0.0
Aries JPA 2 now supports creation of the EntityManagerFactoryBuilder service.
> Aries should support the org.osgi.service.jpa.EntityManagerFactoryBuilder
> service
> ---------------------------------------------------------------------------------
>
> Key: ARIES-735
> URL: https://issues.apache.org/jira/browse/ARIES-735
> Project: Aries
> Issue Type: Improvement
> Components: JPA
> Affects Versions: 0.3
> Reporter: Christoph Läubrich
> Assignee: Christian Schneider
> Fix For: jpa-2.0.0
>
>
> The OSGi Specification describes the service as follows:
> This service interface offers JPA clients the ability to create instances of
> EntityManagerFactory for a
> given named persistence unit.
> located in org.osgi.service.jpa / JPA Package Version 1.0.
> Bundles wishing to use this package must list the package in the
> Import-Package header of the bundle's
> manifest. For example:
> Import-Package: org.osgi.service.jpa; version="[1.0,2.0)"
> Aries seems not using this package, nor registering any service against this
> interface.
> Preffered solution:
> Either include this interface in the base jpa bundle or provide a seperate
> one and import it to register EntityManagerFactoryBuilder as described in the
> specification
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)