[jboss-user] [Installation, Configuration & Deployment] - Re: strange! halt of jboss + DB2(XA)

richard_djs do-not-reply at jboss.com
Tue Dec 5 02:37:30 EST 2006


table1 and table2 are exist in same db. For example, table1 is for business and table2 is for log.

I start the transation from EJB(Stateless,Bean).
try
{
ut = sessionContext.getUserTransaction();
ut.begin();
.......
ut.commit;
}
catch(Exception e){ut.rollback}



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991197#3991197

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991197



More information about the jboss-user mailing list