-
Bug
-
Resolution: Done
-
Major
-
None
-
None
The `jmx-remoting` layer's dependency on `management` can not be optional as management needs to be present for it to register with the endpoint without getting the following error:
18:38:27,361 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([ ("subsystem" => "jmx"), ("remoting-connector" => "jmx") ]) - failure description: { "WFLYCTL0412: Required services that are not installed:" => ["jboss.remoting.endpoint.management"], "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.jmx.remoting-connector-ref is missing [jboss.remoting.endpoint.management]"] }
This was made optional when we had multiple management layers to choose from as a user would need to be able to exclude the default and add an alternative but we don't have that now.
- clones
-
WFLY-17994 The jmx-remoting and layer's dependency needs to be non-optional
- Closed
- is cloned by
-
WFCORE-6343 The remoting-connector resource in the JMX subsystem should define a requirement on management
- Open