xsd validation errors
---------------------
Key: AS7-4112
URL:
https://issues.jboss.org/browse/AS7-4112
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Affects Versions: 7.1.0.Final
Reporter: Juergen Hoffmann
Assignee: James Perkins
Fix For: 7.1.2.Final
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: