Joined: Sat Sep 10, 2011 10:22 pm Posts: 8
|
I am trying to use Hibernate as the unmanaged JPA provider in an Eclipse RCP application using Tycho as the maven plugin.
A requirement for an RCP application is that all jars be OSGi bundles. Using these bundles, a target environment is built in Eclipse that provides the RCP equivalent of a build path / library for a standard Java project.
I have reviewed the unmanaged JPA application on the docs (http://docs.jboss.org/hibernate/orm/4.2/devguide/en-US/html/ch17.html) but still unable to successfully build target environment.
Does anyone have a target environment using Hibernate OSGi that works with an RCP application?
|
|