Thanks Matt !! I did indeed run war:inplace but although I deleted the lib folder (think i read that somewhere in the forum) I did not delete the classes folder. That did the trick. Im glad it wasnt a bug.
Thankyou :) ...kace mraible wrote: > > Did you run "war:inplace" at any point? If so, you should run "rm -r > src/main/webapp/WEB-INF/classes". If not, it may be a bug. What OS and JDK > are you using? What are the steps to reproduce the problem? Can you > reproduce it on another machine? > > Thanks, > > Matt > > On 9/18/07, kace <[EMAIL PROTECTED]> wrote: >> >> >> Nope, just tried and same error >> >> ...kace >> >> >> >> mraible wrote: >> > >> > Does mvn clean change the outcome? >> > >> > >> > On 9/18/07, kace <[EMAIL PROTECTED]> wrote: >> >> >> >> Hey, >> >> >> >> I am receiving the following error when i run jetty:run on a newly >> >> created >> >> 2.0 jsf modular project. I am using the full source and get this: >> >> >> >> java.lang.NoClassDefFoundError: >> com/kace/gym/webapp/listener/StartupLis >> >> tener (wrong name: org/appfuse/webapp/listener/StartupListener). >> >> >> >> I checked and web.xml has the context-param changed to what is >> mentioned >> >> in >> >> http://issues.appfuse.org/browse/APF-891, namely: >> >> >> >> <context-param> >> >> <param-name>contextConfigLocation</param-name> >> >> <param-value> >> >> classpath:/applicationContext-resources.xml >> >> classpath:/applicationContext-dao.xml >> >> classpath:/applicationContext-service.xml >> >> classpath*:/applicationContext.xml >> >> /WEB-INF/applicationContext*.xml >> >> /WEB-INF/xfire-servlet.xml >> >> /WEB-INF/security.xml >> >> </param-value> >> >> </context-param> >> >> >> >> any recommendations? >> >> >> >> ...kace >> >> >> >> -- >> >> View this message in context: >> >> >> http://www.nabble.com/2.0-jsf-modular-full-source-error-on-jetty%3Arun-tf4477532s2369.html#a12767327 >> >> Sent from the AppFuse - User mailing list archive at Nabble.com. >> >> >> >> --------------------------------------------------------------------- >> >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> >> >> > >> > >> > -- >> > http://raibledesigns.com >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: [EMAIL PROTECTED] >> > For additional commands, e-mail: [EMAIL PROTECTED] >> > >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/2.0-jsf-modular-full-source-error-on-jetty%3Arun-tf4477532s2369.html#a12768138 >> Sent from the AppFuse - User mailing list archive at Nabble.com. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > -- > http://raibledesigns.com > > -- View this message in context: http://www.nabble.com/2.0-jsf-modular-full-source-error-on-jetty%3Arun-tf4477532s2369.html#a12768362 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
