]
Jim Ma updated JBWS-3808:
-------------------------
Summary: The response-count of the endpoint metrics sometimes not counted (was: The
response-count of the endpoint metrics is sometimes not counted correctly)
The response-count of the endpoint metrics sometimes not counted
----------------------------------------------------------------
Key: JBWS-3808
URL:
https://issues.jboss.org/browse/JBWS-3808
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: jbossws-cxf
Affects Versions: jbossws-cxf-4.3
Reporter: Jim Ma
Assignee: Jim Ma
Fix For: jbossws-cxf-5.0
We now calculate the request-count, response-count and other metric value in
RequestHandlerImpl , it is executed after cxf's httpDestination.invoke(cfg, context,
req, response) which the response already sent to receiver and invocation is done. The
response related metric won't be incremented and updated if the metric query happens
between httpDestination.invoke and metrics update.