HI,
I'd like using this kind of annotation:
@TransactionAttribute(TransactionAttributeType.REQUIRES_NEW).
Consider that I have this situation:
1)I call a first method of ejb3/seam marked with the above annotation.
2)Inside that method I call another method that I want starts in a different transaction
and then I mark also this method with the same annotation.
The problem is that there is always a unique transaction and the commit operation is
carried out at the end of first method.
Thanks a lot
Bye
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091417#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...