[
https://issues.jboss.org/browse/TEIID-1781?page=com.atlassian.jira.plugin...
]
Steven Hawkins resolved TEIID-1781.
-----------------------------------
Resolution: Rejected
You should not be directly editing the xmi files. Unless edited through Designer, the
index files will not be updated. Thus the procedure will still exist.
It is possible to call stored procedure via Teiid JDBC driver on VDB
even though VDB doesn't contain the imported procedure
---------------------------------------------------------------------------------------------------------------------------
Key: TEIID-1781
URL:
https://issues.jboss.org/browse/TEIID-1781
Project: Teiid
Issue Type: Bug
Components: Server
Affects Versions: 7.4.1
Reporter: Filip Nguyen
Assignee: Van Halbert
I use setting same as in SOA-3478. But I deleted the procedure from xmi files in the VDB
(attachment) and changed query to:
{code:title=Teiid Query|borderStyle=solid}
String query = "{ CALL getEmployeeSurnames }";
{code}
The Query is called and result set is returned.
After conversation with Steven Hawkins I understand that this shouldn't be possible
and Teiid should respond that it cannot resolve the query.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira