public void testSimulateConnectionError() throws Exception
{
XAExceptionSessionHome xh = (XAExceptionSessionHome)getInitialContext().lookup("test/XAExceptionSessionHome");
XAExceptionSession x = xh.create();
x.simulateConnectionError();
}
public void testSimulateConnectionErrorWithTwoHandles() throws Exception
{
XAExceptionSessionHome xh = (XAExceptionSessionHome)getInitialContext().lookup("test/XAExceptionSessionHome");