在学习spring整合hubernate时遇到的问题。c3p0遇到了一个问题,老连不上,显示java.lang.NoClassDefFoundError:com.mchange.v2.ser.Indirector,在请教了朋友之后找到了解决方法,就是在lib下面少加了一个叫mchange-commons-java-0.2.3.4.jar的jar包,加上就好了,这个问题浪费了我一早上,希望写出来能帮助有同样问题的人节省查找问题时间。
相关文章
- 02-05org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [bean.xml]: Invocation of init method failed; nested exception is
- 02-05org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [app2.xml]: Instantiation of bean failed; nested exception is org.spr
- 02-05org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'stu' defined in class path resource [applicationContext.xml]: Instantiation of bean failed; nested exception is