Page Edited :
ODExSITE :
uninitializedVariable
uninitializedVariable has been edited by Maciej Szefler (Apr 23, 2007). Content:Fault Namebpel:uninitializedVariable – use of uninitialized variable data DescriptionThis fault is thrown when an attempt is made to reference or use the data in a variable that has not been intiialized. ExamplesThe following BPEL code generates this fault in the assign activity: <scope> <variable name="foo" type="xsd:string" /> <variable name="bar" type="xsd:string" /> <assign> <copy> <from variable="foo" /> <to variable="bar" /> </copy> </assign> </scope>
|
Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request
Unsubscribe or edit your notifications preferences
Unsubscribe or edit your notifications preferences