Modifications are only rolledback when there're transactions and for such
notifications, there's @TransactionCompleted and its TransactionCompletedEvent that
contains:
/**
| * @return if <tt>true</tt>, the transaction completed by committing
successfully. If <tt>false</tt>, the transaction
| * completed with a rollback.
| */
| boolean isSuccessful();
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268026#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...