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 165556 - Invalid values can be entered in 'attribute' Properties panel of AttributeBasedWindow operator
Summary: Invalid values can be entered in 'attribute' Properties panel of AttributeBas...
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: IEP editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Gabriel Badescu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-20 01:33 UTC by kdoizaki
Modified: 2009-05-20 01:33 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 kdoizaki 2009-05-20 01:33:07 UTC
Tested using GlassFishESB v2.1 nightly build (20090515-1455).

When AttributeBasedWindow operator is used in a process, it can be configured from the Properties panel. 
The "attribute" field accepts invalid characters and invalid entries. 

Steps to reproduce:
(1) Create IEP process with StreamInput with schema defined fed into AttributeBasedWindow operator
(2) View Properties panel - Ctrl+Shift+7
(3) In "attribute" field enter an invalid name (e.g. use &*!), which is "saved" and displayed in the Properties 
panel
(4) Double-click the AttributeBasedWindow operator to view the Property Editor; invalid entry will not be displayed 
leaving the Attributes field blank. If valid selection is made, then the Properties will be updated accordingly. If 
not updated with valid attribute, then project will later in the runtime cycle, not designtime.