Thanks for your answers.

Romain, 

I tried with jca adaptor but my problem always exist, the method "delete" of
my MapStore is invoked before the end of my route. I configured tomee.xml
with the tag <Deployments dir="apps/"  autoDeploy="true" /> and it's ok, my
adaptor is deployed (Cf below)

INFO: Configuring enterprise application:
C:\Dev\apache-tomee-plus-1.5.1\resources\hazelcast-ra-2.5.rar
5 févr. 2013 09:47:30 org.apache.openejb.config.OutputGeneratedDescriptors
writeRaXml
INFO: Dumping Generated ra.xml to:
C:\Users\T0135150\AppData\Local\Temp\ra-3367535903212890335hazelcast-ra-2.5.xml
5 févr. 2013 09:47:30 org.apache.openejb.config.ConfigurationFactory
configureService
INFO: Configuring Service(id=HazelcastResourceAdapter, type=Resource,
provider-id=HazelcastResourceAdapter)
5 févr. 2013 09:47:30 org.apache.openejb.config.ConfigurationFactory
configureService
INFO: Configuring Service(id=hazelcast-ra-2.5, type=Resource,
provider-id=hazelcast-ra-2.5)
5 févr. 2013 09:47:30 org.apache.openejb.config.AppInfoBuilder build
INFO: Enterprise application
"C:\Dev\apache-tomee-plus-1.5.1\resources\hazelcast-ra-2.5.rar" loaded.

In my web.xml, I added :

<resource-ref>
                <res-ref-name>hazelcast-ra-2.5</res-ref-name>
                <res-type>com.hazelcast.jca.ConnectionFactoryImpl</res-type>
                <res-auth>Container</res-auth>
        </resource-ref>

No changes.

Any Idea ? Have you tried before with the camel-hazelcast component ?


Thank 




--
View this message in context: 
http://camel.465427.n5.nabble.com/camel-hazelcast-Transactions-tp5726943p5726955.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to