-
Bug
-
Resolution: Done
-
Major
-
3.0.0.Beta7
-
None
-
None
The reply properties of the :read-boot-errors() operation lists the attribute missing-transitive-dependency-problems which is defined as
"missing-transitive-dependency-problems" => { "type" => OBJECT, "description" => "Missing transitive dependency issues found during execution of the operation.", "expressions-allowed" => false, "required" => false, "nillable" => true, "value-type" => { "services-missing-transitive-dependencies" => { "type" => LIST, "description" => "Services that had a missing transitive dependency.", "expressions-allowed" => false, "required" => true, "nillable" => false, "value-type" => STRING }, "possible-causes" => { "type" => LIST, "description" => "Services that are missing and may be the cause of the missing transitive dependency.", "expressions-allowed" => false, "required" => true, "nillable" => false, "value-type" => STRING } } }
However the result uses the strings "Services that were unable to start:" and "Services that may be the cause:" instead of services-missing-transitive-dependencies and possible-causes:
... "missing-transitive-dependency-problems" => { "Services that were unable to start:" => ["jboss.messaging-activemq.default.jms.manager"], "Services that may be the cause:" => [ "jboss.http-upgrade-registry.default", "jboss.remoting.remotingConnectorInfoService.http-remoting-connector" ] } ...