Package org.jboss.test.xa.interfaces

Examples of org.jboss.test.xa.interfaces.XATest.clearData()


        }

         // sed kicks ass
        System.out.print(++test+"- "+"Clearing any old data...");
        try {
            bean.clearData();
            log.debug("OK");
        } catch(Exception e) {
             // sed kicks ass
            log.debug("Could not clear the data: did you create the table in both data sources?");
            log.debug("CREATE TABLE XA_TEST(ID INTEGER NOT NULL PRIMARY KEY, DATA INTEGER NOT NULL)");
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.