return getDeploySetup(t2, "jbosstestadapter.rar");
}
public void testXAExceptionToTransactionRolledbackException() throws Exception
{
XAExceptionSessionHome xh = (XAExceptionSessionHome)getInitialContext().lookup("test/XAExceptionSessionHome");
XAExceptionSession x = xh.create();
try
{
x.testXAExceptionToTransactionRolledbackException();
}
catch (TransactionRolledbackException tre)