Package org.jboss.test.jbossts.recovery

Examples of org.jboss.test.jbossts.recovery.TestASRecovery.addResource()


         log.info("BMT method called with tx status: " + txStatus);

      log.info("BMT testXA called with " + specs.length + " specs");

      for (ASFailureSpec spec : specs)
         xatest.addResource(spec);

      return xatest.startTest() ? "Passed" : "Failed";
   }

   public String testXA(String testEntityPK, boolean reverseOrder, ASFailureSpec... specs)
View Full Code Here


         return "Failed";
      }
      else
      {
         for (ASFailureSpec spec : specs)
            xatest.addResource(spec);

         xatest.startTest(tx);

         return "Passed";
      }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.