Bug 1311213 - EDS 5.3 jdbc driver virtual procedure call against JDV 6.2.3
Summary: EDS 5.3 jdbc driver virtual procedure call against JDV 6.2.3
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Data Virtualization 6
Classification: JBoss
Component: Teiid, Documentation
Version: 6.3.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: GA
: 6.3.0
Assignee: David Le Sage
QA Contact: Filip Elias
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-02-23 15:28 UTC by Jan Stastny
Modified: 2016-08-11 05:04 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Known Issue
Doc Text:
Cause: Using a driver from a prior major release against a new major release. Consequence: The user may see errors due to incompatibilities between major versions Workaround (if any): The user should be instructed to upgrade their driver. Result:
Clone Of:
Environment:
Last Closed: 2016-08-11 05:04:55 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker TEIID-3998 0 Major Closed EDS 5.3 jdbc driver virtual procedure call against JDV 6.2.3 2018-10-03 22:05:39 UTC

Description Jan Stastny 2016-02-23 15:28:31 UTC
Description of problem:
We identified an issue when trying to connect with EDS 5.3 jdbc driver to JDV 6.2.3 instance.
The problem is caused by virtual procedure execution.
Query performed:
EXEC View.hiddenUpdate(456,'changed')

View definition:
<model name="View" type="VIRTUAL">
   <metadata type="DDL"><![CDATA[
	CREATE VIRTUAL PROCEDURE hiddenUpdate(ID integer,CUSTOMERNAME string) AS BEGIN
   MERGE INTO Customers(id,customername) VALUES(ID,CUSTOMERNAME);
END
]]> </metadata>
</model>

Comment 1 JBoss JIRA Server 2016-02-24 18:10:15 UTC
Steven Hawkins <shawkins> updated the status of jira TEIID-3998 to Resolved

Comment 2 Van Halbert 2016-03-05 16:42:10 UTC
This is a client side issue, as the engineer indicated (and fixed in 6.x).  Therefore, there is no fix to help the use of the EDS 5.3 jdbc driver, other than document this and suggest they upgrade their driver to 6.x if this issue arrives.

Comment 3 JBoss JIRA Server 2016-06-03 22:43:31 UTC
Steven Hawkins <shawkins> updated the status of jira TEIID-3998 to Closed


Note You need to log in before you can comment on or make changes to this bug.