Halo,
I get the following exception :
java.lang.RuntimeException: An invocation of
EJB ( EJB_NAME ..) timed out while waiting to get an instance from the free pool
with the following set in my weblogic-ejb-jar.xml :
<pool>
<max-beans-in-free-pool>1</max-beans-in-free-pool>
<initial-beans-in-free-pool>1</initial-beans-in-free-pool>
</pool>
Surprisingly this does not happen when I give
either
<pool>
<max-beans-in-free-pool>1</max-beans-in-free-pool>
<pool>
or
<pool>
<initial-beans-in-free-pool>1</initial-beans-in-free-pool>
</pool>
Please help why this happening ?
Cheers!
Martin