Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 69423 invoked from network); 31 Jan 2010 15:51:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Jan 2010 15:51:57 -0000 Received: (qmail 19049 invoked by uid 500); 31 Jan 2010 15:51:57 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 19028 invoked by uid 500); 31 Jan 2010 15:51:57 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 19018 invoked by uid 99); 31 Jan 2010 15:51:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Jan 2010 15:51:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Jan 2010 15:51:55 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8F4F629A0013 for ; Sun, 31 Jan 2010 07:51:34 -0800 (PST) Message-ID: <980310886.159351264953094586.JavaMail.jira@brutus.apache.org> Date: Sun, 31 Jan 2010 15:51:34 +0000 (UTC) From: =?utf-8?Q?R=C3=A9mi_Flament_=28JIRA=29?= To: issues@cxf.apache.org Subject: [jira] Created: (CXF-2641) Interceptors to store requests and responses in a database MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org 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 Affects Versions: 2.2.6 Reporter: R=C3=A9mi Flament Fix For: 2.2.7 Attachments: 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. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.