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 connection.
Thanks, I'll bear than in mind. (We should maybe intergrate this into Jencks as an option). Though in this case, we don't need XA as the JDBC Master Slave is purely used for the Broker's persistence engine and to provide high availability and failover of brokers running against the same database. -- James ------- http://radio.weblogs.com/0112098/
