I'm using JndiObjectFactoryBean and JdbcTemplate to access my datasources managed by a Weblogic 8.1 and Oracle 8.1/9. The problem is that whenever the connections are lost the first guy that hits a resource that depends of those connections has to wait for the connection timeout and then the time to get a new one something that is very annoying. Do you know anyway to avoid this to happen?
Thanks,
Johann


Reply With Quote
.
