当前位置: 代码迷 >> Java Web开发 >> org.springframework.beans.factory.BeanCreationException有关问题
  详细解决方案

org.springframework.beans.factory.BeanCreationException有关问题

热度:149   发布时间:2016-04-17 10:58:07.0
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];

问题很明显嘛
  相关解决方案