ActiveVOS Designer User’s Guide
The ActiveVOS Disable Selection Failure extension allows an XPath query in the From clause of an assignment Copy operation to return an empty node set. If it does, the target node for the assignment is deleted. You can use this extension on a process-by-process basis or set a preference to include it in all processes. When you use the extension, an extension namespace and process attribute are added to the process as follows:
<bpel:process ... xmlns:ext="http://www.activebpel.org/2006/09/bpel/extension/query_handling" ...
ext:disableSelectionFailure="yes" ...>
<bpel:extensions>
<bpel:extension mustUnderstand="yes" namespace=
"http://www.activebpel.org/2006/09/bpel/
extension/query_handling"/>
</bpel:extensions>
...
The process extension is enabled during simulation in Designer and execution on the ActiveVOS server.
To enable or disable this extension for an individual process:
The extension is added to the Outline view, and the appropriate elements and attributes are added to the BPEL source code.
See also:
Copyright (c) 2004-2008 Active Endpoints, Inc.