bonjour à tous ;
j'ai essayé de creer une application web avec springROO 1.2 j'ai utilisé DATANUCLEUS comme ORM,
le probleme est au moment de lancer l'application sur le serveur j'ai eu cette erreur :
ERROR DataNucleus.Persistence - Error : An error occurred trying to instantiate an instance of the API adapter "org.datanucleus.api.jpa.JPAAdapter" (perhaps you dont have the requisite datanucleus-api-XXX jar in the CLASSPATH, or the api jar for the persistence spec you are using?) : {1}

pourtant j'ai vérifié et la class "org.datanucleus.api.jpa.JPAAdapter" existe bien dans le CLASSPATH.
Donc si quelqu'un à une idée comment réglé ça merci de m'aider