]
Darran Lofthouse resolved WFCORE-1284.
--------------------------------------
Resolution: Rejected
Actually not a problem.
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.