I'm having problems with using Eclipse with the Cocoon sources (v2.1.4
and a nightly build from last week).  Using the standard build and
"cocoon servlet" works fine but when Eclipse compiles & runs the code I
get the following error in the standard fom_system.js when using the
Calculator sample:

function FOM_WebContinuation() { [native code] } is not a function.
org.apache.avalon.framework.CascadingRuntimeException: function
FOM_WebContinuation() { [native code] } is not a function.
cause: TypeError: function FOM_WebContinuation() { [native code] } is
not a function.
(resource://org/apache/cocoon/components/flow/javascript/fom/fom_system.
js; line 19)

stacktrace
org.apache.avalon.framework.CascadingRuntimeException: function
FOM_WebContinuation() {
[native code]
}
is not a function.
at
org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptInterpret
er.callFunction(FOM_JavaScriptInterpreter.java:707)
at
org.apache.cocoon.components.treeprocessor.sitemap.CallFunctionNode.invo
ke(CallFunctionNode.java:130)
at
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.
invokeNodes(AbstractParentProcessingNode.java:49)
at
org.apache.cocoon.components.treeprocessor.sitemap.PreparableMatchNode.i
nvoke(PreparableMatchNode.java:130)
at
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.
invokeNodes(AbstractParentProcessingNode.java:72)
at
org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode.invoke(P
ipelineNode.java:126)

I'm using:
    Cocoon v2.1.4 (or 2.1.5-dev)
    Eclipse v3.0.0 Build 200403261517 (M8)
    Jetty

Any ideas?
John


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

Reply via email to