User: user57
Date: 01/07/05 17:38:51
Modified: src/main/org/jboss/test/xa/interfaces XATest.java
Log:
o changed xatest.sh to use the JUnit runner & cleaned up classpath.
o cleaned up commandline in mq-test.sh.
o Changed XATest so that it deploys/tests/undeploys.
o Added a createTables() method in XATestBean that will try to drop/create
the required tables in the datasources.
o Changd the jboss.xml to use java:/DefaultDS and java:/InstantDB for the
two datasource references.
o Updated the build for the xatest to include the org.jboss.test.util classes.
Revision Changes Path
1.3 +10 -1 jbosstest/src/main/org/jboss/test/xa/interfaces/XATest.java
Index: XATest.java
===================================================================
RCS file:
/cvsroot/jboss/jbosstest/src/main/org/jboss/test/xa/interfaces/XATest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- XATest.java 2001/01/07 23:14:43 1.2
+++ XATest.java 2001/07/06 00:38:51 1.3
@@ -1,9 +1,18 @@
package org.jboss.test.xa.interfaces;
+import java.sql.SQLException;
import java.rmi.RemoteException;
+
import javax.ejb.EJBObject;
+import javax.naming.NamingException;
-public interface XATest extends EJBObject {
+public interface XATest
+ extends EJBObject
+{
+ public void createTables()
+ throws NamingException, SQLException, RemoteException;
+
public void clearData() throws RemoteException;
+
public void doWork() throws CantSeeDataException, RemoteException;
}
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development