Just put a transaction annotation above your submit/update method
@TransactionAttribute(TransactionAttributeType.<YOUR_TYPE>)
public void update() {
.........
}
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4092203#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...