8 Replies Latest reply on Dec 4, 2007 5:54 AM by thomas.diesler

    Proxy Thread Safety

    ropalka

      Hi Team,

      I'm using endpoint proxy created using methods Service.getPort(..., Class<?> sei) and I'm facing thread safety problem when invoking methods on proxy instance in multiple threads.
      I'm not able to find anything about proxy thread safety in JAX-WS specification.
      What about me I think proxy should be thread safe from method invocation point of view.
      What do you think about it?

      Richard