[jboss-jira] [JBoss JIRA] (WFLY-5155) Jacorb initializers tag is not transfered to iiop openjdk subystem after migrate operation
Ondřej Chaloupka (JIRA)
issues at jboss.org
Fri Aug 21 05:59:26 EDT 2015
[ https://issues.jboss.org/browse/WFLY-5155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13100557#comment-13100557 ]
Ondřej Chaloupka commented on WFLY-5155:
----------------------------------------
OK, update. Found out that the configuration is not migrated only for value {{off}}
> Jacorb initializers tag is not transfered to iiop openjdk subystem after migrate operation
> ------------------------------------------------------------------------------------------
>
> Key: WFLY-5155
> URL: https://issues.jboss.org/browse/WFLY-5155
> Project: WildFly
> Issue Type: Bug
> Components: IIOP
> Reporter: Ondřej Chaloupka
> Assignee: Tomasz Adamski
>
> If I want to migrate ({{/subsystem=jacorb:migrate()}} JacORB subsystem which contains non-default values of {{initializers}} element then that element is not transferred at all.
> {code}
> <subsystem xmlns="urn:jboss:domain:jacorb:1.4">
> <orb socket-binding="jacorb" ssl-socket-binding="jacorb-ssl">
> <initializers security="off" transactions="off"/>
> </orb>
> </subsystem>
> {code}
> is transfered to
> {code}
> <subsystem xmlns="urn:jboss:domain:iiop-openjdk:1.0">
> <orb ssl-socket-binding="jacorb-ssl" socket-binding="jacorb"/>
> </subsystem>
> {code}
> {{Security}} element
> jacorb possible values: identity, on, off, client
> openjdk: identity, client, none
> {{Transactions}} element
> jacorb: on, off, spec
> openjdk: full, none, spec
> I'm not sure how the conversion should look like exactly but e.g. I expect that {{off}} could be transfered to {{none}} etc.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
More information about the jboss-jira
mailing list