[jboss-jira] [JBoss JIRA] (WFCORE-2530) :read-boot-errors() operation does not follow its operation description
Harald Pehl (JIRA)
issues at jboss.org
Tue Mar 14 05:28:00 EDT 2017
Harald Pehl created WFCORE-2530:
-----------------------------------
Summary: :read-boot-errors() operation does not follow its operation description
Key: WFCORE-2530
URL: https://issues.jboss.org/browse/WFCORE-2530
Project: WildFly Core
Issue Type: Bug
Reporter: Harald Pehl
The reply properties of the {{:read-boot-errors()}} operation lists the attribute {{missing-transitive-dependency-problems}} which is defined as
{code}
"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
}
}
}
{code}
However the result uses the string "Services that were unable to start:" and "Services that may be the cause:" instead of {{services-missing-transitive-dependencies}} and {{possible-causes}}:
{code}
...
"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"
]
}
...
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list