Return-Path: Delivered-To: apmail-activemq-camel-user-archive@locus.apache.org Received: (qmail 2780 invoked from network); 9 Aug 2008 07:13:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Aug 2008 07:13:54 -0000 Received: (qmail 41555 invoked by uid 500); 9 Aug 2008 07:13:54 -0000 Delivered-To: apmail-activemq-camel-user-archive@activemq.apache.org Received: (qmail 41532 invoked by uid 500); 9 Aug 2008 07:13:53 -0000 Mailing-List: contact camel-user-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-user@activemq.apache.org Delivered-To: mailing list camel-user@activemq.apache.org Received: (qmail 41521 invoked by uid 99); 9 Aug 2008 07:13:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Aug 2008 00:13:53 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [195.69.129.178] (HELO exsmtp02.exserver.dk) (195.69.129.178) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Aug 2008 07:12:55 +0000 Received: from EXVS04.exserver.dk ([10.10.10.85]) by exsmtp02.exserver.dk with Microsoft SMTPSVC(6.0.3790.1830); Sat, 9 Aug 2008 09:11:05 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: JettyHttpEndpoint: bug? temporarily disabled? Date: Sat, 9 Aug 2008 09:11:00 +0200 Message-ID: <4C1FB9C00D24A140906239533638C4D204DBAF58@EXVS04.exserver.dk> In-Reply-To: <18898849.post@talk.nabble.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: JettyHttpEndpoint: bug? temporarily disabled? Thread-Index: Acj5mMk1o/uxkYMSSqe0pGN/TburtwAVeocA From: "Claus Ibsen" To: X-OriginalArrivalTime: 09 Aug 2008 07:11:05.0466 (UTC) FILETIME=[16C665A0:01C8F9EF] X-Virus-Checked: Checked by ClamAV on apache.org Hi Yes it looks odd. However camel-jetty is supposed to be used for = exposing service (then it's the consumer that is used). If you need to call external servers over the HTTP then camel-http = should be used. But Jetty is a very powerful platform so I guess it should be possible = to enable this again and fix why its unstable? This is the commit log when the change occured. So it's almost 1 year old. Revision: 576509 Author: chirino Date: 18:36:29, 17. september 2007 Message: disabled the jetty client since it seems to still be a little unstable. ---- Modified : = /activemq/camel/trunk/components/camel-http/src/main/java/org/apache/came= l/component/http/HttpProducer.java Modified : = /activemq/camel/trunk/components/camel-jetty/src/main/java/org/apache/cam= el/component/jetty/JettyHttpEndpoint.java Med venlig hilsen =20 Claus Ibsen ...................................... Silverbullet Skovsg=E5rdsv=E6nget 21 8362 H=F8rning Tlf. +45 2962 7576 Web: www.silverbullet.dk -----Original Message----- From: tourist604 [mailto:idea@skrypnyk.net]=20 Sent: 8. august 2008 22:54 To: camel-user@activemq.apache.org Subject: JettyHttpEndpoint: bug? temporarily disabled? Hi, In Camel 1.4.0, in JettyHttpEndpoint, on line 45: public Producer createProducer() throws Exception { return super.createProducer(); // <----- this will delegate to HttpEndpoint // return new JettyHttpProducer(this); } Was this intended? Doesn't this effectively disable the whole endpoint? Cheers, --Bill --=20 View this message in context: = http://www.nabble.com/JettyHttpEndpoint%3A-bug--temporarily-disabled--tp1= 8898849s22882p18898849.html Sent from the Camel - Users mailing list archive at Nabble.com.