[jboss-jira] [JBoss JIRA] Commented: (JBAS-8414) Enable schema validation in development
David Lloyd (JIRA)
jira-events at lists.jboss.org
Tue Sep 21 17:15:29 EDT 2010
[ https://jira.jboss.org/browse/JBAS-8414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12552263#action_12552263 ]
David Lloyd commented on JBAS-8414:
-----------------------------------
Any parsers written for handing models and descriptors should be coded to validate as they parse. JAXP validation is usually going to be too slow, but a well-written parser should be able to validate with a minimum of extra coding.
> Enable schema validation in development
> ---------------------------------------
>
> Key: JBAS-8414
> URL: https://jira.jboss.org/browse/JBAS-8414
> Project: JBoss Application Server
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: XML services
> Reporter: Thomas Diesler
> Fix For: 7.0.0.M1
>
>
> The server configuration that we ship (i.e. standalone.xml) should be in sync with the schemas that it references
> If there is no automated schema validation chances are high that the xml configuration is not in sync with the respective
> subsystem schemas, which should be the input for tooling I suppose.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list