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 165229 - Error message in TimeBasedAggregator Property Editor should be modified
Summary: Error message in TimeBasedAggregator Property Editor should be modified
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: IEP editor (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P4 blocker (vote)
Assignee: Gabriel Badescu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-15 01:30 UTC by kdoizaki
Modified: 2009-05-15 01:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
sample project (6.99 KB, application/x-compressed)
2009-05-15 01:31 UTC, kdoizaki
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kdoizaki 2009-05-15 01:30:35 UTC
Found using GlassFish ESB v2.1 nightly build (20090508-0102).
TimeBasedAggregator error message in Property Editor should be modified.

Steps to reproduce: 
(1) open attached sample project
(2) open IEP process
(3) double-click TimeBasedAggregator0 icon
(4) in Property Editor replace value in "From" field to "aaa"
(5) hit OK button

Result:
Error message, "Error: Input name aaa cannot be found from the inputs"

This error message should be reworded, because the error was made in the "From" field. It should help the user 
pinpoint where the problem is.
Comment 1 kdoizaki 2009-05-15 01:31:45 UTC
Created attachment 82164 [details]
sample project
Comment 2 kdoizaki 2009-05-15 01:36:36 UTC
The same area appears in the same scenario in Property Editor for TupleBasedAggregator.
Comment 3 kdoizaki 2009-05-15 01:47:25 UTC
Same error message appears in Relation Map and Stream Projection And Filter operators.