-
15. Re: How teiid 8.1Final support stored procedure with out parameters?
kchen007 Nov 8, 2012 2:52 PM (in response to shawkins)Steven:
thanks for the quick reply, is it possible to fix this? We are using eclipselink and I am not able to run any stored procedure that does not return either resultset or have an out parameter, in the outparameter case, eclipselink provide me a hook to call execute() directly. but not in other cases.
thanks
Kevin
-
16. Re: How teiid 8.1Final support stored procedure with out parameters?
shawkins Nov 8, 2012 3:10 PM (in response to kchen007)Sure just log an issue. It should get into 8.2.
-
17. Re: How teiid 8.1Final support stored procedure with out parameters?
shawkins Nov 9, 2012 8:56 AM (in response to shawkins)Went ahead and logged/worked https://issues.jboss.org/browse/TEIID-2300 to get the fix into 8.2 CR2.
Steve
-
18. Re: How teiid 8.1Final support stored procedure with out parameters?
kchen007 Nov 9, 2012 10:50 AM (in response to shawkins)That is great, thanks very much.
-
19. Re: How teiid 8.1Final support stored procedure with out parameters?
kchen007 Mar 1, 2013 3:05 PM (in response to shawkins)Steve:
When I use 8.3 beta 3, and I have a store procedure that will not return anything, when I run it, got the NPE, it is in PreparedStatementImpl.executeUpdate() function
return this.updateCounts[0];
the updateCounts variable is null.
Thanks
Kevin
-
20. Re: How teiid 8.1Final support stored procedure with out parameters?
shawkins Mar 1, 2013 3:20 PM (in response to kchen007)Yes the fix was too narrow. The server will allow the execution, but the client is not aware that no results are expected. This will be addressed for the final release.
Steve
-
21. Re: How teiid 8.1Final support stored procedure with out parameters?
kchen007 Mar 1, 2013 3:21 PM (in response to shawkins)thx