OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

wsbpel message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Issue 102 - Proposal for vote



Hi, all,

Since we have passed Issue 103, it is time to close Issue 102 also.
Because, we have removed getVariableData() function in BPEL 2.0 spec.
We just need to correct the typos in getVariableProperty() in our same 
code, that is:

----------------------------------
From:

"bpws:getVariableProperty(stockResult,level) > 100"
"bpws:getVariableProperty(stockResult,level) >= 0"

To:

"bpws:getVariableProperty('stockResult','level') > 100"
"bpws:getVariableProperty('stockResult','level') >= 0"

----------------------------------


(As pointed by Chris a year ago, the comment about prefix in my first 
email was incorrect.)


Regards,
Alex Yiu




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]