On Aug 8, 2006, at 7:49 AM, Sylvain Wallez wrote:
Reinhard Poetz wrote:
I guess that's right, see the code of the FOM_JavascriptInterpreter line 563 (in trunk):

ThreadScope thrScope = getSessionScope();
synchronized (thrScope) {
   ClassLoader savedClassLoader =
       Thread.currentThread().getContextClassLoader();
    FOM_Cocoon cocoon = null;
    try {
       try {
           setupContext(redirector, context, thrScope);
           cocoon = (FOM_Cocoon) thrScope.get("cocoon", thrScope);

OK... I skimmed thru the source code, but I missed this.

Thx guys for the answer :-)
—ml—

Reply via email to