0 Replies Latest reply on Jan 9, 2003 5:25 AM by haltom

    Instance of Stateless Session Bean upon Deployment

    haltom

      Is it possible with JBoss to configure a Stateless Session Bean, so one instance (running ejbCreate, etc)is started when the bean is deployed.

      In WebLogic this is possible by setting these two lines in the deplyoment descriptor, and I would like to use the same bean-code also with JBoss.

      max-beans-in-free-pool="1"
      initial-beans-in-free-pool="1"

      thanks in advance,
      Tom Halvorsen