accessToUnderlyingConnectionAllowed="true"
see exact steps here
http://commons.apache.org/dbcp/configuration.html
Filip
ahmet temiz wrote:
hello
I try to develop jsf application with pooled postgresql and tomcat 6.
when I try to retrieve large object, I get exception.
here is the code that
hello
I try to develop jsf application with pooled postgresql and tomcat 6.
when I try to retrieve large object, I get exception.
here is the code that creates exception:
PGConnection pgCon = (PGConnection)
((DelegatingConnection)conn).getInnermostDelegate();
java.lang.ClassCastException:
org.