Subject | Re: [Firebird-Java] Re: Regression from 2.1.6 |
---|---|
Author | Mark Rotteveel |
Post date | 2012-07-19T11:07:52Z |
On Thu, 19 Jul 2012 10:59:22 -0000, "the_a_rioch" <ariochthe@...>
wrote:
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
wrote:
>> implementation of com.sun.rowset.CachedRowSetImpl is itself broken asit
>> doesn't follow the JDBC specification (seeopen
>> 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
> that bug against JDK 7 ?I assume that as it is in the com.sun.* namespace it is not part of
> And OpenJDK teams did not fixed it, they probably are move agile than
> Oracle ?
>
> Is that class covered with TCK i wonder.
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