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