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 162885 - Relation operator doesn't give erro alert if input schemas are not identical
Summary: Relation operator doesn't give erro alert if input schemas are not identical
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: IEP editor (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Gabriel Badescu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-16 23:55 UTC by dhuang
Modified: 2009-04-17 00:12 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 dhuang 2009-04-16 23:55:47 UTC
Using an intersect operator against inputs with schemas that are different shouldn't be allowed.  For example, one input
with schema containing two attributes vs. another with schema containing five attributes.  The editor allows both inputs
to be linked to the intersect operator, but only the schema from the first link shows up in the intersect properties. 
An error/warning alert should be generated, or the link action should be prevented.
Comment 1 dhuang 2009-04-17 00:12:36 UTC
This actually applies to all Relation Operators (subtract, union, etc).