You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Jaehwa Jung (JIRA)" <ji...@apache.org> on 2016/03/21 05:59:25 UTC

[jira] [Resolved] (TAJO-2097) TajoStatement::getMoreResults throws SQLFeatureNotSupportedException

     [ https://issues.apache.org/jira/browse/TAJO-2097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jaehwa Jung resolved TAJO-2097.
-------------------------------
       Resolution: Won't Fix
    Fix Version/s:     (was: 0.11.2)
                       (was: 0.12.0)

> TajoStatement::getMoreResults throws SQLFeatureNotSupportedException
> --------------------------------------------------------------------
>
>                 Key: TAJO-2097
>                 URL: https://issues.apache.org/jira/browse/TAJO-2097
>             Project: Tajo
>          Issue Type: Bug
>          Components: JDBC Driver
>    Affects Versions: 0.11.1
>            Reporter: Jaehwa Jung
>            Assignee: Jaehwa Jung
>
> When I execute an application below environment, spring, ibatis, tajo-jdbc-0.11.1. Tajo throws SQLException as following:
> {code:xml}
> Caused by: com.ibatis.common.jdbc.exception.NestedSQLException:
> --- The error occurred in model.xml.
> --- The error occurred while applying a result map.
> --- Check the Xyz-AutoResultMap.
> --- Check the result mapping for the 'userid' property.
> --- Cause: java.sql.SQLFeatureNotSupportedException: getMoreResults() is not supported yet.
>         at com.ibatis.sqlmap.engine.mapping.statement.MappedStatement.executeQueryWithCallback(MappedStatement.java:201)
>         at com.ibatis.sqlmap.engine.mapping.statement.MappedStatement.executeQueryForList(MappedStatement.java:139)
>         at com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate.queryForList(SqlMapExecutorDelegate.java:567)
>         at com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate.queryForList(SqlMapExecutorDelegate.java:541)
>         at com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl.queryForList(SqlMapSessionImpl.java:118)
>         at org.springframework.orm.ibatis.SqlMapClientTemplate$3.doInSqlMapClient(SqlMapClientTemplate.java:295)
>         at org.springframework.orm.ibatis.SqlMapClientTemplate$3.doInSqlMapClient(SqlMapClientTemplate.java:1)
>         at org.springframework.orm.ibatis.SqlMapClientTemplate.execute(SqlMapClientTemplate.java:200)
>         ... 57 more
> Caused by: java.sql.SQLFeatureNotSupportedException: getMoreResults() is not supported yet.
>         at org.apache.tajo.jdbc.TajoStatement.getMoreResults(TajoStatement.java:240)
>         at org.apache.commons.dbcp.DelegatingStatement.getMoreResults(DelegatingStatement.java:270)
>         at com.ibatis.sqlmap.engine.execution.SqlExecutor.moveToNextResultsSafely(SqlExecutor.java:354)
>         at com.ibatis.sqlmap.engine.execution.SqlExecutor.handleMultipleResults(SqlExecutor.java:325)
>         at com.ibatis.sqlmap.engine.execution.SqlExecutor.executeQuery(SqlExecutor.java:189)
>         at com.ibatis.sqlmap.engine.mapping.statement.MappedStatement.sqlExecuteQuery(MappedStatement.java:221)
>         at com.ibatis.sqlmap.engine.mapping.statement.MappedStatement.executeQueryWithCallback(MappedStatement.java:189)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)