Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Business Process Execution Language for Web Services 2nd Edition

You're reading from   Business Process Execution Language for Web Services 2nd Edition

Arrow left icon
Product type Paperback
Published in Jan 2006
Publisher Packt
ISBN-13 9781904811817
Length 372 pages
Edition 1st Edition
Languages
Arrow right icon
Toc

Table of Contents (14) Chapters Close

Business Process Execution Language for Web Services
Credits
About the Authors
About the Reviewers
Preface
1. Introduction to BPEL and SOA FREE CHAPTER 2. Web Services Technology Stack 3. Service Composition with BPEL 4. Advanced BPEL 5. Oracle BPEL Process Manager and BPEL Designer: Overview 6. Oracle BPEL Process Manager: Advanced Features 7. MS BizTalk Server BPEL Syntax Reference Index

Standard Faults


The following table is a list of standard faults that commonly arise in BPEL execution.

Fault name

Fault is thrown when:

selectionFailure

A selection operation performed in either a function, such as bpws:getVariableData, or an assignment encounters an error.

conflictingReceive

More than one <receive> activity or equivalent (currently <onMessage> branch in a <pick> activity) are enabled simultaneously for the same partner link, port type, operation, and correlation set(s).

conflictingRequest

More than one synchronous inbound request is active on the same partner link for a particular port type, operation. and correlation set(s).

mismatchedAssignmentFailure

Incompatible types are encountered in an assign activity.

joinFailure

Join condition of an activity evaluates to false.

forcedTermination

A fault occurs in an enclosing scope.

correlationViolation

The contents of messages processed in an <invoke>, <receive>, or <reply> activity do not match specified correlation information.

uninitializedVariable

There is an attempt to access the value of an uninitialized part in a message variable.

repeatedCompensation

An installed compensation handler is invoked more than once.

invalidReply

A reply is sent on a partner link, port type, and operation for which the corresponding <receive> with the same correlation has not been carried out.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image