Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 89752 invoked from network); 30 May 2008 11:14:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 May 2008 11:14:06 -0000 Received: (qmail 49795 invoked by uid 500); 30 May 2008 11:14:08 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 49781 invoked by uid 500); 30 May 2008 11:14:08 -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 49770 invoked by uid 99); 30 May 2008 11:14:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 May 2008 04:14:08 -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, 30 May 2008 11:13:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 23058234C133 for ; Fri, 30 May 2008 04:13:45 -0700 (PDT) Message-ID: <948880970.1212146025142.JavaMail.jira@brutus> Date: Fri, 30 May 2008 04:13:45 -0700 (PDT) From: "Benson Margulies (JIRA)" To: issues@cxf.apache.org Subject: [jira] Commented: (CXF-1618) ReflectionServiceFactoryBean creates inconsistent schema for messages with parts with types and no elements In-Reply-To: <1506613810.1212104505224.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-1618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12601086#action_12601086 ] Benson Margulies commented on CXF-1618: --------------------------------------- Dan, It seems to me that this is a bug as it is, on more thought. If RFSB puts a qname into the element qname field, then that element aught to be in the schema. ? --benson > ReflectionServiceFactoryBean creates inconsistent schema for messages with parts with types and no elements > ----------------------------------------------------------------------------------------------------------- > > Key: CXF-1618 > URL: https://issues.apache.org/jira/browse/CXF-1618 > Project: CXF > Issue Type: Bug > Components: Core > Affects Versions: 2.1 > Reporter: Benson Margulies > Assignee: Daniel Kulp > > I added an @Ignored test that fails to the ReflectionServiceFactoryBeanTest. This test demonstrates the model cooking itself up with a part element QName for an element that isn't in the schema. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.