I think this will work if you use the factory to create separate EMs:
@PersistenceUnit javax.persistence.EntityManagerFactory emf;
then:
EntityManager em1 = emf.createEntityManager();
| ...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041979#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...