You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2010/03/09 07:23:44 UTC

[jira] Resolved: (CAMEL-2531) Add List to string method for tracing the message of CXF PAYLOAD

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

Willem Jiang resolved CAMEL-2531.
---------------------------------

    Resolution: Fixed

> Add List<Element> to string method for tracing the message of CXF PAYLOAD 
> --------------------------------------------------------------------------
>
>                 Key: CAMEL-2531
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2531
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-cxf
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.3.0
>
>
> The first problem I've found with using PAYLOAD is that the Tracer 
> (which I was using with JPA) is no longer logging the full message contents. 
> This is because it calls toString on the inbound message, but that is 
> now a CxfPayload, which contains a List<Element> and Element.toString() 
> does not walk the DOM. 
> Here is the [mail thread|http://old.nabble.com/Modifying-SOAP%3AFault-errors-raised-by-endpoints-tt27805133.html#a27826159] which discusses about it.

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