I need distributed transactions in my application. Therefore I need the managed version On May 2, 2012 4:34 AM, "Torsten Krah" <[email protected]> wrote:
> If you use Spring (declarative) tx management, why not let spring > actually take care of managing the transactions and use an standard > BasicDataSource instead of mixing both? > > > Am Freitag, den 27.04.2012, 10:39 -0400 schrieb James Carman: > > I'm trying to use a BasicManagedDataSource inside FuseESB/ServiceMix > > using Spring's transaction management and Aries' provided transaction > > manager. I'm setting the transactionManager property of the BMDS, but > > I don't see my transactions actually committing. I see in: > > > > https://issues.apache.org/jira/browse/DBCP-361 > > > > that "BMDS won't work with Spring declarative transactions and > > PROPAGATION_REQUIRED." Is this still true? I'm using version 1.4. > > Does anyone know exactly what the issue seems to be with Spring? > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > >
