0 Replies Latest reply on Mar 16, 2007 1:11 AM by joshlam

    Is MessageContextAssociation.peekMessageContext() Thread Saf

    joshlam

      We are currently using JbossWS 1.2 on JBoss 4.0.5GA and read in previous posts that the way to get the message context via a EJB3 web service end point is (even though it is non portable code)

      CommonMessageContext msgContext = MessageContextAssociation.peekMessageContext();


      Is this call to retrieve the CommonMessageContext object thread safe?

      Thanks.

      --
      J