Re: what could cause this Class Cast exception

2004-04-21 Thread Niall Pemberton
to an OracleResultSet at all, can't you use the standard ResultSet.getBlob(int) method? Niall - Original Message - From: "Nathan Maves" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, April 22, 2004 1:54 AM Sub

Re: what could cause this Class Cast exception

2004-04-21 Thread Nathan Maves
So what would be the best way of converting that wrapper class into an OracleResultSet? Is the problem that an OracleResultSet extends java.sql.ResultSet and the Wrapper implements it? Nathan On Apr 21, 2004, at 5:29 PM, Niall Pemberton wrote: So if its not an OracleResultSet, then what kind

Re: what could cause this Class Cast exception

2004-04-21 Thread Niall Pemberton
So if its not an OracleResultSet, then what kind is it? I believe if you use something like Commons dbcp it uses wrappers for everything - DelegatingResultSet Niall - Original Message - From: "Nathan Maves" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Th