已采纳回答 / 爱吃的鱼小猫
老师用的是MyEclipse ,eclipse 需要装插件xmlbuddy实现
已采纳回答 / 慕粉4143918
检查一下你的连接池,是ComboPooledDataSource不是JndiRefForwardingDataSource在检查一下driverClass的拼写是否正确
2016-11-12
已采纳回答 / qq_将下无人_0
都可以,异曲同工的效果,执行build path后,myeclipse自动将jar拷贝到web-inf/lib下
已采纳回答 / 东东爱编码
意思很明显啊 你这个事务通知标签中没有transaction-manager这个属性。你把它的schema加上,看有没有提示,一般有提示,就不会出错。
2016-09-27
已采纳回答 / 慕粉3312226
Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'driver' of bean class [com.mchange.v2.c3p0.ComboPooledDataSource]: Bean property 'driver' is not writable or has an invalid setter...
2016-09-08
最新回答 / 曲胡弓上的缅怀星光
没有 C3P0 jar包,Caused by: org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [com.mchange.v2.c3p0.ComboPooledDataSource] for bean with name 'dataSource' defined in class path resource [applicationContext1.xml]; nested exceptio...
2016-08-31
已采纳回答 / study_user3879588
<aop:advisor advice-ref="txAdvice" pointcut="pointcut1" />应该为: <aop:advisor advice-ref="txAdvice" pointcut-ref="pointcut1" />
2016-08-26