Frankly, we gave up and switched to Javaflow. Weblogic.jar contains a version of Rhino that is incompatible with Cocoon's rhino fork. I thought Cocoon's switch to the Mozilla supported version might fix the problem, but from your post it appears that it didn't.

If you can get the rhino shipped with Cocoon in the classpath before weblogic.jar you might get past this, although there is a risk that weblogic will start to have problems (I have no idea what it uses rhino for).

Ralph

Leonid Chumanov wrote:

Hi



I use cocoon 2.2.0-dev (CVS 20041018) on weblogic 8.1 (wich include rhino1.5r4-continuations-20040629T1232.jar)



I have exception when I try to use flowscript



I switch to ParanoidCoconServlet and use user.classpath with lines



lib-dir:context:/WEB-INF/lib

class-dir:context:/WEB-INF/classes



Also I add in my web.xml



                        <init-param>

<param-name>init-classloader</param-name>

                                   <param-value>true</param-value>

                        </init-param>

                        <init-param>

<param-name>paranoid-classpath</param-name>

<param-value>user.classpath</param-value>

                        </init-param>






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to