Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 320537 - XPath validator can not resolve multiple variable reference arguments passed to XPath function calls
Summary: XPath validator can not resolve multiple variable reference arguments passed ...
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BPEL (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: BPEL Validation Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-21 13:35 EDT by Robert Brodt CLA
Modified: 2022-10-03 11:11 EDT (History)
1 user (show)

See Also:


Attachments
patch for XPathValidator.java (2.86 KB, patch)
2010-07-21 13:44 EDT, Robert Brodt CLA
bbrodt: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Brodt CLA 2010-07-21 13:35:06 EDT
Build Identifier: 20100617-1415

The expression:

concat('Error: ',$inventoryStatus.inventoryPart/invsh:inventoryStatusMessage,' code: ',$inventoryStatus.inventoryPart/invsh:inventoryStatusCode)

causes the validator to report an error, whereas this:

concat('Error: ',$inventoryStatus.inventoryPart/invsh:inventoryStatusMessage,' code: ','123')

is OK. 

Non known workaround.

This expression (which could have been a workaround) also fails to validate:

concat(concat('Error: ',$inventoryStatus.inventoryPart/invsh:inventoryStatusMessage,' code: '),concat($inventoryStatus.inventoryPart/invsh:inventoryStatusCode))

Reproducible: Always

Steps to Reproduce:
1. Enter one of the expressions in Details section in an Assign activity
Comment 1 Robert Brodt CLA 2010-07-21 13:44:28 EDT
Created attachment 174886 [details]
patch for XPathValidator.java

duplicate variable check was bailing out too early
Comment 2 Robert Brodt CLA 2010-07-21 18:05:09 EDT
https://jira.jboss.org/browse/JBIDE-6000
Comment 3 Robert Brodt CLA 2010-07-21 18:16:25 EDT
https://jira.jboss.org/browse/JBIDE-6000
Comment 4 grid.qian CLA 2010-07-23 01:57:03 EDT
apply and test the patch from Bob
Comment 5 Robert Brodt CLA 2012-04-18 15:04:38 EDT
Comment on attachment 174886 [details]
patch for XPathValidator.java

Updated iplog flag for v1.0 release review.