Hi There,
In an attempt to get debugging working for me in Cocoon 2.1.11/Tomcat 5,
I notice that the flow-interpreter is different than before (Cocoon
2.1.3, 4).
For 2.1.11, the class used is:
class="org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptInterpreter"
While for 2.1.3 or 4, it appears to be (see:
http://cocoon.apache.org/2.1/howto/howto-flow-debugger.html)
class="org.apache.cocoon.components.flow.javascript.JavaScriptInterpreter"
(Note: this class is not available in the cocoon 2.1.11 jar)
Also, the resource appears to have changed likewise. In 2.1.11 we have:
<load-on-startup>resource://org/apache/cocoon/components/flow/javascript/fom/fom_system.js</load-on-startup>
while in 2.1.3,4 we have:
<load-on-startup>resource://org/apache/cocoon/components/flow/javascript/system.js</load-on-startup>
Would anyone know what these differences really mean and if 2.1.11's
debugging has ever worked?
thx
Paul
<flow-interpreters default="javascript" logger="flow">
<!-- FOM (Flow Object Model) -->
<component-instance
class="org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptInterpreter"
name="javascript">
<load-on-startup>resource://org/apache/cocoon/components/flow/javascript/fom/fom_system.js</load-on-startup>
<reload-scripts>${javascript.reload-scripts}</reload-scripts>
<check-time>${javascript.check-time}</check-time>
<!-- <debugger>enabled</debugger> --> <!-- JavaScript Debugger
support -->
</component-instance>
<!--..... Start configuration from 'javaflow' -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]