Re: Different DelegatingResultSet.getDelegate() between Tomcat 6.0.26 and 6.0.29

2010-09-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas, On 9/21/2010 3:00 AM, Andreas Knees wrote: > I am using Tomcat 6.0.26 under Eclipse 3.6. [snip] > Then I switched to use Tomcat 6.0.29. [Now,] DelegatingResultSet > contains another DelegatingResultSet which again contains the > OracleResu

Different DelegatingResultSet.getDelegate() between Tomcat 6.0.26 and 6.0.29

2010-09-21 Thread Andreas Knees
Hi, I am using Tomcat 6.0.26 under Eclipse 3.6. I have configured a data source in server.xml: To save BLOBs with Oracle I have to access the OracleResultSet (unfortunatelly) which I extract as delegate from the DelegatingResultSet provided by the connection pool implementation: ResultSet rs