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 151225 - IEP process with TableOutput produces error that output operator is missing
Summary: IEP process with TableOutput produces error that output operator is missing
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: IEP project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Ritesh Adval
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-23 21:57 UTC by jlautz
Modified: 2008-10-28 17:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
process *.iep file attached (4.40 KB, text/plain)
2008-10-23 21:58 UTC, jlautz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jlautz 2008-10-23 21:57:51 UTC
Verified with Java CAPS 6 with NB 6.1 Patch 4 applied, and IEP *.jar and *.nbm artifacts installed from soarelease
builds 20081022_1.

An IEP process that outputs to a TableOutput gets a validation error:

XML validation started.
C:/Users/Jennifer Lautz/Documents/buginfo/iep/ojci570/TableOutputInvalid/src/newEventProcessor.iep:2,0
ERROR: atleast one output type operator must be on the plan.

1 Error(s),  0 Warning(s).
XML validation finished


Example project is attached.
Comment 1 jlautz 2008-10-23 21:58:52 UTC
Created attachment 72564 [details]
process *.iep file attached
Comment 2 jlautz 2008-10-28 17:34:32 UTC
Workaround is to add an unused StreamOutput or RelationOutput operator to the process.