[jboss-jira] [JBoss JIRA] (WFLY-9487) Missing transformers for iona in jacorb subsystem (JacORB to IIOP-OpenJDK :migrate operation)
Petr Kremensky (JIRA)
issues at jboss.org
Thu Oct 26 07:36:01 EDT 2017
[ https://issues.jboss.org/browse/WFLY-9487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13482230#comment-13482230 ]
Petr Kremensky commented on WFLY-9487:
--------------------------------------
Apparently the MR fixes only the case when this is used in expression like $\{iiop-iona:on\} as this was our testing use case.
> Missing transformers for iona in jacorb subsystem (JacORB to IIOP-OpenJDK :migrate operation)
> ---------------------------------------------------------------------------------------------
>
> Key: WFLY-9487
> URL: https://issues.jboss.org/browse/WFLY-9487
> Project: WildFly
> Issue Type: Bug
> Components: IIOP
> Reporter: Petr Kremensky
> Assignee: Petr Kremensky
> Priority: Blocker
>
> Server not staring after succesful migration operation. This issue happens when interoperability IONA on subsystem JacORB is turned on. Tthis functionality was added to IIOP-OpenJDK(see JBEAP-12912) In the latest build(7.1.0.CR3).
> When IONA is turned on, configuration file contains setting
> {code}
> <interop iona="on">
> {code}
> During migration from JacORB to IIOP-OpenJDK using /subsystem=jacorb:migrate this setting is also migrated:
> {code}
> <interop iona="on">.
> {code}
> However, the IIOP-OpenJDK cannot parse this setting because it accepts boolean.
> {code}
> <interop iona="true">
> {code}
> Due to this, server cannot parse the configuration and fails to boot.
> The issue is caused by missing transformer for iona. The issue is a regression agains previous releases.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list