-
Bug
-
Resolution: Done
-
Minor
-
7.2.3.GA
The following Management Console -> Deployment -> Management Model page access does return an error with a non-useful failure description. The same functionality works fine on 7.1.6
"WFLYCTL0216: Management resource '[ (\"deployment\" => \"helloworld-ws.war\"), (\"subsystem\" => \"webservices\"), (\"endpoint\" => \"helloworld-ws:org.jboss.as.quickstarts.wshelloworld.HelloWorldServiceImpl\") ]'
As a temporary workaround, users can fetch this information using the JBoss CLI command:
[standalone@localhost:9990 /] /deployment=helloworld-ws.war/subsystem=webservices/endpoint=helloworld-ws%3Aorg.jboss.as.quickstarts.wshelloworld.HelloWorldServiceImpl:read-resource(include-runtime=true) { "outcome" => "success", "result" => { "average-processing-time" => 0L, "class" => "org.jboss.as.quickstarts.wshelloworld.HelloWorldServiceImpl", "context" => "helloworld-ws", "fault-count" => 0L, "max-processing-time" => 0L, "min-processing-time" => 0L, "name" => "org.jboss.as.quickstarts.wshelloworld.HelloWorldServiceImpl", "request-count" => 0L, "response-count" => 0L, "total-processing-time" => 0L, "type" => "JAXWS_JSE", "wsdl-url" => "http://localhost:8080/helloworld-ws/HelloWorldService?wsdl" } }
- is incorporated by
-
JBEAP-17805 [GSS](7.2.z) Upgrade HAL from 3.0.17 to 3.0.19.Final
- Closed
- links to