I am using the jpa spec bundle from
|<||dependency||>|
|||<||groupId||>org.osgi</||groupId||>|
|||<||artifactId||>org.osgi.service.jpa</||artifactId||>|
|||<||version||>1.0.0</||version||>|
|</||dependency||>|


Unfortunately it does not work with jpa 2.1. The error is:
missing requirement [org.osgi.service.jpa/1.0.0.201505202024] osgi.wiring.package; filter:="(&(osgi.wiring.package=javax.persistence)(version>=1.1.0)(!(version>=2.0.0)))"]]]]]]]]

Will this be fixed in a new version soon?

This prevents the usage of the jpa spec with any modern jpa provider.

Christian

--
Christian Schneider
http://www.liquid-reality.de

Open Source Architect
http://www.talend.com

_______________________________________________
OSGi Developer Mail List
osgi-dev@mail.osgi.org
https://mail.osgi.org/mailman/listinfo/osgi-dev

Reply via email to