I left one part out. I also want to remove the "synchronized" on
getPooledConnection() + returnConnection().
I don't think that we need to lock on both the instance variable "pool" and
the class instance of PooledInvokerProxy.
I also see that we don't hold the lock as long anymore (we release it before testing
the connection).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009631#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...