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

Summary: Typo in ExternalTablePollingStream Property Editor error message
Product: soa Reporter: kdoizaki <kdoizaki>
Component: IEP editorAssignee: Gabriel Badescu <gbadescu>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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".