Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0D0DE1847E for ; Wed, 24 Feb 2016 12:56:25 +0000 (UTC) Received: (qmail 56952 invoked by uid 500); 24 Feb 2016 12:56:18 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 56788 invoked by uid 500); 24 Feb 2016 12:56:18 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 56562 invoked by uid 99); 24 Feb 2016 12:56:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2016 12:56:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 22E7D2C1F5C for ; Wed, 24 Feb 2016 12:56:18 +0000 (UTC) Date: Wed, 24 Feb 2016 12:56:18 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CAMEL-9635) Continuation settings are only evaluated on first creation for each port/connector MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAMEL-9635?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-9635: ------------------------------- Affects Version/s: (was: 2.15.5) (was: 2.16.1) (was: 2.15.4) (was: 2.14.4) (was: 2.15.3) (was: 2.15.2) (was: 2.14.3) (was: 2.15.1) (was: 2.16.0) (was: 2.14.2) (was: 2.13.4) (was: 2.14.1) (was: 2.15.0) (was: 2.12.5) (was: 2.13.3) (was: 2.13.2) (was: 2.12.4) (was: 2.14.0) (was: 2.13.1) (was: 2.11.4) (was: 2.12.3) (was: 2.11.3) (was: 2.12.2) (was: 2.12.1) (was: 2.13.0) (was: 2.10.7) (was: 2.11.2) (was: 2.10.6) (was: 2.10.5) (was: 2.12.0) (was: 2.11.1) (was: 2.10.4) (was: 2.10.3) (was: 2.10.2) (was: 2.11.0) (was: 2.10.1) (was: 2.10.0) > Continuation settings are only evaluated on first creation for each port/= connector > -------------------------------------------------------------------------= --------- > > Key: CAMEL-9635 > URL: https://issues.apache.org/jira/browse/CAMEL-9635 > Project: Camel > Issue Type: Bug > Components: camel-jetty > Affects Versions: 2.16.2 > Reporter: Christoph L=C3=A4ubrich > > Assume the following endpoints configured (in this order!): > {code} > > > {code} > This results in endpoints myservice1 and myservice2 NOT using continuatio= n, and myservice4 usind the default timeout of 30seconds. > This is especially confusing if you use something like bluprint where dif= ferent bundles might use the jetty endpoint with different configurations. = In such a case it is highly dependant on the start order what configuration= wins that makes this issue more confusing and hard to debug. > The cause of this is, that the configuration of the endpoint is only eval= uated once when the *Connector* is created and then never changed as long a= s you do not shut down ALL endpoints of this connector. > This can be fixed by reading the configuration on each request instead of= once at connector creation. > I have seen this issue on Camel 2.10 but the code seems not to have chang= ed in the master until now, so I'll provide a patch for the master branch o= nly. -- This message was sent by Atlassian JIRA (v6.3.4#6332)