> -----Original Message-----
> From: Phil Steitz [mailto:[EMAIL PROTECTED]
> Sent: Saturday, March 15, 2008 5:09 PM
> To: Tomcat Users List
> Subject: Re: DelegatingCallableStatement.getInnermostDelegate() --
> NoSuchMethodError
> 
> This looks like a signature from dbcp 1.1.  Are you sure you used dbcp
> 1.2+ when you compiled the classes below?  In dbcp 1.1,
> getInnermostDelegate is implemented in DelegatingCallableStatement and
> it returns a CallableStatement.  In 1.2, inheritance is as you
> describe and this method returns a Statement (which you need to cast
> to CallableStatement).

That was it.  That was also the one possibility I hadn't considered :-)
Thanks for the assistance.

IMPORTANT NOTICE:
This message may contain confidential information. If you have received this 
e-mail in error, do not use, copy or distribute it. Do not open any 
attachments. Delete it immediately from your system and notify the sender 
promptly by e-mail that you have done so. Thank you.



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to