0 Replies Latest reply on Aug 22, 2002 7:23 PM by skidvd

    EJBObject thread safety

    skidvd

      Am I correct in assuming that the EJBObject returned from the typical JNDI lookup and narrow pattern are NOT thread-safe? That is to say that a multi-threaded client, perhaps a GUI of some sort, that may access a given EJB from multiple threads would need to take appropriate precautions to ensure that the same EJBObject would not be accessed simultaneously from multiple threads. Is this correct, or are they thread-safe? Is this part of the EJB spec or is this a container specific implementation issue?

      Thanks,
      Todd