[Actionframework-users] error while trying to use webmacro
Status: Inactive
Brought to you by:
ptoman
From: <bm...@ho...> - 2004-01-15 17:21:26
|
hi. we have continued using actionframework with velocity with no problems, = but the thing is that now we want to use webmacro. so, I changed the the = initparam ActionEngine to 'Webmacro' but become the following error: java.lang.NoSuchMethodError: = org.webmacro.Log.error(Ljava/lang/String;Ljava/lang/Exception;)V at org.actionframework.engines.webmacro.WMLog.error(WMLog.java:69) at = org.actionframework.runtime.ActionRuntime.init(ActionRuntime.java:671) at org.actionframework.ActionServlet.init(ActionServlet.java:266) at = com.caucho.server.http.Application.createServlet(Application.java:3111) at = com.caucho.server.http.Application.loadServlet(Application.java:3062) at = com.caucho.server.http.QServletConfig.loadServlet(QServletConfig.java:435= ) at = com.caucho.server.http.Application.getFilterChainServlet(Application.java= :2806) at = com.caucho.server.http.Application.buildFilterChain(Application.java:2762= ) at com.caucho.server.http.Invocation.service(Invocation.java:313) at = com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:246) at = com.caucho.server.http.HttpRequest.handleConnection(HttpRequest.java:163)= at com.caucho.server.TcpConnection.run(TcpConnection.java:139) at java.lang.Thread.run(Thread.java:536) (I added the webmacro's jar to the classpath correctly) thx in advance. |