To learn blueprint and container managed jpa I have setup a simple project with aries 1.0.0, eclipselink 2.4.0 (with aries.eclipselink.adapter) and equinox 3.8.x.

I have a bundle ch.eugster.herakles.datasource.derby that provides datasources for a memory database (heraklesdb). The bundle ch.eugster.herakles.persistence contains the entity and dao classes and a persistence.xml and an orm.xml.

When I run the example I get the following output (picked from the console) in the console, that rise some questions:

...
INFO: The org.osgi.service.jdbc package is unavailable. As a result the Aries JPA container will not offer any DataSourceFactory integration.
...

I know, that I have the osgi.enterprise bundle on the classpath. Why does it say, the org.osgi.service.jdbc package is unavailable? The osgi container is set to default auto-start: true, default start level is 4 the osgi.enterprise bundle I have set to start level 3.

Thank you!

Reply via email to