XAExceptionSessionLocalHome xh = (XAExceptionSessionLocalHome) new InitialContext()
.lookup("test/XAExceptionSessionLocalHome");
XAExceptionSessionLocal x = xh.create();
try
{
x.testXAExceptionToTransactionRolledbackException();
}
catch (TransactionRolledbackLocalException tre)
{
log.info("Test worked");
return;