you have to try "Extended Persistence Contexts and Application Transactions",see
the tutorial of jboss-ejb3-doc ,just like:
@PersistenceContext(type=PersistenceContextType.EXTENDED) EntityManager em;
by dennis
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969409#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...