Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1078277

Summary: Unable to use table and function from different source models in one expression
Product: [JBoss] JBoss Data Virtualization 6 Reporter: Filip Elias <felias>
Component: TeiidAssignee: Van Halbert <vhalbert>
Status: CLOSED NOTABUG QA Contact:
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.0.0CC: atangrin, vhalbert
Target Milestone: ---   
Target Release: 6.1.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
DV 6.0
Last Closed: 2014-03-24 15:07:15 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Sample vdb
none
Server log with the exception none

Description Filip Elias 2014-03-19 14:19:52 UTC
Created attachment 876364 [details]
Sample vdb

Description of problem:

Exception is thrown when SQL request contains table from model A and function from model B in one expression(condition).

This fails:

select a.id from modelA.mysql.functionTest a where a.value=modelB.testBool();

This fails too:

select modelB.testBool();

Exception and sample vdb is in the attachment.

Comment 1 Filip Elias 2014-03-19 14:21:25 UTC
Created attachment 876366 [details]
Server log with the exception