0 Replies Latest reply on Sep 16, 2002 11:03 AM by cipriannita

    Remove All records from Cluster

    cipriannita

      Hi,

      I setup a cluster with 2 machines.
      I created an entity bean and added 3 records in the table.From the server logs I see the load balancing over the cluster nodes: one record is creating on one server and the other two are created on the other server.
      That's fine with me.

      Now if I call findAll() and parse the records returned only the one from one machine are deleted.
      I was expected the records from the other machine to be deleted too.

      Can somebody give me a hint?

      Thank you.