> Currently all the providers (as opposed to root resource classes which can > have various lifecycles) are treated as singletons by CXF. > But the contexts are thread-safe, the providers get the thread-safe proxies > injected early at the init time...
I should have debugged this further before asking this question (there are limitations to code reviews by sight ... heh) :-) Indeed thread-safe proxies are injected and this cares of the possible race condition. Thx for the quick response! Regards, kl
