Hi Gianfranco, I think that you can use jencks transaction manager. By default, this transaction manager is defined in the conf/tx.xml spring configuration.
In your case, I guess that you need XA transaction (cause you need to use two connections on two databases in the same transaction). Regards JB On Wed 04/02/09 15:46, "Gianfranco Boccalon" [email protected] wrote: > Hi all, > I need to use a transaction manager within my custom component: can I > use the Servicemix transaction manager without defining a new one ? > How can I start and finish the transaction ? > > I don't need a transactional process, but only a transactional > component: I need to manage a transaction on 2 different databases, this > is the reason why I need a transaction manager. > > Thanks > Gianfranco > > > >
