3 Replies Latest reply on May 11, 2012 12:21 PM by ochaloup

    Statefull session bean

    rjanapala

      Hi all,

       

      I am porting my application from sun app server to jboss AS 7.1(EAP 6.0) server.

       

      My problem:

       

      I don't want to remove my SFSB instance from the cache even after it become inactive, for this in my previous application deployment descriptor i used  remove-timeout-seconds element in bean cache configuration. where I set value of 0, that specifies that the container does not remove inactive beans automatically.

       

      Is there any element  is there in JBOSS AS 7.1 to configure that.

       

      EJB version i am using : 2.1

       

      Thanks in Advance..