Re: camel-jdbc and transction manager support

2016-07-28 Thread Paolo Antinori
rm the commit at > the end, when the TX is set to commit. > > > > On Wed, Jul 27, 2016 at 6:50 PM, Paolo Antinori > wrote: > > Hi, I'm trying to understand if camel-jdbc can work under the > coordination > > of a transaction manager. > > > > I hav

camel-jdbc and transction manager support

2016-07-27 Thread Paolo Antinori
Hi, I'm trying to understand if camel-jdbc can work under the coordination of a transaction manager. I have found this old JIRA: https://issues.apache.org/jira/browse/CAMEL-3803 And not much more in git history of JdbcProducer class. Can anyone confirm?

Re: Camel zookeeper is not creating the znode

2015-11-09 Thread Paolo Antinori
Hi, I have just tried to use camel-zookeeper component and it worked fine for me. Regarding Akram example, probably you haven't created the znodes until the location where you want to create yours. ex. /path1/child1 needs to exist, if you want camel-zookeeper being able to create /path1/child1/te