-
Bug
-
Resolution: Done
-
Major
-
7.4.4.GA
-
None
The script doesn't remove the legacy security realm from the remoting subsystem http-remoting-connector which causes all the Web integration tests to fail with:
ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([ ("subsystem" => "remoting"), ("http-connector" => "http-remoting-connector") ]) - failure description: { "WFLYCTL0412: Required services that are not installed:" => ["org.wildfly.core.management.security.realm.ApplicationRealm"], "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.remoting.remoting-http-upgrade-service.http-remoting-connector is missing [org.wildfly.core.management.security.realm.ApplicationRealm]"] }
This is only an issue if a full server is used with jboss.dist. By default the web module uses the web build which doesn't have the remoting subsystem defined.
- relates to
-
JBEAP-22849 (7.4.z) For 'elytron' test profile use config modification scripts that will produce configs that work on SE 17
- Closed