[jboss-jira] [JBoss JIRA] (AS7-4112) xsd validation errors
Juergen Hoffmann (JIRA)
jira-events at lists.jboss.org
Thu Mar 8 14:48:36 EST 2012
Juergen Hoffmann created AS7-4112:
-------------------------------------
Summary: xsd validation errors
Key: AS7-4112
URL: https://issues.jboss.org/browse/AS7-4112
Project: Application Server 7
Issue Type: Bug
Reporter: Juergen Hoffmann
elements added at runtime cannot be correctly validated with the current xsd schemas.
<server-group name="server-group" profile="default">
<jvm name="default">
<heap size="1g" max-size="1g"/>
<jvm-options>
<option value="-Dgrails.env=qual"/>
</jvm-options>
</jvm>
<socket-binding-group ref="standard-sockets"/>
<deployments>
<deployment name="my.war" runtime-name="my.war"/>
</deployments>
</server-group>
produces
cvc-complex-type.2.4.b: The content of element 'deployment' is not complete. One of '{"urn:jboss:domain:1.1":content, "urn:jboss:domain:1.1":fs-archive, "urn:jboss:domain:1.1":fs-exploded}' is expected.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list