[jboss-jira] [JBoss JIRA] Created: (JBAS-9295) bean-deployer_2_0.xsd redefines types not defined in the source

Jeff Greif (JIRA) jira-events at lists.jboss.org
Mon Apr 11 18:05:33 EDT 2011


bean-deployer_2_0.xsd redefines types not defined in the source
---------------------------------------------------------------

                 Key: JBAS-9295
                 URL: https://issues.jboss.org/browse/JBAS-9295
             Project: JBoss Application Server
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 6.0.0.Final
         Environment: JBoss 6.0.0 Final on Windows 7 using 64-bit Oracle JDK 1.6.0_24
            Reporter: Jeff Greif
            Priority: Minor


The schema bean-deployer_2_0.xsd redefines types in jboss-beans-common_2_0.xsd, essentially transferring them to the namespace of the former.  However, the <redefine> construct in the former schema refers to types, such as "searchType", which are not defined in the latter schema, which is a violation of the XML Schema 1.0 spec for <redefine>.  This prevents validation of instance documents, such as jboss-logging.xml, since one of the schemas it depends on is thus invalid.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list