Re: JDBC based Master Slave

2006-07-24 Thread James Strachan
On 7/22/06, Dain Sundstrom [EMAIL PROTECTED] wrote: If you are using the Geronimo transaction manager, you may want to use the org.apache.geronimo.connector.outbound.transactionlog.JDBCLog, which stores the tx log in the database. This will allow you to support full XA with a single non-xa jdbc

Re: JDBC based Master Slave

2006-07-21 Thread Dain Sundstrom
If you are using the Geronimo transaction manager, you may want to use the org.apache.geronimo.connector.outbound.transactionlog.JDBCLog, which stores the tx log in the database. This will allow you to support full XA with a single non-xa jdbc connection. -dain On Jul 21, 2006, at 7:24