This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 79861 - Validator fails for variables used in expression condition
Summary: Validator fails for variables used in expression condition
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-07 12:34 UTC by Andrey Yamkovoy
Modified: 2006-07-17 11:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Yamkovoy 2006-07-07 12:34:01 UTC
Steps to reproduce:
- Create Synchronous sample project.
- Add While activity to process.
- Add Empty activity to While.
- Set some expression using some variable to condition for While. For example:
    contains($inputVar.inputType/paramA, 'aaa').
- Validate bpel.
- Validation fails with following output:
Could not find declaration for variable inputVar.inputType in "contains
($inputVar.inputType/paramA, 'aaa')" expression.
Comment 1 Denis Anisimov 2006-07-13 12:46:24 UTC
There was bad variable names collection algorithm.
Comment 2 Andrey Yamkovoy 2006-07-17 11:43:21 UTC
Fixed.