Hide Forgot
Patch Instructions: PATCH NAME: SOA-3227 PRODUCT NAME:JBoss Enterprise SOA Platform VERSION: 5.1.0.GA SHORT DESCRIPTION: This patch will cover an issue described on https://issues.jboss.org/browse/JBESB-3654 LONG DESCRIPTION: Wise will allow expected exceptions to be returned as an InvocationResult but will trap anything it does not recognise and throw it back to the invoker as an exception. This terminates the pipeline and the remainder of the pipeline is prevented from processing the valid SOAP response because wise is turning it into an exception, thereby treating it in a different manner from the exceptions that are defined within the WSDL (and expected). It is still visible through the exception processing but shouldn't be, it should be treated in the same manner as other SOAP faults. MANUAL INSTALL INSTRUCTIONS: Following, the required actions to apply this patch: 1 - Locate "soap.esb" folder ($JBOSS_HOME/server/$CONFIGURATION/deploy/soap.esb); 2 - Remove the "jbossesb-soap.jar", "jboss-wise-1.0.aop", and "wise-core.jar" files; 3 - Put the new versions of "jbossesb-soap.jar", "jboss-wise-1.0.aop", and "wise-core.jar" into this folder; COMPATIBILITY: DEPENDENCIES: NONE SUPERSEDES: NONE SUPERSEDED BY: NONE CREATOR: Julian Coleman DATE: 10-Aug-2011 Patch Repository Link: https://access.redhat.com/jbossnetwork/restricted/softwareDetail.html?softwareId=7963 Support Case Reference: https://c.na7.visual.force.com/apex/Case_View?id=500A0000007BBvM&sfdc.override=1 project_key: SOA Wise will allow expected exceptions to be returned as an InvocationResult but will trap anything it does not recognise and throw it back to the invoker as an exception. This terminates the pipeline and the remainder of the pipeline is prevented from processing the valid SOAP response because wise is turning it into an exception, thereby treating it in a different manner from the exceptions that are defined within the WSDL (and expected). It is still visible through the exception processing but shouldn't be, it should be treated in the same manner as other SOAP faults.
This is a one-off patch request for SOA-3205 to be made against SOA-P 5.1.0
Link: Added: This issue is related to SOA-3205
Link: Added: This issue relates to JBESB-3654
ESB tag for this fix : http://svn.jboss.org/repos/labs/labs/jbossesb/tags/GSS-SOA-3227/ tcunning@localhost:soap]$ svn commit Adding soap/aop/java/org/jboss/internal/soa/esb/soap/wise/WSMethodInvokeAspect.java Sending soap/aop/resources/META-INF/jboss-aop.xml Sending soap/src/main/java/org/jboss/soa/esb/actions/soap/wise/SOAPClient.java Transmitting file data ... Committed revision 37335. Please note that this is turned off by default, but enableable through a SOAPClient property : <property name="ContinueOnSOAPFault" value="true"/>
Patch zip with signed jar.
Attachment: Added: SOA-3227-patch.zip
Attachment: Removed: SOA-3227-patch.zip
Patch Instructions: Added: PATCH NAME: SOA-3227 PRODUCT NAME:JBoss Enterprise SOA Platform VERSION: 5.1.0.GA SHORT DESCRIPTION: This patch will cover an issue described on https://issues.jboss.org/browse/JBESB-3654 LONG DESCRIPTION: Wise will allow expected exceptions to be returned as an InvocationResult but will trap anything it does not recognise and throw it back to the invoker as an exception. This terminates the pipeline and the remainder of the pipeline is prevented from processing the valid SOAP response because wise is turning it into an exception, thereby treating it in a different manner from the exceptions that are defined within the WSDL (and expected). It is still visible through the exception processing but shouldn't be, it should be treated in the same manner as other SOAP faults. MANUAL INSTALL INSTRUCTIONS: Following, the required actions to apply this patch: 1 - Locate "soap.esb" folder ($JBOSS_HOME/server/$CONFIGURATION/deploy/soap.esb); 2 - Remove the "jbossesb-soap.jar", "jboss-wise-1.0.aop", and "wise-core.jar" files; 3 - Put the new versions of "jbossesb-soap.jar", "jboss-wise-1.0.aop", and "wise-core.jar" into this folder; COMPATIBILITY: DEPENDENCIES: NONE SUPERSEDES: NONE SUPERSEDED BY: NONE CREATOR: Julian Coleman DATE: 10-Aug-2011
Patch approved 6f795f340a95f3e6d788433411ef0f6e SOA-3227-patch.zip
This patch is applicable to JBoss SOA-P 5.1.0. It is available for download from the following location: https://access.redhat.com/jbossnetwork/restricted/softwareDetail.html?softwareId=7963
Patch Repository Link: Added: https://access.redhat.com/jbossnetwork/restricted/softwareDetail.html?softwareId=7963
Resolved.