Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
...
Code Block | ||
---|---|---|
| ||
<catchAll><rethrow/></catchAll> |
Fault handling is implemented inside <faultHandlers/>. Faults can be handled based on qualified name of the thrown fault using <catch/> or every non-specified faults can be handles inside <catchAll/>. For example,
...
1. Log in into BPS server management console and select "Processes -> Add" under the "Main" menu.
2. Upload the <EI_HOME>/
samples/business-process/bpel/
ThrowCatchFaultHandling.zip
directory.
...