]
Petr Kremensky moved JBEAP-13625 to WFLY-9487:
----------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-9487 (was: JBEAP-13625)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: IIOP
(was: IIOP)
(was: Migration)
Affects Version/s: (was: 7.1.0.CR3)
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.