You can annotate a user defined exception as such
| @ApplicationException(rollback=true)
| public class MyException extends Exception {
|
| ...
|
| }
|
This instructs the TM to rollback if this exception is thrown.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4015165#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...