0 Replies Latest reply on Jun 3, 2012 9:31 AM by alessandro.montanari

    What happens if I not implement the Mutable interface in a clustered environment?

    alessandro.montanari

      Hi everyone,

      I have a clustered application with session replication that is set up in this way:

      - mod_cluster as load balancer

      - 2 nodes with jboss AS 6 + Seam 2.2.2.Final

      - 1 node with MYSQL

       

      There are some JavaBean and some SFSB and SLSB used as seam components (@Name).

      The SFSB and SLSB are annotated with @Local.

      For the clustering I added <distributable/> in web.xml and  <core:init distributable="true"/> in components.xml.

       

      Everything works perfectly (even session replication).

       

      My questions are:

      - I didn't implement the org.jboss.seam.core.Mutable interface in the session or conversation-scoped beans, is it a problem?

      - is it strange that the application works?

       

      Thank you all!