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 615F111D44 for ; Fri, 4 Jul 2014 02:54:51 +0000 (UTC) Received: (qmail 92741 invoked by uid 500); 4 Jul 2014 02:54:50 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 92614 invoked by uid 500); 4 Jul 2014 02:54:50 -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 7478 invoked by uid 99); 3 Jul 2014 17:58:29 -0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Date: Thu, 3 Jul 2014 10:58:02 -0700 (PDT) From: sushil_vsk5 To: users@camel.apache.org Message-ID: <1404410282324-5753300.post@n5.nabble.com> Subject: Spring DSL Type Converters MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello: I want to specify my type converters as Spring beans and refer to them inside the application context file, something similar to what we can do for Components rather than allowing Camel to auto-discover them. Is this possible? I need to do this as sometimes I am hitting a loading issue when running in a JBoss 7 container (it does parallel loading of components) where a route is loaded from Spring while the default type converters are still not discovered. This ends up in the route failing to start up (no type converter found from java.lang.String to java.lang.Integer, etc.) However, this is intermittent and most of the time all start up fine and the routes get initialized properly Regards, Sushil -- View this message in context: http://camel.465427.n5.nabble.com/Spring-DSL-Type-Converters-tp5753300.html Sent from the Camel - Users mailing list archive at Nabble.com.