when i do this in between code:
txReporting.rollback();
| if(txReporting.wasRolledBack())
| System.out.printf("txReporting.wasRolledBack \n");
| if(txReporting.isActive())
| System.out.printf("txReporting.isActive \n");
It never show "txReporting.isActive" after txn.rolledback. But there's no
option/method to set it to active?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4166117#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...