Hi! Is there any equivalent of the JAX-WS RI @ThreadScope in CXF?
Description: https://jax-ws-commons.dev.java.net/nonav/thread-scope/ I need it in my service (not client) for allowing thread safe access and reuse of connections so it's more or less the same use-case described on that webpage. How can I achieve this? Thanks! BR/Christian
