[jboss-jira] [JBoss JIRA] (WFCORE-1284) jvmsType definition in management schema references incorrect type for the 'jvm' element
Darran Lofthouse (JIRA)
issues at jboss.org
Fri Jan 8 12:34:00 EST 2016
Darran Lofthouse created WFCORE-1284:
----------------------------------------
Summary: jvmsType definition in management schema references incorrect type for the 'jvm' element
Key: WFCORE-1284
URL: https://issues.jboss.org/browse/WFCORE-1284
Project: WildFly Core
Issue Type: Task
Components: Domain Management
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 2.0.6.Final
Currently it is: -
{noformat}
<!-- JVM configurations -->
<xs:complexType name="jvmsType">
<xs:sequence>
<xs:element name="jvm" type="namedJvmType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
{noformat}
However the type should be 'jvm'Type' the 'namedJvmType' is for the referenced back.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list