1 Reply Latest reply on Nov 12, 2003 12:59 PM by juha

    Stateful Session Beans are replicated in cluster?

    pedrosalazar

      Greetings,

      I wonder if anyone could tell me if the stateful session beans are replicated through JBOSS instances?

      I'm not interested in persistence after "cluster" goes down, but I would like that if one instance of the cluster goes down, one of the others would keep the session bean...

      I'm searching if the stateful bean can handle this job to avoid using an entity bean that would serve to log existent connections of users and the stateful would be faster because it wouldn't use any database connection.

      P.S.-Is possible to query how many stateful beans exist or how many exist that have a particular property (~field)?

      thanks,
      Pedro Salazar.