Subject Re: [Firebird-Java] Glassfish 2.1 connection pool does not ask for more than 10 connections, regardless of poolsize
Author Roman Rokytskyy
> there is a workaround for this problem. setting the pool parameters via
> "additional properties" works. would be nice thou if the pool settings page in
> the gf admin console could be used.
> i was able to locate the glassfish code that sets the additional driver
> properties, but not the code that passes the pool settings to the jdbc drivers
> datasource implementation... so i have no idea yet, what method glassfish
> tries to call to set the maximum pool size. i can live with the workaround
> described above for now. when things slow down a bit here, i am going to
> investigate glassfishs code a little further.

Thanks!

> btw, a while ago i posted a fix to the sun specific
> org.firebirdsq.sun.AppserverDataSource class to enable the setting of
> "resultSetHoldable" property.. did this make it into the trunk yet? i am still
> using my custom implementation here....

I do not remember if I committed the code, but I just checked - and
there is no such ticket in a bug tracker. In such case it might have
been forgotten as well... I will create one now.

Roman