Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 417F410C93 for ; Mon, 1 Jul 2013 21:13:20 +0000 (UTC) Received: (qmail 82790 invoked by uid 500); 1 Jul 2013 21:13:20 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 82763 invoked by uid 500); 1 Jul 2013 21:13:20 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 82755 invoked by uid 99); 1 Jul 2013 21:13:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jul 2013 21:13:20 +0000 Date: Mon, 1 Jul 2013 21:13:20 +0000 (UTC) From: "Daniel Kulp (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CAMEL-6501) camel-cxf-transport's blueprint/camel.xsd xml schema is invalid MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAMEL-6501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp resolved CAMEL-6501. -------------------------------- Resolution: Fixed Fix Version/s: 2.11.2 Assignee: Daniel Kulp This doesn't affect 2.10.5 as that version doesn't have a blueprint version of camel.xsd. > camel-cxf-transport's blueprint/camel.xsd xml schema is invalid > --------------------------------------------------------------- > > Key: CAMEL-6501 > URL: https://issues.apache.org/jira/browse/CAMEL-6501 > Project: Camel > Issue Type: Bug > Components: camel-cxf > Affects Versions: 2.10.5, 2.11.0 > Reporter: Aki Yoshida > Assignee: Daniel Kulp > Priority: Minor > Fix For: 2.11.2 > > Attachments: camel-cxf-transport-6501.diff > > > camel.xsd has the following fragment: > 33 > 34 > 35 > 36 > 37 > 38 > 39 > 40 > 41 > The "attribute" element appears in complexContent, which is not allowed according to the xml schema spec, consequently when using the schema, it results in the following validation error. > org.xml.sax.SAXParseException; systemId: jar:file:/C:/maven/repo/org/apache/camel/camel-cxf-transport/2.12-SNAPSHOT/camel-cxf-transport-2.12-SNAPSHOT.jar!/schema/blueprint/camel.xsd; lineNumber: 38; columnNumber: 74; s4s-elt-invalid-content.1: The content of '#AnonType_destination' is invalid. Element 'attribute' is invalid, misplaced, or occurs too often. > I think the correct schema should include this attribute element inside the extension element, as shown in > > > > > > > > > > > thanks. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira