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

 


Help: OASIS Mailing Lists Help | MarkMail Help

wsbpel-implement message

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


Subject: [Fwd: [wsbpel] Issue - 102 - Fixing Typos in getVariable*() in BPELexamples]


  Hi Chris,
you may want to point out that quotation regarding namespaces of XPath 
functions to the main list. Postings on Issue 102  are under the 
impression that it inherits from the hosting environment so it would 
help clarify before a vote.

Thanks,
Rania

-------- Original Message --------
Subject: [wsbpel] Issue - 102 - Fixing Typos in getVariable*() in BPEL 
examples
Date: Tue, 9 Mar 2004 15:24:22 +0000
From: ws-bpel issues list editor<peter.furniss@choreology.com>
Reply-To: wsbpel@lists.oasis-open.org
To: wsbpel@lists.oasis-open.org



This issue has been added to the wsbpel issue list. The issues list is 
posted as a Technical Committee document to the OASIS WSBPEL TC pages 
<http://www.oasis-open.org/apps/org/workgroup/wsbpel> on a regular 
basis. The current edition, as a TC document, is the most recent 
document with the title in the "Issues" folder of the WSBPEL TC document 
list <http://www.oasis-open.org/apps/org/workgroup/wsbpel/documents.php> 
- the next posting will include this issue. The list editor's working 
copy, which will normally include an issue when it is announced, is 
available at this constant URL 
<http://www.choreology.com/external/WS_BPEL_issues_list.html>.


    Issue - 102 - Fixing Typos in getVariable*() in BPEL examples

Status: open
Date added: 9 Mar 2004
Submitter: Alex Yiu <mailto:alex.yiu@oracle.com>
Date submitted: 08 March 2004
Description: There seem to be typos in our BPEL examples

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

We need to put quotations on function parameters.

It becomes like:

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

In some of the examples the "bpws:" is actually extra and incorrect. The 
prefix-namespace mapping of a function call in XPath typically inherited 
from that of the hosting element.
Changes: 9 Mar 2004 - new issue

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

To comment on this issue, please follow-up to this announcement on the 
wsbpel@lists.oasis-open.org list (replying to this message should 
automatically send your message to that list), or ensure the subject 
line as you send it starts "Issue - 102 - [anything]" or is a reply to 
such a message.

To add a new issue, see the issues procedures document (but the address 
for new issue submission is the sender of this announcement).

To unsubscribe from this mailing list (and be removed from the roster of 
the OASIS TC), go to 
http://www.oasis-open.org/apps/org/workgroup/wsbpel/members/leave_workgroup.php. 





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