0 Replies Latest reply on Nov 27, 2001 1:05 PM by blazej.bulka

    Concurrent invokations of ejbLoad() on the same instance

    blazej.bulka

      Hi,

      Is it correct behaviour for an EJB Container to invoke
      ejbLoad() concurrently on the same instance?

      It apparently occurrs to our application when two different clients (two different transactions) want to use an entity bean that represents the same data in the database.

      We observed such behavior using JBoss 2.4.1 and 2.4.3.

      Thank you in advance for your help