You could debug this code, as I'm not familiar with it, to see if/when it is called and who might be calling it. You might want to ask David Blevins.
Take care,
Jeremy
On 11/17/05, Manu George <[EMAIL PROTECTED]> wrote:
Hi,
In the class org.openejb.deployment.AbstractContainerBuilder there is a method
protected SoftLimitedInstancePool createInstancePool(InstanceFactory instanceFactory) {
return new SoftLimitedInstancePool(instanceFactory, 1);
}
What pool is this? Is this the pool of Enterprise bean instances. Why is it set to 1?
Where in the code is the parameter set for the pool size for EJB (Stateful or Entity).
Thanks
Manu