当前位置:编程学习 > JAVA >>

ibates 出现Unexpected error while running Abator


今天用ibates重写项目的时候突然出现这个问题,求大神指导。

Unexpected error while running Abator.
org/apache/ibatis/abator/exception/InvalidConfigurationException







<?xml version="1.0" encoding="UTF-8" ?>  
<!DOCTYPE abatorConfiguration PUBLIC "-//Apache Software Foundation//DTD Abator for iBATIS Configuration 1.0//EN" "http://ibatis.apache.org/dtd/abator-config_1_0.dtd" > 

<abatorConfiguration>
<abatorContext>    <!-- TODO: Add Database Connection Information -->
<jdbcConnection driverClass="oracle.jdbc.driver.OracleDriver" connectionURL="jdbc:oracle:thin:@localhost:1521:orcl" userId="dqs" password="dqs">
<classPathEntry location="C:\Users\dqs\Desktop\REPO\ojdbc14.jar" />
</jdbcConnection>

<javaModelGenerator targetPackage="com.jsyl.bean" targetProject="PSExtjs\src" />
<sqlMapGenerator targetPackage="com.jsyl.dao" targetProject="PSExtjs\src" />
<daoGenerator type="SPRING" targetPackage="com.jsyl.dao" targetProject="PSExtjs\src" />

<table tableName="TB_MESSAGES">
</table>


</abatorContext>
</abatorConfiguration>

补充:Java ,  Eclipse
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,