[ 
https://issues.apache.org/jira/browse/CXF-2540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Cyrille Le Clerc updated CXF-2540:
----------------------------------

    Attachment: CXF-2540.patch

Proposed patch :
* ClientFaultConverter.handleMessage() : if an exception was raised, set the 
"FaultMode" entry in the "Exchange" object

* ResponseTimeFeature.initializeProvider() : declare the 
ResponseTimeMessageInInterceptor as a InFaultInterceptor

* ResponseTimeMessageInInterceptor : register as a POST_LOGICAL phase rather 
than a RECEIVE to be invoked in case of failures before receiving the answer of 
the remote server (network communication error, 404, timeout, etc)

> JMX ResponseTimeFeature does not count client side exceptions
> -------------------------------------------------------------
>
>                 Key: CXF-2540
>                 URL: https://issues.apache.org/jira/browse/CXF-2540
>             Project: CXF
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.2.3
>            Reporter: Cyrille Le Clerc
>         Attachments: CXF-2540.patch
>
>
> JMX ResponseTimeFeature does not count client side exceptions like 404, 
> Timeouts, interceptors exceptions, etc.
> Due to this ResponseTimeCounter.runtimeFaults and 
> ResponseTimeCounter.logicalRuntimeFaults are not incremented.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to