I think it all depends on the transaction attributes.
You have to make sure that the fetching and modification of the entity happen within the
same transaction, by annotating the outer ejb with
| @TransactionAttribute(javax.ejb.TransactionAttributeType.REQUIRED)
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235191#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...