0 Replies Latest reply on Oct 29, 2007 5:30 PM by dlanaghen

    Turning clustering off.

    dlanaghen

      Our JBoss guru has left and I am trying to pick up the pieces. I would like to see if there is a way to turn off clustering.

      We have a reported bug against our application where a call to one of our stateful session beans supposedly performs an "excessive" number of ejbPassivate calls. My colleagues have recommended that we turn clustering off. I have read the JBoss doc on clustering and from what I have read, it appears that in order to turn cluster "on", I need to deploy a Bean as clustered, and have to deploy the bean in a farm. Is this correct?

      Also, is there a way to turn clustering off for all objects even if specific Beans are deployed with clustering set to true?