0 Replies Latest reply on Nov 20, 2007 2:39 PM by asookazian

    configuring JBoss SFSB passivation timing

    asookazian

      is it possible to do this? if so, which config/xml file? I searched C:\jboss-4.2.1.GA\server\default\conf for "passivate" and "passivation" and no hits for either keyword.

      I read in Roman Mastering EJB book that ejb containers used algorithms like LRU and MRU to determine when to passivate a SFSB.

      Also, I read in the EJB3 in action book that the instance variables in a SFSB need to be java primitive or classes that implement Serializable interface. What happens if they're not one of these? What exception, if any, will be thrown when the ebj container goes to passivate/serialize a SFSB?

      thx.