I tried to set the EntityManager using it's factory, but I have a transaction 
exception about setting an autcomit

EntityManagerFactory entityManagerFactory = 
Persistence.createEntityManagerFactory("MyUnit");
this.entityManager = entityManagerFactory.createEntityManager();

Any idea?

Regards

JF HEINTZ

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069186#4069186

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069186
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to