0 Replies Latest reply on Jun 1, 2009 2:38 AM by arthurchn

    Is the default EJB pool size = 30?

    arthurchn

      I am testing ejb (2.0) pooling in JBoss 5.0.1GA and saw StrictMaxPoolFactory is configured in ejb3-deployers-jboss-beans.xml.

      From its source code, I saw a constant DEFAULT_MAX_SIZE defined to be 30.
      Can I conclude that 30 is the default size for ejb pool in JBoss 5?

      Another question would be how to configure ejb pool size if we want to try different configuration?

      Thank you.