0 Replies Latest reply on Mar 11, 2004 9:42 AM by yashi

    Howto: configure JBOSS so it does not delete my stateful ses

    yashi

      I have a stateful session bean class which instances I want to be always available, meaning that they shoudl NEVER be deleted after passivation




      There is a configuration tag called
      <max-bean-life>

      in the cache policy but its maximum value is 65535 and I want it to be infinite


      How is this achieved? Is there any way of doing it either via a config file or some other way?