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 162373 - Add validate attribute to assign
Summary: Add validate attribute to assign
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-10 09:57 UTC by Vladimir Yaroslavskiy
Modified: 2009-04-24 16:57 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Yaroslavskiy 2009-04-10 09:57:02 UTC
Add validate attribute to assign
Comment 1 Vladimir Yaroslavskiy 2009-04-14 11:18:19 UTC
done.
Comment 2 terrybraun 2009-04-24 16:57:15 UTC
The validate attribute has been defined for the <assign> element. The following tests have been performed:

1) Verifying that "N/A" is the default and does not add the "validate" attribute to the BPEL code.
2) Selecting "yes" from the properties pulldown adds an attribute of  validate="yes"  to the BPEL code.
3) Selecting "no" from the properties pulldown adds an attribute of  validate="no"  to the BPEL code.
4) Re-selecting "N/A" from the properties pulldown removes any previously defined "validate" attribute.
5) The "validate" attribute is available from the code help completion during manual <assign> creation.
6) The "validate" attribute does not interfere with the creation of a <documentation> sub-element.
7) the "validate" attribute does not interfere with the "Assignment Count" presented on the properties window.

This issue is verified with NetBeans IDE 6.5.1 (Build 200904151427).