public void testRMERRInOnePCToTransactionRolledbackExceptionOnServer() throws Exception
{
XAExceptionTestSessionHome xth = (XAExceptionTestSessionHome)getInitialContext().lookup("test/XAExceptionTestSessionHome");
XAExceptionTestSession xt = xth.create();
xt.testRMERRInOnePCToTransactionRolledbackException();
}
public void testXAExceptionToTransactionRolledbacLocalkExceptionOnServer() throws Exception
{
XAExceptionTestSessionHome xth = (XAExceptionTestSessionHome)getInitialContext().lookup("test/XAExceptionTestSessionHome");