Element Summary

ElementDescriptionClass
recoverableDataSourceDefines a JDBC DataSource that will auto-enlist into existing XA transactions. The DataSource will also be registered with the Aries/Geronimo transaction manager in order to provide proper transaction recovery at startup. Other considerations such as connection pooling and error handling are completely ignored.org.apache.aries.transaction.jdbc.RecoverableDataSource

Element Detail

Element: recoverableDataSource

AttributeTypeDescription
namexs:stringThe unique name for this managed XAResource. This name will be used by the transaction manager to recover transactions.
ElementTypeDescription
dataSource<spring:bean/>The XADataSource object to wrap.
transactionManager<spring:bean/>The XA TransactionManager to use to enlist the JDBC connections into.