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 81027 - validation on variable declaration is incorrect?
Summary: validation on variable declaration is incorrect?
Status: CLOSED 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:
: 81033 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-07-24 22:52 UTC by lchang
Modified: 2006-07-25 22:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
wait .bpel (1.64 KB, application/octet-stream)
2006-07-24 22:53 UTC, lchang
Details
wait .wsdl (2.22 KB, application/octet-stream)
2006-07-24 22:53 UTC, lchang
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lchang 2006-07-24 22:52:39 UTC
Steps to reproduce:
1.  Create BPEL Module, and use attached .bpel and .wsdl file.
2.  Open the BPEL Editor.

Result:
You will see on the 'Wait' and 'Assign' activities, an error:

"Could not find declaration for variable Wait_input in "$Wait_input.request" 
expression".

However, this project builds, deploys and runs just fine.
Comment 1 lchang 2006-07-24 22:53:26 UTC
Created attachment 32161 [details]
wait .bpel
Comment 2 lchang 2006-07-24 22:53:41 UTC
Created attachment 32162 [details]
wait .wsdl
Comment 3 Denis Anisimov 2006-07-25 10:56:00 UTC
*** Issue 81033 has been marked as a duplicate of this issue. ***
Comment 4 Denis Anisimov 2006-07-25 11:28:05 UTC
Fixed.
There was a bug in finding variables in ascendant scopes.
Comment 5 lchang 2006-07-25 22:05:59 UTC
The validation does not show the message, 

"Could not find declaration for variable Wait_input in "$Wait_input.request" 
expression".
 
This is fixed.