Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 5460 invoked from network); 31 Dec 2008 08:29:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Dec 2008 08:29:12 -0000 Received: (qmail 92674 invoked by uid 500); 31 Dec 2008 08:29:12 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 92653 invoked by uid 500); 31 Dec 2008 08:29:12 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 92641 invoked by uid 99); 31 Dec 2008 08:29:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Dec 2008 00:29:12 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Dec 2008 08:29:04 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1LHwRX-0001Lw-Hh for camel-dev@activemq.apache.org; Wed, 31 Dec 2008 00:28:43 -0800 Message-ID: <21228613.post@talk.nabble.com> Date: Wed, 31 Dec 2008 00:28:43 -0800 (PST) From: Ganesh_Progress To: camel-dev@activemq.apache.org Subject: Problem with jetty endpoint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: chganeshch@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hi I have created a camel configuration with Jetty and a file endpoint.=20 I got the following error, when I tried to run the created the configuration. org.apache.camel.NoSuchEndpointException: No endpoint could be found for: jetty:http://localhost:8080/test/dump/info (Jetty server is running at 8080 port) Following is the Camel Configuration, for which I got the =E2=80=9CNoSuchEndpointException=E2=80=9D. I added jetty-client.jar and jetty.jar to my classpath. Exception: NoSuchEndpointException. I added jetty-client.jar, camel-jetty1.4.0Fuse.jar and jetty.jar to my classpath. Exception: =E2=80=9Corg.apache.camel.ResolveEndpointFailedException=E2=80= =9D I added jetty-client.jar, camel-http.jar, camel-jetty1.4.0Fuse, jetty.jar, jetty-util.jar and jetty-xbean.jar to my classpath. Exception: java.lang.NoClassDefFoundError: org/apache/commons/httpclient/HttpConnectionManager Am I missing some thing here? I'm Using Messaging broker 5.1.0.1, Apache Camel 1.4 and jetty-7.0.0pre5 server. Can somebody help me to overcome this issue? Regards, Gaensh --=20 View this message in context: http://www.nabble.com/Problem-with-jetty-endp= oint-tp21228613s22882p21228613.html Sent from the Camel - Development mailing list archive at Nabble.com.