I need to set up so that an object is created once-per-thread in a Karaf CXF container, since I assume that the container will itself set up multiple service threads. I can just use a ThreadLocal, but is there some support in the blueprint.xml for scoping to a thread?
no scope for that, only prototype (default) and singleton.
Viktor