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 156543 - operator schema editor doesn't validate changes properly
Summary: operator schema editor doesn't validate changes properly
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: IEP editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Ritesh Adval
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-09 21:00 UTC by jlautz
Modified: 2009-01-09 21:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IEP project used in example. (6.61 KB, text/plain)
2009-01-09 21:03 UTC, jlautz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jlautz 2009-01-09 21:00:28 UTC
Seen with JavaCAPS 6.1 FCS on Windows XP.

Situation: 
A source for a Stream Projection and Filter schema expression is deleted in an otherwise valid IEP processor. 

1. Open the Stream Projection and Filter Editor dialog, and correct the schema expression to not include any reference
to any element of the deleted source.

2. Click OK.

See an error like the following: "Input name xxx cannot be found in the inputs." xxx is the name of an element from the
deleted source, which is no longer included in any expression in the Stream Projection and Filter dialog.

Workaround: edit the *.iep file manually to remove any references to the deleted source, or create a new processor.

Attached is an *.iep file after deleting the source (a Table Input) and after trying to edit the Strema Projection and
Filter.
Comment 1 jlautz 2009-01-09 21:03:23 UTC
Created attachment 75648 [details]
IEP project used in example.