}
public void testRMERRInOnePCToTransactionRolledbackException() throws Exception
{
XAExceptionSessionHome xh = (XAExceptionSessionHome)getInitialContext().lookup("test/XAExceptionSessionHome");
XAExceptionSession x = xh.create();
try
{
x.testRMERRInOnePCToTransactionRolledbackException();
}
catch (TransactionRolledbackException tre)
{
getLog().info("testXAExceptionToRollbackException passed");
return;