<bean id="dataSource" class="org.unitils.database.UnitilsDataSourceFactoryBean" />
就是UnitilsDataSourceFactoryBean 去读取unitils.properities文件驱动程序及控制项目.其他的和spring testcontext读取的内容完全一样.
运行后amoeba数据库自动生成dbmaintain_scripts,可以清晰看出执行的脚本版本.
不是这个问题
需要在 其中启用
dbMaintainer.autoCreateExecutedScriptsTable=true
dbMaintainer的自动创建
===
javax.xml.parsers.factoryconfigurationerror: provider org.apache.xerces.jaxp.documentbuilderfactoryimpl not found
j2ee 1.4 library container库
把javax.xml.parsers.documentbuilderfactory变量的值设为org.apache.xerces.jaxp.documentbuilderfactoryimpl 或者去掉j2ee 1.4 library container库