Bug 1451412 - Propagate SOAP fault in SwitchYard
Summary: Propagate SOAP fault in SwitchYard
Keywords:
Status: VERIFIED
Alias: None
Product: JBoss Fuse Service Works 6
Classification: JBoss
Component: SwitchYard
Version: 6.0.0 GA
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: ---
Assignee: tcunning
QA Contact: ppecka
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-05-16 15:13 UTC by Rick Wagner
Modified: 2023-02-27 08:27 UTC (History)
4 users (show)

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
Clone Of:
Environment:
Last Closed:
Type: Support Patch
Embargoed:


Attachments (Terms of Use)
GSS-sourced backport of SWITCHYARD-2815 (23.17 KB, application/zip)
2017-05-16 15:13 UTC, Rick Wagner
no flags Details
DEV-sourced backport of SWITCHYARD-2815 (25.98 KB, application/zip)
2017-05-22 17:55 UTC, tcunning
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SWITCHYARD-2815 0 Major Resolved Propagate SOAP fault in the SwitchyardConsumer class 2017-07-12 07:30:33 UTC

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


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