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