1 Reply Latest reply on Dec 30, 2005 8:42 PM by epbernard

    EJB3 Entity bean clustering

      Hello all,

      I'm a bit confused though about the extent to which ebj3 entity beans are clustered and updated.

      Scenario.
      We have 2 JBoss servers in a cluster.
      An application running as an mbean in server1 gets old of a reference to an entity bean.
      It calls ref.getMyvalue() which returns "original value".
      A transaction on server2 of the cluster calls setMyvalue("new value") and persists the change.
      Does calling ref.getMyvalue() on server1 now return "new value" ?

      thanks in advance

      James