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 165561 - Typo in ExternalTablePollingStream Property Editor error message
Summary: Typo in ExternalTablePollingStream Property Editor error message
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: IEP editor (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Gabriel Badescu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-20 02:24 UTC by kdoizaki
Modified: 2009-05-20 02:24 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 02:24:00 UTC
Tested using GlassFishESB v2.1 nightly build (20090515-1455).

When ExternalTablePollingStream operator is used in a process, an error message in the Property Editor has a typo. 

Steps to reproduce:
(1) Create IEP process and drag/drop ExternalTablePollingStream operator
(2) Double-click to view the Property Editor
(3) Select table and define at least one attribute, but do not specify record identifier columns
(4) Deselect check box for "Preserve Last Fetched Record"
As a result, there is an error message displayed, "Error: If no record identifer column is specified then you must 
select "Delete Polled Records". This will avoid polling same records againg and again."
It should be "again" instead of "againg".