[jboss-user] [EJB 3.0] - @ApplicationException(rollback=true) in Inheritance
ALRubinger
do-not-reply at jboss.com
Wed Apr 11 13:34:16 EDT 2007
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#4036462
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036462
More information about the jboss-user
mailing list