*/
public void testXAExceptionToTransactionRolledbacLocalkException()
{
try
{
XAExceptionSessionLocalHome xh = (XAExceptionSessionLocalHome) new InitialContext()
.lookup("test/XAExceptionSessionLocalHome");
XAExceptionSessionLocal x = xh.create();
try
{
x.testRMERRInOnePCToTransactionRolledbackException();
}
catch (TransactionRolledbackLocalException tre)