- 浏览: 7778 次
最新评论
文章列表
http://www.woyaopan.cn
最好用的百度网盘搜索引擎,百度搜索【我要盘】
quartz.properties
# Compatibility to the Spring 3.1 mast!!! 3.1!
#============================================================================
org.quartz.scheduler.classLoadHelper.class = org.quartz.simpl.CascadingClassLoadHelper
最后将spring的版本升级到3.1就ok了
quartz2.2 兼容spring3.1
plsql的版本有问题,重新下载一个最新的就解决了,我用的是plsql 11 就没有问题了
pom.xml <properties>添加如下
<dbunit.schema>dppcdb</dbunit.schema>
<dbunit.operation.type>CLEAN_INSERT</dbunit.operation.type>
<hibernate.dialect>org.hibernate.dialect.Oracle10gDialect</hibernate.dialect>
<hibernate.show_sql& ...
Exception sending context initialized event to listener instance of class com.ciecc.webapp.listener.StartupListener
org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction; nested exception is org.hibernate.exception.GenericJDBCException: Cou ...