Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3C9148E50 for ; Tue, 16 Aug 2011 11:07:07 +0000 (UTC) Received: (qmail 65443 invoked by uid 500); 16 Aug 2011 11:07:06 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 65308 invoked by uid 500); 16 Aug 2011 11:06: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 65298 invoked by uid 99); 16 Aug 2011 11:06:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Aug 2011 11:06:49 +0000 X-ASF-Spam-Status: No, hits=-1999.8 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD,URI_HEX X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Aug 2011 11:06:47 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 35E59BFBAB for ; Tue, 16 Aug 2011 11:06:27 +0000 (UTC) Date: Tue, 16 Aug 2011 11:06:27 +0000 (UTC) From: "Andreas Kuhtz (JIRA)" To: issues@cxf.apache.org Message-ID: <1334265100.41006.1313492787217.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2086447595.40759.1313480187177.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Reopened] (CXF-3744) LoggingOutInterceptor shows wrong or no payload if StaxTransformFeature is active MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-3744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Kuhtz reopened CXF-3744: -------------------------------- One problem still exists. If the transformFeature is enabled (applicationContext.xml: line 67) and the Test transformedCallTest is executed, the following output is traced (note the payload! ... and the missing Encoding): {code} 12:55:25.030 INFO [qtp19725666-15][org.apache.cxf.interceptor.LoggingOutInterceptor] - Outbound Message --------------------------- ID: 2 Content-Type: text/xml Headers: {} Payload: LOOPBACK -------------------------------------- {code} whereas the following is logged if the feature is disabled: {code} 13:01:32.381 INFO [qtp19725666-14][org.apache.cxf.interceptor.LoggingOutInterceptor] - Outbound Message --------------------------- ID: 2 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: SIMULATION1test-123LOOPBACK -------------------------------------- {code} Unfortunately I don't know how to track this in a unit testcase. > LoggingOutInterceptor shows wrong or no payload if StaxTransformFeature is active > --------------------------------------------------------------------------------- > > Key: CXF-3744 > URL: https://issues.apache.org/jira/browse/CXF-3744 > Project: CXF > Issue Type: Bug > Affects Versions: 2.4.2 > Reporter: Andreas Kuhtz > Assignee: Aki Yoshida > Fix For: 2.4.3, 2.5 > > > If the transform feature is configured the SoapMessage is not logged correct. In case of a SoapFault no payload is logged. If a valid response is logged only the content of the SoapBody is logged but not the whole Envelope. > The corresponding thread in the mailing list: http://cxf.547215.n5.nabble.com/LoggingOutInterceptor-shows-wrong-or-no-payload-if-StaxTransformFeature-is-active-td4678061.html -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira