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 149549 - ability to remove attributes from ExtTablePollingStream operator
Summary: ability to remove attributes from ExtTablePollingStream operator
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: IEP editor (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Gabriel Badescu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-08 19:53 UTC by kdoizaki
Modified: 2008-10-08 19:53 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kdoizaki 2008-10-08 19:53:05 UTC
Found using JavaCAPS6 + IEP nbm files from build081002.

After using the wizard to select a table and its columns to be polled in External Table Polling Stream operator, there
should be a way to at least remove items in the 'Select' area.

For example, I selected an Oracle table and specified columns where some datatypes are not supported by IEP. When I
build the IEP project, I see the errors and find out which datatypes are "not a valid type" for particular attributes in
IEP. When I open the properties for the External Table Polling Stream operator, I see the offending attribute/datatype,
and I would like to remove it. Otherwise, I need to go through the 'Select table' wizard process again. There is a
workaround to manually remove it from the Source Editor.

This enhancement may conflict with another one that I entered earlier - 149440.