Hi
I am trying to get a basic EclipseRCP project working with Objectdb. At the very first line in creating a View
public void createPartControl(Composite parent) { EntityManagerFactory emf = Persistence.createEntityManagerFactory("$objectdb/db/pilots.odb");
I get the following:
"javax.persistence.PersistenceException: No Persistence provider for EntityManager named pilots.odb at javax.persistence.Persistence.createEntityManagerFactory(Unknown Source)....."
I have wrapped the objectdb.jar in a plugin and added tat as a dependency to the project. Not sure what else I should do.
Any help would be appreciated.
cmahony