]
Ondřej Chaloupka updated WFLY-5412:
-----------------------------------
Affects Version/s: 10.0.0.CR1
IIOP migrate operation missing warning if on/off elements are in
default (deactivated) state
--------------------------------------------------------------------------------------------
Key: WFLY-5412
URL:
https://issues.jboss.org/browse/WFLY-5412
Project: WildFly
Issue Type: Bug
Components: IIOP
Affects Versions: 10.0.0.CR1
Reporter: Ondřej Chaloupka
Assignee: Tomasz Adamski
I've mentioned that I'm missing migrate warnings for {{jacorb}} subsystem when
values are in default (deactivated state). E.g. this configuration won't show any
migration warning despite it should as non-supported values are used
{code}
<subsystem xmlns="urn:jboss:domain:jacorb:2.0">
<orb cache-poa-names="off" socket-binding="jacorb"
ssl-socket-binding="jacorb-ssl">
<initializers security="identity"
transactions="spec"/>
</orb>
<poa monitoring="off"/>
<interop sun="on"
chunk-custom-rmi-valuetypes="off"/>
</subsystem>
{code}
if e.g. I set {{monitoring="on"}} then the warning is shown.
*Additionally*
there seems to be mistake for {{sun}} property because setting {{sun="off"}}
will case that warning will be shown in this way
{code}
"WFLYORB0132: Properties [monitoring] cannot be emulated using OpenJDK ORB and are
not supported"
{code}