PerformanceCounter.Client reports incorrect response times for oneway invocations ---------------------------------------------------------------------------------
Key: CXF-2305 URL: https://issues.apache.org/jira/browse/CXF-2305 Project: CXF Issue Type: Bug Components: Core Affects Versions: 2.2.2 Reporter: Eoghan Glynn Assignee: Eoghan Glynn Fix For: 2.2.3 The response times reported by the PerformanceCounter.Client MBean for oneway invocations are completely outlandish. This is caused by the start time being unset (and hence zero) when its subtracted from the end time in order to compute an elapsed time for the request. Also the end time seems to be set in advance of the oneway request even being sent, so the entire computation is bogus. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.