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 109558 - integer ForEach properties should use mapper to create expressions for them.
Summary: integer ForEach properties should use mapper to create expressions for them.
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sergey Lunegov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-12 20:37 UTC by vinayram
Modified: 2008-10-21 22:55 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Capture of the forEach properties window. (32.19 KB, application/octet-stream)
2007-07-12 20:38 UTC, vinayram
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vinayram 2007-07-12 20:37:05 UTC
ForEach properties 'start counter value', 'final counter value' and 'completion condition' are unsigned-integer-
expression as per the bpel spec. Right now clicking on the property opens a dialog window with a text box. Any integer 
constant or expression has to be entered manually.

The enhancement request is that the user be allowed to use the mapper to be able to create expressions for unsigned 
integers and/or assign a constant value.

Steps to get to the afore mentioned dialog box.
1. in the bpel editor create a bpel process with a forEach structured actvity.
2. right click on the forEach construct and select properties.
3. click on the button next to any of the above mentioned properties and a dialog with a text box appears. This should 
be a mapper window so that the user can create an expression using it.
Comment 1 vinayram 2007-07-12 20:38:11 UTC
Created attachment 45042 [details]
Capture of the forEach properties window.
Comment 2 Sergey Lunegov 2008-05-07 12:05:38 UTC
Implemented in NB 6.1. You can set this attributes in Mapper tab when select ForEach activity.
Comment 3 ggenipudi 2008-10-21 22:55:19 UTC
tested and verified using NetBeans IDE 6.1 (Build 200810140114) and was able to create foreach sucessfully.