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 148303 - Link between operators results in inputListId XML attribute set to empty
Summary: Link between operators results in inputListId XML attribute set to empty
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: IEP editor (show other bugs)
Version: 6.x
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Assignee: Gabriel Badescu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-25 00:33 UTC by xrrocha
Modified: 2008-09-25 00:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description xrrocha 2008-09-25 00:33:00 UTC
A link directed to a stream projection filter is displayed correctly on the design view but generates an empty value for
the "inputListId" attribute of its corresponding "component" XML element. This, in turn, results in a deployment time error.

The stack trace in the server log is:

IEPSEaga03010: Operator fallOffFilter fail to set up
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
	at java.util.ArrayList.RangeCheck(ArrayList.java:546)
	at java.util.ArrayList.get(ArrayList.java:321)
	at
com.sun.jbi.engine.iep.core.runtime.operator.impl.derby.StreamProjectionAndFilterDerby.createOperateStatements(StreamProjectionAndFilterDerby.java:62)
	at
com.sun.jbi.engine.iep.core.runtime.operator.impl.StreamProjectionAndFilter.createOperateStmt(StreamProjectionAndFilter.java:81)
	at com.sun.jbi.engine.iep.core.runtime.operator.impl.AbstractOperator.setRuntimeConnection(AbstractOperator.java:364)
	at com.sun.jbi.engine.iep.core.runtime.scheduler.RoundRobin.run(RoundRobin.java:129)
	at java.lang.Thread.run(Thread.java:613)