Dear Dirk,
bad news!
I have done these steps bellows: updating process of DBCP & POOL packages.
Unfortunatelly, since i have done it, i have been getting a cast error
message when my app runs. See bellow:
exception
java.lang.ClassCastException
at BancoServlet.getDica(BancoServlet.java:459)
at BancoServlet.recuperaDicaTopico(BancoServlet.java:373)
at BancoServlet.service(BancoServlet.java:238)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:247)
The worst is: the line 459 is this one. The Blob headache... It was running
before this change...
BLOB blob = ((OracleResultSet)rs).getBLOB("TE_ANEXO_DICA");
if ( blob.length() == 0)
Any help will be appreciated!
Euclides.
-----Mensagem original-----
De: Dirk Verbeeck [mailto:[EMAIL PROTECTED]
Enviada em: segunda-feira, 13 de outubro de 2003 16:01
Para: Jakarta Commons Developers List
Assunto: Re: RES: Needing help with DBCP - slow response time
Download the latest release candidate from
http://jakarta.apache.org/commons/dbcp/downloads.html
or a direct link:
http://cvs.apache.org/~dirkv/builds/
The target date for a final release is 20 October.
PS: do not forget to update commons-pool as well
Cheers
Dirk
Jose Euclides da Silva Junior - DATAPREVRJ wrote:
>Thank you, Dirk. I will try to capture this information and then, send it
to
>the list. Do you know where (URL) can i find SharedPoolDataSource &
>PerUserPoolDataSource or a newer version of Jdbc2Pool...
>Regards,
>Euclides.
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]