1 Reply Latest reply on Nov 5, 2002 1:55 PM by adrian.brock

    Stateful Session Bean Time Out Problem

    acervi

      Hi Guys,

      I am using Jboss3.0.4.

      Does anyone know which is the configuration parameter that permits to customize the time out after that a Session Bean ends?

      Best Regards,

      Andrea

        • 1. Re: Stateful Session Bean Time Out Problem

          The bean is passivated at
          <max-bean-age> - {last referenced}
          and removed <max-bean-life> - <max-bean-age> seconds
          after passivation.
          This is subject to the granularity of the periods.

          The defaults are in standardjboss.xml,
          you can override them per bean or jar in jboss.xml

          Look for container-configuration in the docs

          Regards,
          Adrian