"Exhausted Resultset" error when using multiple subselects with oracle driver and lazy loading enabled ------------------------------------------------------------------------------------------------------
Key: IBATIS-613 URL: https://issues.apache.org/jira/browse/IBATIS-613 Project: iBatis for Java Issue Type: Bug Components: SQL Maps Affects Versions: 2.3.4 Environment: iBatis 2.3.4.726, oracle-ojdbc14-10g-release2.jar Reporter: aaron pieper Attachments: stack-trace.txt I receive an "Exhausted Resultset" error when executing a query with multiple subselects, when using the Oracle driver, and if lazy loading is enabled. If I simplify the query so that only one subselect is in place, then the error does not occur. If I use the JDBC driver instead of the Oracle driver, the error does not occur either. Lastly, if I set lazyLoadingEnabled to true, or leave it as its default value, then the error doesn't occur. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ibatis.apache.org For additional commands, e-mail: dev-h...@ibatis.apache.org