Hi

There are a variety of properties for the CommonsPoolTargetSource. Is there a way to set these in an applicationContext.xml such as

<property name="minIdle" value="2"/>

or do I simply set the the bean without the property, gain access to the pool via a request to the context and then set the values in the application. It would be slicker if this could be set in the applicationContext.xml.

Thanks.

David