Subject Re: [Firebird-Java] Re: Regression from 2.1.6
Author Mark Rotteveel
On Thu, 19 Jul 2012 10:59:22 -0000, "the_a_rioch" <ariochthe@...>
wrote:
>> implementation of com.sun.rowset.CachedRowSetImpl is itself broken as
it
>> doesn't follow the JDBC specification (see
>> http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7046875 ).
>
> Wow! change with a trivial and provided patch remains posponed for
> year+...
> Not that awful as with JAI yet still.
>
> Maybe Java 7 team just does not know about it ? did someone tried to
open
> that bug against JDK 7 ?
> And OpenJDK teams did not fixed it, they probably are move agile than
> Oracle ?
>
> Is that class covered with TCK i wonder.

I assume that as it is in the com.sun.* namespace it is not part of
OpenJDK (haven't checked though). If I recall correctly getting your own
working version should be as simple as subclassing it and overriding the
getColIdxByName method with the code provided in that ticket (although it
could be a private method, in which case you would have to copy the entire
class).

Mark