Hi, not sure but I think default is container managed tx, so you have to
explicit told your bean will take care of TXs, something like this:
@TransactionManagement(TransactionManagementType.BEAN)
public class YourBean implements YourInterface
Hope it helps.
bye
Dalibor
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991647#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...