首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

packagesToScan no setter found有关问题

2012-09-02 
packagesToScan no setter found问题问题:No setter found for property packagesToScan of class org.

packagesToScan no setter found问题

问题:No setter found for property 'packagesToScan' of class 'org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean'


原因是在类库lib中org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean的spring包不是3.0的,只用spring3.0的包才有:

?

?

?

的配置功能!!!

以后遇到这种问题就要小心spring的包引用是否正确!

热点排行