]
Alessio Soldano updated JBWS-3808:
----------------------------------
Fix Version/s: jbossws-cxf-5.1.5.Final
(was: jbossws-cxf-5.2.0.Final)
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
Components: jbossws-cxf
Affects Versions: jbossws-cxf-4.3
Reporter: Jim Ma
Assignee: Jim Ma
Fix For: jbossws-cxf-5.1.5.Final
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.