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 153891

Summary: Inconsistent path to SaveStream, ReplayStream, InvokeStream, ExternalTablePollingStream operator operator
Product: soa Reporter: Yanbing Lu <blu>
Component: IEP editorAssignee: Gabriel Badescu <gbadescu>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Yanbing Lu 2008-11-25 21:04:08 UTC
When you drag and drop SaveStream operator from Output category (on the palette), IEP editor creates
/IEP/External/SaveStream in the text view. The same is true for other 3 operators mentioned here.
I think that it should be /IEP/Output/SaveStream instead. The gui view, and text view of IEP editor
are kind of inconsistent.

This is not a show stopper, but the fix of the problem may cause migration issues.
That is, the existing event processors that use SaveStream operator will not show on IEP design canvas after
the fix.