wel that didn't help now it looks like this and that still doesn't help.
What do I have to do? My customers go crazy over this and me too!!! I really
don't know what to do anymore. On production I didn't switch to
1.0.4because lazy loading is different and the site gets to slow then.

        <connection-pool
            maxActive="21"
            minIdle="0"
            maxIdle="-1"
            maxWait="2000"
            minEvictableIdleTimeMillis="900000"
            numTestsPerEvictionRun="21"
            testWhileIdle="true"
            testOnBorrow="true"
            testOnReturn="true"
            validationQuery="SELECT 1"
            timeBetweenEvictionRunsMillis="900000"
            removeAbandoned="true"
            removeAbandonedTimeout="900000"
            whenExhaustedAction="2">



2006/1/6, Dennis Bekkering <[EMAIL PROTECTED]>:
>
> i added
>             testOnBorrow="true"
>             validationQuery="SELECT 1"
>
> to the descriptor, I'l wait and see what happens.
>
> Dennis
>

Reply via email to