User: mulder
Date: 00/10/21 09:29:25
Added: src/bin xatest.sh
Log:
Added a test of 2-phase commit.
This creates 3 connections across 2 data sources and does work on them
and commits them together as a 2-phase commit transaction.
You must create DB Pools "XADataSource1" and "XADataSource2" pointing to
different DBs, and create a table in each - it'll spew out the table
create statement if you run it and it can't find the tables.
Revision Changes Path
1.1 jbosstest/src/bin/xatest.sh
Index: xatest.sh
===================================================================
#!/bin/sh
java -classpath ../lib/xatestclient.jar org.jboss.test.xa.test.Main $*