I see this is an old thread but just in case someone nees a solution... try to enclose
everyting in a UserTransaction. If you take an EJB3 entity outside the transaction, you
cannot re-persist it or iterate over CMRs, etc. You need then a UserTransaction in the
client side.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057182#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...