anonymous wrote : So does this mean I do not need to call em.getTransaction.begin(),
em.getTransaction.commit() and em.getTransaction.rollback() but it still means I need to
call em.persist(myEntity) or em.delete(myEntity) from inside the bean, right ?
Yes. It does.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200499#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...