Implements the JPA Service Specification from the OSGi compendium spec. Additionally some convenience services are provided to make it easier to use JPA in blueprint and DS.
http://aries.apache.org/modules/jpaproject.html
mvn clean install
See examples.
See itests/jpa-tck-itest/README.txt
Run the tck tests to make sure we are still conforming to the spec.
mvn clean deploy
mvn release:prepare -Darguments="-DskipTests"
mvn release:perform
After the release make sure to adapt the versions in the tck test modules.