Hi guys,
i am needing help with DBCP. Since it doesnt work as a singleton object, iam
making something crazy like that.
if ( ds == null )
{
BeanPoolConn bp = new BeanPoolConn();
ds = bp.conexao();
}
The BeanPoolConn instances DBCP component. The problem regards sometimes
when my application throws an SQLException with the following content: no
more data to read from socket.
So, what does it mean? Help needed.
Regards, Euclides.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]