Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 62504 invoked from network); 22 Oct 2007 21:35:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Oct 2007 21:35:41 -0000 Received: (qmail 91437 invoked by uid 500); 22 Oct 2007 21:35:29 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 91369 invoked by uid 500); 22 Oct 2007 21:35:29 -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 91360 invoked by uid 99); 22 Oct 2007 21:35:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Oct 2007 14:35:29 -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; Mon, 22 Oct 2007 21:35:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DE7C4714201 for ; Mon, 22 Oct 2007 14:34:50 -0700 (PDT) Message-ID: <7387434.1193088890909.JavaMail.jira@brutus> Date: Mon, 22 Oct 2007 14:34:50 -0700 (PDT) From: "Daniel Kulp (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Commented: (CXF-992) If a null parameter is passed using the ClientProxyFactoryBean, all subsequent parameters become null In-Reply-To: <27890477.1189526252120.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-992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536844 ] Daniel Kulp commented on CXF-992: --------------------------------- Actually, the issue is on the writing side. The element that is getting the nil="true" set on it isn't being closed. Thus, the "readToEnd()" reads all the way to the /soap:body ending. I'm testing a fix now. Hopefully will have it committed in the next 1/2 hour or so. I'll try and get a new snapshot deployed at somepoint later tonight. > If a null parameter is passed using the ClientProxyFactoryBean, all subsequent parameters become null > ----------------------------------------------------------------------------------------------------- > > Key: CXF-992 > URL: https://issues.apache.org/jira/browse/CXF-992 > Project: CXF > Issue Type: Bug > Components: Aegis Databinding > Affects Versions: 2.0.1 > Environment: Windows XP, JDK 6 > Reporter: Jacob Marcus > Assignee: Daniel Kulp > Priority: Critical > > Steps to reproduce > 1) Use Aegis for data binding and have the webservice (created using simple front end and signature having a few parameters) deployed. > 2) Now using the ClientProxyFactoryBean, make a call to the webservice a parameter's value as null. > Result > All parameters after the one whose value is null, becomes null at the server -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.