首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Java Web开发 >

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

2013-09-11 
org.springframework.beans.factory.BeanCreationException问题org.springframework.beans.factory.BeanCr

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];

问题很明显嘛

热点排行