You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Rémi Flament (JIRA)" <ji...@apache.org> on 2010/02/03 03:04:20 UTC

[jira] Updated: (CXF-2641) Interceptors to store requests and responses in a database

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

Rémi Flament updated CXF-2641:
------------------------------

    Attachment: cxf-management-interceptor.patch-2.txt

> Interceptors to store requests and responses in a database
> ----------------------------------------------------------
>
>                 Key: CXF-2641
>                 URL: https://issues.apache.org/jira/browse/CXF-2641
>             Project: CXF
>          Issue Type: New Feature
>          Components: Bus
>            Reporter: Rémi Flament
>             Fix For: 2.3
>
>         Attachments: cxf-management-interceptor.patch-2.txt, cxf-management-peristence-1.patch, cxfmanagement.sql
>
>
> Here is a patch that contains interceptors described in this email : http://mail-archives.apache.org/mod_mbox/cxf-dev/201001.mbox/%3C4B553909.5070506@laposte.net%3E
> The patch modifies the rt/management maven module.
> It adds two interceptors to store requests and responses in a database :
> - PersistInInterceptor
> - PersistOutInterceptor
> It uses iBatis for persistence.
> For each request the folliwing data is saved :
> - service name
> - encoding
> - the date when the request was processed
> - the date when the response was processed
> - the wsdl operation
> - the request as text
> - the response as text
> - the request size
> - the response size
> - the uri
> - user agent
> - the status
> - the exception type and the stacktrace if any
> - additional properties, http headers, etc.

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