Hi fellas - 20 minutes ago running mvn jetty:run-war worked and now for some i reason i get the following error. niether jeet:run nor jetty:run-war works now -
anyone know what i can do to make it work again? thanks, kace [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failure Embedded error: Error creating bean with name 'methodSecurityInterceptor' define d in ServletContext resource [/WEB-INF/security.xml]: Cannot resolve reference t o bean 'authenticationManager' while setting bean property 'authenticationManage r'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authenticationManager' defined in ServletContext resource [/WEB-INF/security.xml]: Cannot resolve reference to bean 'daoAuthenti cationProvider' while setting bean property 'providers' with key [0]; nested exc eption is org.springframework.beans.factory.BeanCreationException: Error creatin g bean with name 'daoAuthenticationProvider' defined in ServletContext resource [/WEB-INF/security.xml]: Cannot resolve reference to bean 'userCache' while sett ing bean property 'userCache'; nested exception is org.springframework.beans.fac tory.NoSuchBeanDefinitionException: No bean named 'userCache' is defined [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 31 seconds [INFO] Finished at: Thu Mar 22 19:58:39 GMT 2007 [INFO] Final Memory: 20M/37M [INFO] ------------------------------------------------------------------------ 2007-03-22 19:58:39.968::INFO: Shutdown hook executing 2007-03-22 19:58:39.968::INFO: Shutdown hook complete -- View this message in context: http://www.nabble.com/jetty%3Arun-war-problem-tf3450006s2369.html#a9622938 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
