spring配置报sessionFactory错误

<!--申明式事务--><!--配制sesionFactory--><beanid="sessionFactory"class="org.springframework.... <!-- 申明式事务 -->
<!-- 配制sesionFactory -->
<bean id="sessionFactory" class="org.springframework.orm.hibernate3.LocalSessionFactoryBean">
<property name="configLocation">
<value>classpath:hibernate.cfg.xml</value>
</property>
</bean>
<!-- 配制事务管理器 -->
<bean id="transactionManager" class="org.springframework.orm.hibernate3.HibernateTransactionManager" >
<property name="sessionFactory" ref="sessionFactory"></property>
</bean>

信息: Initializing Spring root WebApplicationContext
2014-6-8 8:54:32 org.apache.catalina.core.StandardContext listenerStart
严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in URL [file:/D:/Program%20Files%20(x86)/Java/tomcat-6.0.30/webapps/J2EEPoroject/WEB-INF/classes/applicationContext.xml]: Invocation of init method failed; nested exception is org.hibernate.HibernateException: Unable to instantiate default tuplizer [org.hibernate.tuple.component.PojoComponentTuplizer]
展开
 我来答
盎然且谨慎灬光芒3867
2014-06-08 · TA获得超过125个赞
知道答主
回答量:178
采纳率:100%
帮助的人:58.4万
展开全部
从工程中移除 一个asm包 两个asm包的方法有冲突
是否可以解决您的问题?
追问

这是工程的全部包,没有你说的ASM包啊

推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式