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