Bug 1006642

Summary: SOAP component: TRACE log in OutboundHandler.handleMessage(..) doesn't output response message correctly
Product: [JBoss] JBoss Fuse Service Works 6 Reporter: Tadayoshi Sato <tasato>
Component: SwitchYardAssignee: Keith Babo <kbabo>
Status: CLOSED CURRENTRELEASE QA Contact: Jiri Sedlacek <jsedlace>
Severity: low Docs Contact:
Priority: low    
Version: 6.0.0 GACC: ldimaggi, oskutka, soa-p-jira
Target Milestone: ER7   
Target Release: 6.0.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-02-06 15:26:29 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

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