Re: JPA component and JTA

2012-10-07 Thread Christian Müller
You can find a working example with Bitronix here [1]. [1] https://github.com/muellerc/camel-in-transaction Best, Christian On Sat, Oct 6, 2012 at 9:19 AM, Babak Vahdat wrote: > Hi > > Setting up JTA is not that easy. Have you verified that Bitronix can > properly "talk" with your JDBC driver?

Re: Mail reading goes in loop

2012-10-07 Thread Ketan Barapatre
Thank you for reply. I will try all possible solutions and update with result. Thank you Ketan On Oct 6, 2012 12:41 PM, "Claus Ibsen" wrote: > Hi > > You would need to use the idempotent consumer EIP to filter out duplicates > etc > http://camel.apache.org/idempotent-consumer.html > > Otherwise

Re: Camel Tracer example - Database

2012-10-07 Thread Gnanaguru S
Hello Christian, After verifying with Derby. I altered the configuration in persistence.xml for derby. Now the application is connected with Derby. I can see the connectivity log. But when I run the example, Tracer was not able to store the message into the database. It throws this error messag