0 Replies Latest reply on Nov 16, 2009 11:47 AM by averri

    a4j:keepAlive - Living forever...

    averri

      I`m using Spring based beans as substitutes of JSF Managed Beans.

      I suspect that could be an issue with a4j:keepAlive when using together with Spring beans.

      For example:

      @KeepAlive(ajaxOnly=true)
      @Scope("request")
      @Component("gerEquipes")
      public class MyManagedBean {
      ...
      }

      The bean 'MyManagedBean' lives forever in memory.

      What could be wrong with this configuration?