public void testXAExceptionToTransactionRolledbacLocalkExceptionOnServer() throws Exception
{
XAExceptionTestSessionHome xth = (XAExceptionTestSessionHome)getInitialContext().lookup("test/XAExceptionTestSessionHome");
XAExceptionTestSession xt = xth.create();
xt.testXAExceptionToTransactionRolledbacLocalkException();
}
public void testSimulateConnectionError() throws Exception
{
XAExceptionSessionHome xh = (XAExceptionSessionHome)getInitialContext().lookup("test/XAExceptionSessionHome");