0 Replies Latest reply on Mar 28, 2005 12:59 PM by mikeg123

    holding reference to a statelees session bean Remote interfa

    mikeg123

      Hello,
      could I hold(cache) reference to a stateless bean remote interface inside of another stateless bean? I understand that there is no guarantee that you are getting the same bean object, but I'm more concerned if it's ok from a threading perspective becuase I read somehwere that it will fail if you share a call to a session bean between different threads (I'm not sure if they meant share call period or share at the same time)

      Thanks Michael