Assuming I have:
@ApplicationException(rollback=true)
| public class MyException extends RuntimeException
and
public class MySpecialException extends MyException
...should I expect MySpecialException to rollback the transaction when encountered? Or
does it also need its own annotation?
S,
ALR
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036462#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...