Tomasz Adamski created WFLY-8409:
------------------------------------
Summary: Backward compatibility: IIOP doesn't work with standalone-full
profile from EAP 7.0.0
Key: WFLY-8409
URL:
https://issues.jboss.org/browse/WFLY-8409
Project: WildFly
Issue Type: Bug
Components: IIOP
Affects Versions: 10.1.0.Final
Reporter: Tomasz Adamski
Assignee: Tomasz Adamski
Priority: Blocker
Fix For: 11.0.0.Beta1
*Description of problem:*
IIOP doesn't work with standalone-full profile from EAP 7.0.0.
This is regression against EAP 7.1.0.DR10.
This backward compatibility works correctly in EAP 6.x. EAP 6.4.0 works correctly with
standalone-full.xml from EAP 6.0.0.
{code:diff}
@@ -270,8 +271,9 @@
</cache-container>
</subsystem>
<subsystem xmlns="urn:jboss:domain:iiop-openjdk:3.0">
- <orb socket-binding="iiop"
ssl-socket-binding="iiop-ssl"/>
+ <orb socket-binding="iiop"/>
<initializers security="identity"
transactions="spec"/>
+ <security server-requires-ssl="false"
client-requires-ssl="false"/>
</subsystem>
<subsystem xmlns="urn:jboss:domain:jaxrs:1.0"/>
<subsystem xmlns="urn:jboss:domain:jca:4.0">
@@ -304,7 +306,7 @@
{code}
*How reproducible:*
Always
*Steps to Reproduce:*
# get fresh EAP 7.1.0.DR11
# rm standalone/configuration/standalone-full.xml
# cp $\{EAP_7_0_0\}/standalone/configuration/standalone-full.xml
standalone/configuration/
# ./bin/standalone.sh -c standalone-full.xml
*Actual results:*
{noformat}
...
10:43:53,503 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread
Pool -- 42) WFLYCTL0013: Operation ("add") failed - address:
([("subsystem" => "iiop-openjdk")]) - failure description:
"WFLYIIOP0111: SSL has not been configured but ssl-port property has been
specified"
10:43:53,515 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread
Pool -- 42) WFLYCTL0013: Operation ("add") failed - address:
([("subsystem" => "iiop-openjdk")]) - failure description:
"WFLYIIOP0111: SSL has not been configured but ssl-port property has been
specified"
...
10:43:55,251 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: JBoss EAP
7.1.0.Alpha1 (WildFly Core 3.0.0.Alpha22-redhat-1) started in 3272ms - Started 385 of 615
services (419 services are lazy, passive or on-demand)
{noformat}
*Expected results:*
No error on output.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)