-
Bug
-
Resolution: Done
-
Blocker
-
7.1.0.DR11, 7.1.0.DR13, 7.1.0.DR14, 7.1.0.DR16
-
Regression
-
-
-
-
-
-
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.
Unable to find source-code formatter for language: diff. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
@@ -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 @@
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:
... 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)
Expected results:
No error on output.
- is cloned by
-
WFLY-8409 Backward compatibility: IIOP doesn't work with standalone-full profile from EAP 7.0.0
- Closed
-
JBEAP-9673 Backward compatibility: IIOP doesn't work with standalone-full profile from EAP 7.0.0
- Closed