You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@aries.apache.org by lb <lb...@gmail.com> on 2013/07/11 16:43:34 UTC

Start order of JPA bundles

Hi,
I've started a project to provide some starting point for OSGi development
with focus on Apache Karaf (https://github.com/lburgazzoli/lb-karaf-examples)
and working on OSGi/JPA samples I've found out that some implementations
require to be started after the persistence-bundle:
- datanucleus
- hinernate-osgi
- batoojpa

For my understanding, is that an issue with the JPA implementation or
something related to aries-jpa and its support for the JPA implementations?

thx - Luca