BPEL process does not catch fault when SOAP faultstring contains a qname
associated with the fault name
-------------------------------------------------------------------------------------------------------
Key: ODE-658
URL: https://issues.apache.org/jira/browse/ODE-658
Project: ODE
Issue Type: Bug
Components: Axis2 Integration
Affects Versions: 2.0
Reporter: Gary Brown
I have two BPEL processes (Store and CreditAgency), the CreditAgency
throwing a fault back to the Store. In ODE 1.3.3 this works fine, but
when I deploy the same processes to ODE 2.0-Beta2, the Store process
fails to catch the fault. It results in an exception - I guess because
it considers the fault unhandled.
We have also tried using a JAX-WS service implementation of the
CreditAgency. When the faultstring contains the qname for the fault, the
ODE 2.0-Beta2 Store process fails to catch it - but when the faultstring
is any arbitrary text it works fine - I assume because it uses the fault
details to determine the fault to be caught.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.