spring 错误笔记

org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [com.mchange.v2.c3p0.ComboPooledDataSource] for bean  
缺少c3p0包


-------------------------




import javax.sql.DataSource; //DataSource不能引错
java.lang.ClassCastException: com.mchange.v2.c3p0.ComboPooledDataSource cannot be cast to javax.activation.DataSource

---------------------------------------

猜你喜欢

转载自zouhuiying.iteye.com/blog/2290408