日期:2014-05-17  浏览次数:20691 次

org.springframework.beans.factory.BeanCreationException问题
org.springframework.beans.factory.BeanCreationException: Error creating bean with name '_filterChainProxy': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '_filterChainList': Cannot resolve reference to bean '_rememberMeFilter' while setting bean property 'filters' with key [6]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '_rememberMeFilter': Cannot resolve reference to bean '_rememberMeServices' while setting bean property 'rememberMeServices'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '_rememberMeServices': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Autowiring of fields failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private flex.messaging.MessageBroker com.htinf.uimp.common.user.service.security.MyUserDetailServiceImpl.messageBroker; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageBroker': Invocation of init method failed; nested exception is flex.messaging.config.ConfigurationException: Unrecognized tag found in <properties>.  
这是什么问题?各位大大

------解决方案--------------------
Error creating bean with name '_filterChainList': Cannot resolve reference to bean '_rememberMeFilter' while setting bean property 'filters' with key [6];

问题很明显嘛