/**
* @see org.apache.jetspeed.cps.jndi.JNDIService#bindToCurrentThread()
*/
public void bindToCurrentThread() throws NamingException
{
RuntimeContext runCtx = RuntimeContext.newRuntimeContext(rootJNDIContext, null);
RuntimeContext.setRuntimeContext(runCtx);
}