[
https://issues.jboss.org/browse/WFLY-9487?page=com.atlassian.jira.plugin....
]
Petr Kremensky commented on WFLY-9487:
--------------------------------------
I've updated the MR. iona was included in collection of attributes to ignore which was
not applied for expressions (I'll file a jira for this, but this is not a serious
issue).
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)