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 165558 - ContiguousOrder property name in Property Editor doesn't match name in Properties; and invalid values can be entered in Properties
Summary: ContiguousOrder property name in Property Editor doesn't match name in Proper...
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:53 UTC by kdoizaki
Modified: 2009-05-20 01:53 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:53:42 UTC
Tested using GlassFishESB v2.1 nightly build (20090515-1455).

When ContiguousOrder operator is used in a process, it can be configured from the Properties panel. 
(1) The "order by" property is named differently in the Property Editor ("Sort by"), when they should match.
(2) The "order by" field accepts invalid characters and invalid entries. 

Steps to reproduce:
(1) Create IEP process with StreamInput with schema (using integer and/or bigint data types) defined fed into 
ContiguousOrder operator
(2) View Properties panel - Ctrl+Shift+7
(3) In "order by" field enter an invalid name (e.g. use &*!), which is "saved" and displayed in the Properties 
panel
(4) Double-click the ContiguousOrder operator to view the Property Editor
Note that Property Editor does not have "order by" property, but "Sort by". Also, similar to 16556 for 
AttributeBasedWindow operator, note that the invalid entry will not be displayed leaving the Sort by field blank. If 
valid selection is made, then the Properties panel will be updated accordingly.