Hi I seem to get timeout errors after 20 seconds. I have a custom processor the implements Processor. I inject a DAO and when finding the data within the custom processor it takes longer to find the data on the Apache Camel side and it timeouts. If I run the same code without Apache Camel it runs instantly.
I am unable to figure out what is the cause of the problem. I have located the code on Githib: https://github.com/rajivj2/example2 The problem is on line 27 of StatusHibernateDAO. I use a in memory database with only one table. There is only data populated. I hope you can help. -- View this message in context: http://camel.465427.n5.nabble.com/Apache-Camel-timeout-during-finding-data-through-a-CustomProcessor-tp5756240.html Sent from the Camel - Users mailing list archive at Nabble.com.
