When an exception is thrown in a session bean, container rollback the transaction. You can
change that using the ApplicationException annotation in your Excpetion code. This
annotation has an attribute rollback:
@ApplicationException(rollback=false)
| public class AuditLockException extends AuditException {
| ...}
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073562#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...