[ https://issues.apache.org/activemq/browse/CAMEL-2531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Willem Jiang updated CAMEL-2531: -------------------------------- Description: 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. was: 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. Priority: Minor (was: Major) > 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 > Priority: Minor > 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.