[
https://issues.apache.org/jira/browse/TRAFODION-2076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gao, Rui-Xian updated TRAFODION-2076:
-------------------------------------
Summary: [3rd party tool-Squirrel] call spj will return error though the
procedure is actually executed successfully (was: [Squirrel] call spj will
return error though the procedure is actually executed successfully )
> [3rd party tool-Squirrel] call spj will return error though the procedure is
> actually executed successfully
> ------------------------------------------------------------------------------------------------------------
>
> Key: TRAFODION-2076
> URL: https://issues.apache.org/jira/browse/TRAFODION-2076
> Project: Apache Trafodion
> Issue Type: Bug
> Components: client-jdbc-t4
> Affects Versions: 2.1-incubating
> Environment: Squirrel 3.7
> server info -- esgynDBadv R2.1, centos6.7, hbase1.0, cdh5.4.8
> Reporter: Gao, Rui-Xian
> Assignee: Kevin Xu
> Priority: Minor
>
> create library qa_dfr file '/home/trafodion/QALibs/SPJ/dfr.jar'
> Create procedure createTable()
> external name 'TestDDL.createTable'
> LIBRARY qa_dfr
> language java
> NO TRANSACTION REQUIRED
> parameter style java;
> call createTable();
> Following error will be returned --
> java.lang.ClassCastException: org.trafodion.jdbc.t4.TrafT4Statement cannot be
> cast to org.trafodion.jdbc.t4.TrafT4CallableStatement
> But actually the table is created successfully.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)