-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: javax.persistence.PersistenceException
PostPosted: Mon Aug 18, 2008 10:17 am 
Newbie

Joined: Mon Aug 18, 2008 9:08 am
Posts: 1
Hallo, ich habe folgendes Problem:

Wenn ich alle Hibernate-Jars zusammen mit meinem Projekt in einer großen .jar verpacke funktioniert alles einwandfrei, teil ich das ganze jedoch auf in einen ordner mit den ganzen Hibernate-Jars und eine .jar wo mein projekt drinnen ist bekomme ich:

javax.persistence.PersistenceException: No Persistence provider for EntityManager named DOD

Die Struktur sieht also wie folgt aus:

/verzeichnis/projekt.jar
/verzeichnis/hibernate/hibernate3.jar
/verzeichnis/hibernate/ejb3-persistence.jar
/verzeichnis/hibernate/....

ich starte das ganze:

java -cp /verzeichnis/hibernate/*:projekt.jar rmi.StartKlasse

Bin langsam etwas verzweifelt, könnte es auch daran liegen dass das Projekt auf RMI basiert und die CodeBase-Property sich vielleicht etwas von dem Classpath unterscheidet?
Habe im Client und im Server folgendes vereinbart:

System.setProperty("java.rmi.server.codebase",
"http://url.to.server/dod/projekt.jar " +
"http://url.to.server/dod/hibernate/");

Die persistence.xml liegt in projekt/META-INF/persistence.xml
Also wie gesagt ist alles in einer .jar funktioniert es einwandfrei, bei aufteilung gehts nichtmehr :(


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.