Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5CB15110D2 for ; Tue, 9 Sep 2014 12:06:54 +0000 (UTC) Received: (qmail 31737 invoked by uid 500); 9 Sep 2014 12:06:53 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 31688 invoked by uid 500); 9 Sep 2014 12:06:53 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Delivered-To: moderator for users@camel.apache.org Received: (qmail 31080 invoked by uid 99); 9 Sep 2014 11:01:36 -0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Date: Tue, 9 Sep 2014 04:01:09 -0700 (PDT) From: "rajiv.jain" To: users@camel.apache.org Message-ID: <1410260469888-5756240.post@n5.nabble.com> Subject: Apache Camel timeout during finding data through a CustomProcessor MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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.