0 Replies Latest reply on Jun 10, 2003 12:07 PM by weiqingh

    remove stateless session bean from instance pool

    weiqingh

      hi there,

      i am using jboss3.2.1 and have 2 questions concerning SLSB remove.

      1) if i invoke EjbObject.remove on a remote SLSB, i don't see ejbRemove being invoked. is it true that only when the container removes the SLSB instance, then ejbRemove will be invoked?

      2) does jboss ever remove any instance from SLSB pool at all? i set the MinimumSize attribute in container-pool-conf and it doesn't seem to affect anything.

      tia.