[
https://issues.jboss.org/browse/AS7-6024?page=com.atlassian.jira.plugin.s...
]
Brian Stansberry commented on AS7-6024:
---------------------------------------
The XSDs (the 1_1, 1_2 and 1_3 versions) should be fixed. Don't change the parser. The
'class' attribute the parser is looking for will match the 'class'
attribute in the management API.
There is no need to bump the xsd version to reflect this change. The xsd was just wrong
and never reflected the actual behavior of the software.
<object-factory> schema says factoryClass but parser looks for
class
--------------------------------------------------------------------
Key: AS7-6024
URL:
https://issues.jboss.org/browse/AS7-6024
Project: Application Server 7
Issue Type: Bug
Components: Naming
Affects Versions: 7.1.3.Final (EAP)
Reporter: James Livingston
Assignee: Eduardo Martins
The XSD for the naming subsystem contains a "factoryClass" attribute for
objectFactoryType. NamingSubsystemXMLAttribute however defines it to be called
"class".
One of these needs to be changed so that the schema matches the parser, and either
"class" validates or "factoryClass" can be used.
--
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