Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DB7FEED08 for ; Fri, 1 Mar 2013 12:45:16 +0000 (UTC) Received: (qmail 51478 invoked by uid 500); 1 Mar 2013 12:45:16 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 51291 invoked by uid 500); 1 Mar 2013 12:45:15 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 50024 invoked by uid 99); 1 Mar 2013 12:45:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Mar 2013 12:45:13 +0000 Date: Fri, 1 Mar 2013 12:45:13 +0000 (UTC) From: "Willem Jiang (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CXF-4864) DestinationSequence doesn't pick up right number when it deliverying the message InOrder MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-4864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CXF-4864. ------------------------------- Resolution: Fixed Fix Version/s: 2.5.10 2.6.7 2.7.4 2.8.0 Applied the patch into trunk, 2.7.x-fixes, 2.6.x-fixes, 2.5.x-fixes. > DestinationSequence doesn't pick up right number when it deliverying the message InOrder > ---------------------------------------------------------------------------------------- > > Key: CXF-4864 > URL: https://issues.apache.org/jira/browse/CXF-4864 > Project: CXF > Issue Type: Bug > Reporter: Willem Jiang > Assignee: Willem Jiang > Fix For: 2.8.0, 2.7.4, 2.6.7, 2.5.10 > > > DestinationSequence should make the below members to be volatile, as we need to access this members in different thread if the InOrder Delivery is enabled. > {code} > inProcessNumber; > highNumberCompleted; > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira