[jboss-jira] [JBoss JIRA] (WFLY-5412) IIOP migrate operation missing warning if on/off elements are in default (deactivated) state

Ondřej Chaloupka (JIRA) issues at jboss.org
Fri Sep 25 11:43:00 EDT 2015


Ondřej Chaloupka created WFLY-5412:
--------------------------------------

             Summary: 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
            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}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)



More information about the jboss-jira mailing list