]
Work on TEIID-5726 started by Steven Hawkins.
---------------------------------------------
java.lang.NullPointerException when calling a stored procedure via
Teiid
------------------------------------------------------------------------
Key: TEIID-5726
URL:
https://issues.jboss.org/browse/TEIID-5726
Project: Teiid
Issue Type: Bug
Components: OData
Affects Versions: 12.1
Reporter: Christoph John
Assignee: Steven Hawkins
Priority: Blocker
Fix For: 12.2, 12.1.1
Attachments: log3.txt, srcProc.txt, svc-vdb.ddl
I try to create a function import for a stored procedure which I have in my sql database.
When executing the stored procedure via mysql workbench, the stored procedure does fine.
I have described the issue in my first message in
https://developer.jboss.org/message/989044#989044
in detail. Attached you find the excerpt from the teiid error log and my vdb file. The
relevant stored procedure is named srcProc and is also attached.