Discussion:
Odd <java:action> error
Peter Courcoux
2003-11-24 22:20:11 UTC
Permalink
Hi all,

I have the following error occurring when trying to deploy the blog
example from a web-app under tomcat. All dependencies have been copied
to WEB-INF/lib

If anyone can give me any pointers as to what the problem might be I
would be grateful.

Stack Trace extract :-


2003-11-24 21:34:31,464 [Ajp13Processor[8009][3]] DEBUG org.apache.commons.jelly.JellyContext - findVariable: werkflow.idiom.stack value: [[Idiom: [IdiomDefinition: id=sequence; parameters={}; places=[[PlaceDefinition: id=component:tail]]; transitions=[[TransitionDefinition: id=complete:finish], [TransitionDefinition: id=component]]; arcs=[[ArcDefinition: place=stashed:in transition=component], [ArcDefinition: transition=component place=component:tail], [ArcDefinition: place=stashed:in transition=complete:finish], [ArcDefinition: transition=complete:finish place=out]]]]]
2003-11-24 21:34:31,464 [Ajp13Processor[8009][3]] DEBUG org.apache.commons.jelly.JellyContext - findVariable: org.codehaus.werkflow.syntax.fundamental.ActionReceptor.stack value: [***@38b5cd[qname=null;attributes=***@27d9e7]]
2003-11-24 21:34:31,467 [Ajp13Processor[8009][3]] DEBUG org.apache.commons.jelly.JellyContext - findVariable: org.codehaus.werkflow.syntax.fundamental.ActionReceptor.stack value: [***@38b5cd[qname=null;attributes=***@27d9e7], ***@6c02df[qname=null;attributes=***@30803a]]
2003-11-24 21:34:31,467 [Ajp13Processor[8009][3]] DEBUG org.apache.commons.jelly.JellyContext - findVariable: werkflow.idiom.stack value: [[Idiom: [IdiomDefinition: id=sequence; parameters={}; places=[[PlaceDefinition: id=component:tail]]; transitions=[[TransitionDefinition: id=complete:finish], [TransitionDefinition: id=component]]; arcs=[[ArcDefinition: place=stashed:in transition=component], [ArcDefinition: transition=component place=component:tail], [ArcDefinition: place=stashed:in transition=complete:finish], [ArcDefinition: transition=complete:finish place=out]]]], [Idiom: [IdiomDefinition: id=receive; parameters={type=***@58473e, action=***@2d4264, correlator=***@61dfb1, bind=***@24e205}; places=[]; transitions=[[TransitionDefinition: id=the.action]]; arcs=[[ArcDefinition!

: place=in transition=the.action], [ArcDefinition: transition=the.action place=out]]]]]
2003-11-24 21:34:31,469 [Ajp13Processor[8009][3]] DEBUG org.apache.commons.beanutils.BeanUtils - copyProperty(***@327473, message, ***@18c113[expressions=[***@2bcd5e[value=received: ], org.apache.commons.jelly.expression.jexl.JexlExpressionFactory$***@37eaab[expression:title], ***@f80a9[value= by ], org.apache.commons.jelly.expression.jexl.JexlExpressionFactory$***@4803e6[expression:author]]])
2003-11-24 21:34:31,469 [Ajp13Processor[8009][3]] DEBUG org.apache.commons.beanutils.BeanUtils - target propName=message, type=interface org.apache.commons.jelly.expression.Expression, index=-1, key=null
2003-11-24 21:34:31,471 [Ajp13Processor[8009][3]] DEBUG org.apache.commons.jelly.impl.TagScript - Caught exception: java.lang.NoSuchMethodError
java.lang.NoSuchMethodError
at org.apache.commons.jelly.XMLOutput.createXMLOutput(XMLOutput.java:187)
at org.apache.commons.jelly.TagSupport.getBodyText(TagSupport.java:286)
at org.codehaus.werkflow.semantics.java.JavaActionTag.doScriptTag(JavaActionTag.java:177)
at org.codehaus.werkflow.semantics.java.JavaActionTag.doTag(JavaActionTag.java:165)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at org.apache.commons.jelly.tags.define.InvokeBodyTag.doTag(InvokeBodyTag.java:95)


Thanks,

Peter
--
Peter Courcoux <***@courcoux.biz>
Loading...