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

Tomasz Adamski (JIRA) issues at jboss.org
Mon Oct 19 06:07:00 EDT 2015


    [ https://issues.jboss.org/browse/WFLY-5412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13119353#comment-13119353 ] 

Tomasz Adamski commented on WFLY-5412:
--------------------------------------

Actually the issues that you mentioned were done by design:
* properties set to "off" are not used so operation of the system is not changed after the transform - hence no message
* exception is sun interop property - because we are using sun orb then the resulting subsystem would be fully interoperable with other applications using it - hence no message
* on the other hand when f.e. monitoring is set to "on" I print a message because sun orb doesn't have that function and some functionality is lost after transform

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



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



More information about the jboss-jira mailing list