I\'m trying to integrate spring and Hibernate with mysql. I created a simple java project and a package with 3 classes, an application context.xml file, and an hbm.xml for mappi
Your problem is Caused by: java.lang.ClassNotFoundException: org.apache.commons.dbcp.BasicDataSource on "dataSource" bean.
Caused by: java.lang.ClassNotFoundException: org.apache.commons.dbcp.BasicDataSource
"dataSource"
If using maven add this dependency
commons-dbcp commons-dbcp 1.2.2
else add this library commons-dbcp-jar in your classpath.