Remy Maucherat <[EMAIL PROTECTED]> erote:
> Hi Yoav,
> 
> What do you think about the idea of doing a 5.5.8 ?
Good idea.

> 
> The list of fixes gets longer, and there were actually two regressions 
> in 5.5.7:
> - JSP precompilation with taglibs in some cases
> - DataSource realm connection leaking; the fix needs testing
I did some testing in a webapp I currently develop. And the fixed 
DataSourceRealm seems to work. No more leaking - at least the Realm returns 
all leased connections to the pool. However I observe increasing number of 
database backends after several subsequent redeployments. Since the 
datasource defined in application's context.xml serves connections to both 
DataSourceRealm as well as the application itself (Hibernate Session, to be 
exact), I suspect that there's something wrong with the DataSource cleanup 
peformed on undeployment. I'll look into it today evening. Any 
thoughts/suggestions are welcome.

regz,
/dd


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to