0 Replies Latest reply on Jan 14, 2003 9:58 AM by lumin

    Restrict number of (session) bean instances

    lumin

      Hi community,

      i'm trying to restrict the number of bean instances, to do some performance testing. As my test application is based on stateful session beans, so i changed the appropriate entry (Standard Stateful SessionBean: <container-pool-conf>
      2
      true
      </container-pool-conf>)
      in standardjboss.xml. My test client creates five beans and performs some simple actions. I expected to recognize some ejbPassivate() calls, but nothing like that happens! Any idea why? (Using JBoss 3.0.5)

      Thanks in advance,
      Lumin