So, say that my container is helpfully running multiple threads and thus
calling into my service on multiple threads. What happens when there is
request-specific stuff to inject?

In particular, for JAX-RS:


    @Context
    private org.apache.cxf.jaxrs.ext.MessageContext messageContext;

Reply via email to