0 Replies Latest reply on Aug 7, 2008 8:10 AM by ermanishdwivedi

    JBoss clustering issue.

      Issue:

      On click of the link in application. If the node changes in Jboss server, session object is getting lost.Beacuse of this we are getting error page. But from the Logs it is very much sure that Data is present(Say in node1 data is present ) but when it moves to different node (Node2 or Node 3) that session object(Data in the object) is becoming NULL.





      We have given following tags in our application



      web.xml : distributable tag



      Jboss.xml:

      <replication-config>
      <replication-trigger>SET_AND_GET</replication-trigger>
      <replication-granularity>SESSION</replication-granularity>
      <replication-field-batch-mode>true</replication-field-batch-mode>
      </replication-config>