I have found a workaround. Create a class which extends the CommonsPoolTargetSource and add a public method to instantiate the objects :
public void customInitPool() throws Exception {
...
Type: Posts; User: FrenchFrog; Keyword(s):
I have found a workaround. Create a class which extends the CommonsPoolTargetSource and add a public method to instantiate the objects :
public void customInitPool() throws Exception {
...
Hi
I want to have a pool of objects and instantiate them all when I deploy the application.
Here is the xml snippet where I declare the target bean, the pool and the proxy.
<bean...