Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 12239 invoked from network); 31 Aug 2007 13:51:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Aug 2007 13:51:07 -0000 Received: (qmail 29452 invoked by uid 500); 31 Aug 2007 13:51:02 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 29387 invoked by uid 500); 31 Aug 2007 13:51:02 -0000 Mailing-List: contact cxf-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-issues@incubator.apache.org Received: (qmail 29378 invoked by uid 99); 31 Aug 2007 13:51:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Aug 2007 06:51:02 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Aug 2007 13:52:07 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3F50971421A for ; Fri, 31 Aug 2007 06:50:43 -0700 (PDT) Message-ID: <9797210.1188568243256.JavaMail.jira@brutus> Date: Fri, 31 Aug 2007 06:50:43 -0700 (PDT) From: "Daniel Kulp (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Updated: (CXF-357) Partial Responses not correctly identified in bare bindings In-Reply-To: <16044939.1168270647501.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp updated CXF-357: ---------------------------- Fix Version/s: 2.0 > Partial Responses not correctly identified in bare bindings > ----------------------------------------------------------- > > Key: CXF-357 > URL: https://issues.apache.org/jira/browse/CXF-357 > Project: CXF > Issue Type: Bug > Components: Core > Reporter: Andrea Smyth > Fix For: 2.0 > > > BareInInterceptor sets the message content of the partial response to an empty list. Thus the isPartialRessponse check in ClientImpl, and hence the application fails. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.