]
Tomasz Adamski closed WFLY-6326.
--------------------------------
Fix Version/s: 10.1.0.Final
Resolution: Done
Comments in IIOP xsd schema contain terms 'on' and
'off' but they should be true/false
--------------------------------------------------------------------------------------
Key: WFLY-6326
URL:
https://issues.jboss.org/browse/WFLY-6326
Project: WildFly
Issue Type: Bug
Components: IIOP
Affects Versions: 10.0.0.Final
Reporter: Ondra Chaloupka
Assignee: Tomasz Adamski
Priority: Minor
Fix For: 10.1.0.Final
Comments of xsd schema under docs/schema/jboss-as-iiop-openjdk_1_0.xsd contains terms
_on_ and _off_ but those values are wrong to be set into management model. For openjdk
iiop values _true_ and _false_ are valid.
Comments should be in sync with variables which are real to be set.