Hi ! Thanks a lot but i am still not getting how to to this ! There is an existing JCA Adpater for Kodo, according to to spec for resource adpaters. So With JCA adapter i mean resource adapter. In an ordinary JEE conatiner it is possibly to deploy these connectors. I could see in a conf example for ActiveMQ, there were some resource adapter. So i don't want to replace Jencks or alter it if not needed. Is that needed ? Is there a more simplier solution, for obtaining a usertransaction ? Kodo is a database jdoimplementation framework !
Can anyone help? Thanks Daniel gnodet wrote: > > It should be easy to use any transaction manager inside ServiceMix. > However changing, the JCA connector will require more work as you > need to find a JCA implementation which can work on top of your > TM. Currently, ServiceMix uses the Geronimo connector which is tied > to the Geronimo TM. To use a resource adapter for inbound > connections, the main class needed is an implementation of the > BootstrapContext (just create a WorkManager should be sufficient). > > For oubtound connections, it will be more difficult, as you will need > to take care of resource pooling, enlistement ... > > On 12/12/06, fordan <[EMAIL PROTECTED]> wrote: >> >> Hi! >> >> I don't really know how to setup JCA adapter with Jencks. Can anyone help >> ? >> It is not that well documented. The goal is to create a usertransaction >> with >> Kodo >> to run inside ServiceMix container as container managed transaction. >> >> Thanks Daniel >> -- >> View this message in context: >> http://www.nabble.com/Setup-Kodo-as-a-JCA-adapter-with-Jencks-tf2807982s12049.html#a7834734 >> Sent from the ServiceMix - User mailing list archive at Nabble.com. >> >> > > > -- > Cheers, > Guillaume Nodet > > -- View this message in context: http://www.nabble.com/Setup-Kodo-as-a-JCA-adapter-with-Jencks-tf2807982s12049.html#a7835877 Sent from the ServiceMix - User mailing list archive at Nabble.com.
