JDK-6554190 : In Rowset RI, JoinRowset logic is incorrect
  • Type: Bug
  • Component: core-libs
  • Sub-Component: javax.sql
  • Affected Version: 6
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: x86
  • Submitted: 2007-05-07
  • Updated: 2010-08-13
  • Resolved: 2007-07-11
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6u4 b01Fixed
Description
In Rowset RI, JoinRowset logic is incorrect

1. Number of columns in the joined rowset is one less than the correct number of columns
2. The sample program in the pdf tutorial, has an incorrect entry in one of the tables .
In using the CachedRowsetImpl from the Rowset RI, nextPage() doensot populate the rowset with the next set of rows .

Comments
EVALUATION Logic has to be corrected so that nextPage() works properly
11-07-2007