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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to