Thanks...
Sorry, In fact I am the problem !!! Lol

There was an exception that i haven't seen

public String createNewUser(){ 
    Utilisateur uti = new Utilisateur(); 
    uti.setUtiIdentifiant(UUID.randomUUID().toString()); 
    uti.setUtiMotDePasse("xxxx");     
    em.persist(uti);   
   ........ There is here an exception in the code, so a rollback occurs.
} 

Strange that i don't see rollback log openjpa
with 
<property name="openjpa.Log" value="DefaultLevel=TRACE, Runtime=TRACE,
JDBC=TRACE" />



--
View this message in context: 
http://karaf.922171.n3.nabble.com/JPA-JTA-tp4034133p4034157.html
Sent from the Karaf - User mailing list archive at Nabble.com.

Reply via email to