1 Reply Latest reply on Mar 5, 2005 1:11 PM by darranl

    Session Bean limit number

    viniciusprd1

      How can I limit the number of stateful session beans on JBoss?

      I could not find this in the documentation.

        • 1. Re: Session Bean limit number
          darranl

          This is covered in the administrators guide, you can configure the individual pools that contain the session beans and specify how many should be pooled.

          If you need to make sure that the number in use does not exceed the maximum number that can be pooled you will need to switch on strict maximum.

          You can either edit the core configuration files of the server or the better approach would be to define your container settings in the jboss.xml of the archive that you are deploying.