3 Replies Latest reply on Apr 10, 2004 9:50 PM by adrian.brock

    Seed JBoss instance pool

    anodos

      Is there any way to configure JBoss so that it seeds a stateless session bean instance pool on deployment? I tried using something like this:

       <container-pool-conf>
       <MaximumSize>100</MaximumSize>
       <MinimumSize>10</MinimumSize>
       </container-pool-conf>
      

      But, JBoss didn't instantiate any SLSBs when I deployed my .ear. I read in the docs somwhere that JBoss currently does not seed the pool, but thought maybe since I'm using JBoss 4.0.0 DR3 that there might now be an option?