Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 43536 invoked from network); 5 Sep 2007 13:33:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Sep 2007 13:33:54 -0000 Received: (qmail 45287 invoked by uid 500); 5 Sep 2007 13:33:49 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 45271 invoked by uid 500); 5 Sep 2007 13:33:48 -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 45262 invoked by uid 99); 5 Sep 2007 13:33:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Sep 2007 06:33:48 -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; Wed, 05 Sep 2007 13:33:53 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 36E35714163 for ; Wed, 5 Sep 2007 06:33:33 -0700 (PDT) Message-ID: <18497480.1188999213213.JavaMail.root@brutus> Date: Wed, 5 Sep 2007 06:33:33 -0700 (PDT) From: "Dan Diephouse (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Created: (CXF-971) DefinitionParsers don't ignore namespace attributes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org DefinitionParsers don't ignore namespace attributes --------------------------------------------------- Key: CXF-971 URL: https://issues.apache.org/jira/browse/CXF-971 Project: CXF Issue Type: Bug Affects Versions: 2.0.1, 2.0 Reporter: Dan Diephouse Assignee: Dan Diephouse Fix For: 2.0.2, 2.1 If someone puts a namespace on a property element, it doesn't get properly ignored and cxf tries to map it as a property to the bean. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.