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]
