Bug 1006642 - SOAP component: TRACE log in OutboundHandler.handleMessage(..) doesn't output response message correctly
Summary: SOAP component: TRACE log in OutboundHandler.handleMessage(..) doesn't output...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Fuse Service Works 6
Classification: JBoss
Component: SwitchYard
Version: 6.0.0 GA
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ER7
: 6.0.0
Assignee: Keith Babo
QA Contact: Jiri Sedlacek
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-11 02:01 UTC by Tadayoshi Sato
Modified: 2015-08-02 23:44 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-02-06 15:26:29 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SWITCHYARD-1630 0 Minor Closed SOAP component: TRACE log in OutboundHandler.handleMessage(..) doesn't output response message correctly 2014-06-16 23:53:17 UTC

Description Tadayoshi Sato 2013-09-11 02:01:39 UTC
Description of problem:
Platform BZ for https://issues.jboss.org/browse/SWITCHYARD-1630

-----
  if (LOGGER.isTraceEnabled()) {
      LOGGER.trace("Outbound <--- Response:[" + SOAPUtil.soapMessageToString(response) + "]");
  }
-----

The above code in OutboundHandler.handleMessage(..) is placed wrongly, thus TRACE log for the response always results in as follow:

  15:03:12,191 TRACE [org.switchyard.component.soap.OutboundHandler] Outbound <--- Response:[<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
      <soap:Header/>
      <soap:Body/>
  </soap:Envelope>

Comment 5 Jiri Sedlacek 2014-01-13 07:13:00 UTC
verified in ER8

Comment 6 JBoss JIRA Server 2014-06-16 23:53:18 UTC
Keith Babo <kbabo> updated the status of jira SWITCHYARD-1630 to Closed


Note You need to log in before you can comment on or make changes to this bug.