You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Gao, Rui-Xian (JIRA)" <ji...@apache.org> on 2016/06/20 09:13:05 UTC

[jira] [Created] (TRAFODION-2076) [Squirrel] call spj will return error though the procedure is actually executed successfully

Gao, Rui-Xian created TRAFODION-2076:
----------------------------------------

             Summary: [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)