[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: reuse same transaction hit error in JBoss
gan.gary
do-not-reply at jboss.com
Wed Jul 23 07:01:45 EDT 2008
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#4166117
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4166117
More information about the jboss-user
mailing list