I downloaded the latest snapshot version and deployed the jar in my local Maven repository... don't know if its working but its no longer complaining at least.
Peter ----- Original Message ----- From: "Thiago H. de Paula Figueiredo" <[email protected]> To: "Tapestry users" <[email protected]> Sent: Monday, 23 March, 2009 16:54:28 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: DWR / JQuery and Tapestry 5.1 On Mon, Mar 23, 2009 at 11:48 AM, Peter Stavrinides <[email protected]> wrote: > No it wouldn't be, but Tapestry is a filter, and this is a Servlet, so the > question is can they work side by side? All you need to do is to tell Tapestry to not handle the DWR servlet URLs, something you have already done by onw. > 2009-03-23 16:42:43.484::WARN: Failed startup of context > org.mortbay.jetty.plugin.jetty6pluginwebappcont...@48fbc0{/castle,/home/pstavrin/workspace/Java/Tapestry5/castle/src/main/webapp} > java.lang.ClassNotFoundException: org.directwebremoting.servlet.DwrServlet Are you sure you added the DWR jar/jars to the classpath? It seems obvious, but the stack trace doesn't mention Tapestry, so it shoudn't be the problem here. -- Thiago --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
