Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 93944 invoked from network); 11 Apr 2008 01:52:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Apr 2008 01:52:57 -0000 Received: (qmail 46510 invoked by uid 500); 11 Apr 2008 01:52:58 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 46488 invoked by uid 500); 11 Apr 2008 01:52:58 -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 46479 invoked by uid 99); 11 Apr 2008 01:52:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Apr 2008 18:52:58 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Apr 2008 01:52:14 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B87ED234C0C1 for ; Thu, 10 Apr 2008 18:50:04 -0700 (PDT) Message-ID: <139018362.1207878604754.JavaMail.jira@brutus> Date: Thu, 10 Apr 2008 18:50:04 -0700 (PDT) From: "Weikuo Liaw (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Created: (CXF-1523) Reopen Bug CXF-1448: Aegis + SAAJ leads to namespace complaint. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Reopen Bug CXF-1448: Aegis + SAAJ leads to namespace complaint. --------------------------------------------------------------- Key: CXF-1523 URL: https://issues.apache.org/jira/browse/CXF-1523 Project: CXF Issue Type: Bug Components: Aegis Databinding Affects Versions: 2.0.5 Environment: WebLogic Reporter: Weikuo Liaw I still get the exception with version CXF 2.0.5 in WebLogic. I found out that: The previous fix of CXF-1448 does not fix the problem for empty namespaces, because the fix only checks for "namespace != null" but not checks for "namespace.length() > 0". -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.