Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 58999 invoked from network); 4 Mar 2009 10:00:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Mar 2009 10:00:23 -0000 Received: (qmail 8924 invoked by uid 500); 4 Mar 2009 10:00:22 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 8914 invoked by uid 500); 4 Mar 2009 10:00:22 -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 8903 invoked by uid 99); 4 Mar 2009 10:00:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Mar 2009 02:00:22 -0800 X-ASF-Spam-Status: No, hits=-1993.6 required=10.0 tests=ALL_TRUSTED,URIBL_BLACK,URIBL_JP_SURBL 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; Wed, 04 Mar 2009 10:00:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1DEFC234C4AC for ; Wed, 4 Mar 2009 01:59:56 -0800 (PST) Message-ID: <388812708.1236160796107.JavaMail.jira@brutus> Date: Wed, 4 Mar 2009 01:59:56 -0800 (PST) From: "Knut Ivar Skogland (JIRA)" To: issues@cxf.apache.org Subject: [jira] Updated: (CXF-1700) XMLBeans - XmlBeansSchemaInitializer (Lline #177) can't handle xs:include In-Reply-To: <981348792.1215826051824.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-1700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Ivar Skogland updated CXF-1700: ------------------------------------ Attachment: (was: CXFTestXmlBeansXSD.rar) > XMLBeans - XmlBeansSchemaInitializer (Lline #177) can't handle xs:include > -------------------------------------------------------------------------- > > Key: CXF-1700 > URL: https://issues.apache.org/jira/browse/CXF-1700 > Project: CXF > Issue Type: Bug > Affects Versions: 2.1.1 > Reporter: Leon > Assignee: Daniel Kulp > Priority: Critical > Fix For: 2.1.2 > > > XMLBeans binding can't seem to handle an xs:include. see XmlBeansSchemaInitializer.java (Lline #177) Here is sample .xsd to reproduce this problem. > > xmlns:xs="http://www.w3.org/2001/XMLSchema" > targetNamespace="http://sample.com/procure" > xmlns:po="http://sample.com/procure" > elementFormDefault="qualified"> > > > > > > > > > > > > > > > > > > > > > > > > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.