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

Summary: operator schema editor doesn't validate changes properly
Product: soa Reporter: jlautz <jlautz>
Component: IEP editorAssignee: Ritesh Adval <radval>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: IEP project used in example.

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.