-
Bug
-
Resolution: Done
-
Major
-
JBossAS-4.0.1 Final, JBossAS-4.0.1 SP1
-
None
The SerializableResultSetMetaData wrapper ctor is creating a copy of the ResultSetMetaData column info into an array of getColumnCount+1 to allow for the base 1 index, but the getColumnCount method is returning the array length. This produces an off by one error.