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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...