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 30AB118BD5 for ; Thu, 19 Nov 2015 07:17:27 +0000 (UTC) Received: (qmail 80681 invoked by uid 500); 19 Nov 2015 07:17:26 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 80628 invoked by uid 500); 19 Nov 2015 07:17:26 -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 Received: (qmail 80617 invoked by uid 99); 19 Nov 2015 07:17:26 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Nov 2015 07:17:26 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 1974E180A17 for ; Thu, 19 Nov 2015 07:17:26 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.286 X-Spam-Level: ** X-Spam-Status: No, score=2.286 tagged_above=-999 required=6.31 tests=[SPF_SOFTFAIL=0.972, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id zD38Jfge35GC for ; Thu, 19 Nov 2015 07:17:18 +0000 (UTC) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id AFA492160F for ; Thu, 19 Nov 2015 07:17:17 +0000 (UTC) Received: from msam.nabble.com (unknown [162.253.133.85]) by mbob.nabble.com (Postfix) with ESMTP id 902151A66D89 for ; Wed, 18 Nov 2015 23:04:50 -0800 (PST) Date: Thu, 19 Nov 2015 00:17:16 -0700 (MST) From: alexey-s To: users@camel.apache.org Message-ID: <1447917436968-5774091.post@n5.nabble.com> In-Reply-To: <1447906277627-5774078.post@n5.nabble.com> References: <1447859116079-5774062.post@n5.nabble.com> <1447906277627-5774078.post@n5.nabble.com> Subject: Re: OSGi CamelHttpTransportServlet error MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit One OSGi bundle can be regarded as a WAR or EAR module in the JavaEE server. I'm talking about the fact that in different modules can not use servlets with the same name. The fact that the component camel-servlet comprises a static cache And he's one for all the modules. Something similar can be created or JBossAS WindFly, if the Apache Camel modules put to directory $JBOSS_HOME/modules. Next, I point out different names servlets. I get a second mistake. In Java DSL Rest API I do not see a method that determines the name of the servlet. -- View this message in context: http://camel.465427.n5.nabble.com/OSGi-CamelHttpTransportServlet-error-tp5774062p5774091.html Sent from the Camel - Users mailing list archive at Nabble.com.