Hello everyone,
I'm a beginner to the OSGi world, and I need a simple example of an
application using JPA (with any provider) that allows me to develop my
own implementation.
I tried to follow what is described here:
http://jaxenter.com/tutorial-using-jpa-in-an-osgi-environment-36661.html
but whenever I try to start my bundle, I have this error:
org.osgi.framework.BundleException: Unresolved constraint in bundle
mouza-db [2]: Unable to resolve 2.0: missing requirement [2.0]
osgi.wiring.package;
(&(osgi.wiring.package=javax.persistence)(jpa=2.0)(version>=1.1.0))
Regards,
Khadija