Bugs item #3132130, was opened at 2010-12-08 07:34
Message generated for change (Comment added) made by sf-robot
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: Closed
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: SourceForge Robot (sf-robot)
Date: 2010-12-22 15:20
Message:
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
----------------------------------------------------------------------
Comment By: Jeff Jensen (jeffjensen)
Date: 2010-12-08 14: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
|