Bug 1090953

Summary: Webconsole doesn't provide details (like RequestCount, ResponseCount, FaultCount) for WS deployments we had in EAP 5
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Rostislav Svoboda <rsvoboda>
Component: Web ConsoleAssignee: Harald Pehl <hpehl>
Status: CLOSED CURRENTRELEASE QA Contact: Jakub Cechacek <jcechace>
Severity: high Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.3.0CC: brian.stansberry, hbraun, jkudrnac, kkhan
Target Milestone: ER6Keywords: UserExperience
Target Release: EAP 6.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-28 15:39:11 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1099366    
Bug Blocks:    
Attachments:
Description Flags
WS-subsystem-runtime.png none

Description Rostislav Svoboda 2014-04-24 13:02:22 UTC
Created attachment 889267 [details]
WS-subsystem-runtime.png

Webconsole doesn't provide details (like RequestCount, ResponseCount, FaultCount) for WS deployments we had in EAP 5.
Screenshot of current details for WS endpoint is available as attachment.

Management model provides all necessary data, checked using CLI

[standalone@localhost:9999 deployment=jaxws-samples-webservice01-ejb3.jar] :read-resource(recursive=true, include-runtime=true)
....
        "subsystem" => {
            "webservices" => {"endpoint" => {"jaxws-samples-webservice01-ejb3%3AEJB3Bean01" => {
                "average-processing-time" => "10",
                "class" => "org.jboss.test.ws.jaxws.samples.webservice.EJB3Bean01",
                "context" => "jaxws-samples-webservice01-ejb3",
                "fault-count" => "0",
                "max-processing-time" => "65",
                "min-processing-time" => "2",
                "name" => "EJB3Bean01",
                "request-count" => "10",
                "response-count" => "10",
                "total-processing-time" => "109",
                "type" => "JAXWS_EJB3",
                "wsdl-url" => "http://localhost:8080/jaxws-samples-webservice01-ejb3?wsdl"
            }}},
...

I suggest to expose at least "request-count", "response-count", "fault-count".
"max-processing-time" and "min-processing-time" are optional from my PoV.

Comment 1 JBoss JIRA Server 2014-05-20 09:05:06 UTC
Harald Pehl <hpehl> updated the status of jira HAL-396 to Resolved

Comment 2 Kabir Khan 2014-05-20 19:59:02 UTC
Fixed by 1099366

Comment 3 Rostislav Svoboda 2014-06-12 12:43:11 UTC
Verified on EAP 6.3.0 ER7