|
From: SourceForge.net <no...@so...> - 2010-12-08 14:37:21
|
Bugs item #3132130, was opened at 2010-12-08 01:34 Message generated for change (Comment added) made by jeffjensen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=449491&aid=3132130&group_id=47439 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Bug Group: v2.4.* >Status: Pending Resolution: None Priority: 5 Private: No Submitted By: jimmyhui (jimmyhui) >Assigned to: Jeff Jensen (jeffjensen) >Summary: AbstractDatabaseConnection createQueryTable throws UOEx Initial Comment: When using the ForwardOnlyResultSetTable, a call gets made to AbstractDatabaseConnection.createTable which in turn calls into createQueryTable. Inside the createQueryTable function it has this line of code: logger.debug("createQueryTable: rowCount={}", Integer.valueOf(rsTable.getRowCount())); This throws an UnsupportedOperationException when using the ForwardOnlyResultSetTable and fails. ---------------------------------------------------------------------- >Comment By: Jeff Jensen (jeffjensen) Date: 2010-12-08 08:37 Message: Can you attach an integration test that reproduces the problem please? I will fix this... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=449491&aid=3132130&group_id=47439 |