* thread may not be the same one which does the work, so we
* cannot do thread association at the interceptor level. We must
* do it when the invoked method actually gets called.
*/
CurrentImple curr = OTSImpleManager.current();
/*
* Probably separate the underlying work out so that we can
* call that directly. No real harm at present since the hard
* work represents most of the overhead and has to be done
* anyway.
*/
curr.contextManager().associate();
}