[jpa] Add support for the standard JPA service extender capability Fixes ARIES-1671
git-svn-id: https://svn.apache.org/repos/asf/aries/trunk/jpa@1785286 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/aries-jpa/repo Commit: http://git-wip-us.apache.org/repos/asf/aries-jpa/commit/07a76098 Tree: http://git-wip-us.apache.org/repos/asf/aries-jpa/tree/07a76098 Diff: http://git-wip-us.apache.org/repos/asf/aries-jpa/diff/07a76098 Branch: refs/heads/master Commit: 07a7609829205b311b476c5d3bf8f871dd2c05b5 Parents: 8b366ae Author: timothyjward <timothyjward@13f79535-47bb-0310-9956-ffa450edef68> Authored: Fri Mar 3 12:50:24 2017 +0000 Committer: timothyjward <timothyjward@13f79535-47bb-0310-9956-ffa450edef68> Committed: Fri Mar 3 12:50:24 2017 +0000 ---------------------------------------------------------------------- jpa-container/osgi.bnd | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/07a76098/jpa-container/osgi.bnd ---------------------------------------------------------------------- diff --git a/jpa-container/osgi.bnd b/jpa-container/osgi.bnd index 0616b1e..bb4fd81 100644 --- a/jpa-container/osgi.bnd +++ b/jpa-container/osgi.bnd @@ -7,6 +7,7 @@ Import-Package: \ Bundle-Activator: org.apache.aries.jpa.container.impl.Activator Provide-Capability: \ osgi.extender;osgi.extender=aries.jpa;version:Version="${project.version.clean}",\ + osgi.extender;osgi.extender="osgi.jpa";version:Version="1.1";uses:="org.osgi.service.jpa,javax.persistence",\ osgi.service;objectClass=javax.persistence.EntityManagerFactory;effective:=active;uses:=javax.persistence,\ osgi.service;objectClass=org.osgi.service.jpa.EntityManagerFactoryBuilder;effective:=active";uses:=org.osgi.service.jpa Require-Capability: \
