0 Replies Latest reply on Nov 19, 2008 1:55 AM by wiberto

    Seam not working properly in cluster environemnt

    wiberto

      I have an application that I'm trying to cluster.


      Inside the same EAR I create a dummy servlet that just puts a count in session and increments it when found. This works perfectly in the cluster. If one node goes down, the other picks up and increments the count as expected.


      When I try to do the same in my Seam app, I get a meesage in the output saying that the session was not found, so it takes me to my login page since it had to create a new session.


      I have tried a bunch of things, but nothing has worked.


      I'm using Seam 2.1.0SP1 inside Jboss 4.2.0GA


      I didn't see much documentation regarding clustering besides the migration21 text file.


      Is there anything I'm missing?


      Thanks,


      Jose