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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...