camel-hazelcast & Transactions

2013-02-04 Thread xanko
Hi, I want use hazelcast component to share data between routes. See below (in a webapp with spring) : http://camel.apache.org/schema/spring";>

Re: camel-hazelcast & Transactions

2013-02-05 Thread xanko
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 and it's ok, my adaptor is deployed (Cf below) INFO: Configuring enterprise application: C:\Dev\a

Re: camel-hazelcast & Transactions

2013-02-05 Thread xanko
Good question... I added in my spring configuration and I thought it was sufficient for Camel to connect himself to tomee transaction manager. Apparently no but all information that I found on Camel website concerned Jms or Database transaction manager. Moreover, I didn't find information abo

Re: camel-hazelcast & Transactions

2013-02-05 Thread xanko
If I use directly the transactionManager of TomEE, the problem is the same :/ I don't see where looking for now... Maybe I will find another day Thank for your help -- View this message in context: http://camel.465427.n5.nabble.com/camel-hazelcast-Transactions-tp5726943p5726980.html Sent from

Re: camel-hazelcast & Transactions

2013-02-07 Thread xanko
I found a solution really simple... I edited directly the camel-hazelcast component ^^ Indeed it's a mix between the components seda & hazelcast and the transactions are never started. I don't know if it's the best solution but it works :) Prerequisite : The transactions are configured with cam

Re: camel-hazelcast & Transactions

2013-02-08 Thread xanko
Hi Christian, Of course, I prepare the patch and submit it today if I can. Thomas -- View this message in context: http://camel.465427.n5.nabble.com/camel-hazelcast-Transactions-tp5726943p5727200.html Sent from the Camel - Users mailing list archive at Nabble.com.