Bug 1451412

Summary: Propagate SOAP fault in SwitchYard
Product: [JBoss] JBoss Fuse Service Works 6 Reporter: Rick Wagner <rwagner>
Component: SwitchYardAssignee: tcunning
Status: VERIFIED --- QA Contact: ppecka <ppecka>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.0.0 GACC: ppecka, rwagner, soa-p-jira, tcunning
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
PATCH NAME: 1451412 PRODUCT NAME: JBoss Fuse Service Works VERSION: 6.0.0 GA + Roll-up patch 6 (FSW_6.0_2_2015/BZ-1214695.zip) https://access.redhat.com/jbossnetwork/restricted/softwareDetail.html?softwareId=43491&product=jboss.fuse.serviceworks&version=6.0.0&downloadType=patches SHORT DESCRIPTION: Propagate SOAP fault in SwitchYard LONG DESCRIPTION: When a SoapFault is thrown from a External Soap Service, then the SOAP fault is not propagated back to the initial caller. MANUAL INSTALL INSTRUCTIONS: Extract the patched files in the $FSW_HOME directory: $ cp BZ-1451412.zip $FSW_HOME $ cd $FSW_HOME $ unzip -o BZ-1451412.zip INSTRUCTIONS FOR MAVEN BASED PROJECTS: Install the patched jar using the following command: [$PATCH_DIR]$ mvn install:install-file -Dfile=modules/system/layers/soa/org/switchyard/component/camel/switchyard/main/switchyard-component-camel-switchyard-1.1.1-p12-redhat-1-BZ-1451412.jar -DgroupId=org.switchyard.components -DartifactId=switchyard-component-camel-switchyard -Dversion=1.1.1-p12-redhat-1-BZ-1451412 -Dsources=modules/system/layers/soa/org/switchyard/component/camel/switchyard/main/switchyard-component-camel-switchyard-1.1.1-p12-redhat-1-BZ-1451412-sources.jar -Dpackaging=jar Specify the dependency in any projects pom.xml: <dependency> <groupId>org.switchyard.components</groupId> <artifactId>switchyard-component-camel-switchyard</artifactId> <version>1.1.1-p12-redhat-1-BZ-1451412</version> </dependency> CREATOR: Martin Weiler DATE: 2017-05-23
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Support Patch
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
GSS-sourced backport of SWITCHYARD-2815
none
DEV-sourced backport of SWITCHYARD-2815 none

Description Rick Wagner 2017-05-16 15:13:35 UTC
Created attachment 1279352 [details]
GSS-sourced backport of SWITCHYARD-2815

SwitchYard is reporting back a generic Exception message on SOAP Faults, more detail should be provided.

Comment 6 tcunning 2017-05-22 17:55:49 UTC
Created attachment 1281176 [details]
DEV-sourced backport of SWITCHYARD-2815

DEV-sourced backport of SWITCHYARD-2815