Re: [appfuse-user] java.lang.NoSuchFieldError: CACHED_DTD_RESOURCE_PATHS

2007-03-29 Thread Chris Lewis
I noticed that one of our projects I was including had jasper-compiler and jasper-compiler-jdt as dependencies. So for the heck of it I removed those dependencies and everything works now. I'm guessing that it was including different (conflicting) versions from what jetty was using. Anyhow, it

Re: [appfuse-user] java.lang.NoSuchFieldError: CACHED_DTD_RESOURCE_PATHS

2007-03-29 Thread Chris Lewis
Will do, thanks for the help! At least now I know how to run it through Cargo and can keep working. cheers, Chris mraible wrote: > > Since I've never seen these errors, I'm going to have to suggest you > contact the Jetty mailing list. > > http://www.nabble.com/Jetty-Support-f61.html > >

Re: [appfuse-user] java.lang.NoSuchFieldError: CACHED_DTD_RESOURCE_PATHS

2007-03-29 Thread Chris Lewis
After upgrading jetty I get a different error. I'm trying 6.1.2rc2 just in case, but: 2007-03-29 11:53:25.509::WARN: EXCEPTION javax.servlet.ServletException: java.lang.NoSuchFieldError: STANDARD_IMPORTS at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:272) at ja

Re: [appfuse-user] java.lang.NoSuchFieldError: CACHED_DTD_RESOURCE_PATHS

2007-03-29 Thread Chris Lewis
mcat:war-run", add the following to your pom.xml: > > > org.codehaus.mojo > tomcat-maven-plugin > 1.0-alpha-1 > > / > > > > Matt > > On 3/29/07, Chri

[appfuse-user] java.lang.NoSuchFieldError: CACHED_DTD_RESOURCE_PATHS

2007-03-29 Thread Chris Lewis
Hello all, I'm not quite sure what's going on, but I've spent a day or so beating my head against the wall on this one, so any suggestions would be appreciated. I'm new to AppFuse and EJB in general, but I had an app up and running and then it stopped. :) Initially I assumed it was something I