You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Cyrille Le Clerc (JIRA)" <ji...@apache.org> on 2009/11/16 17:13:39 UTC

[jira] Updated: (CXF-2540) JMX ResponseTimeFeature does not count client side exceptions

     [ 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.