I tried with hsqldb, but still have a problem.
<abatorConfig.xml>
...
<jdbcConnection driverClass="org.hsqldb.jdbcDriver"
connectionURL="jdbc:hsqldb:hsql://localhost/xdb"
userId="sa"
password="">
<classPathEntry location="/hsqldb/lib/hsqldb.jar" />
</jdbcConnection>
connectionURL="jdbc:hsqldb:hsql://localhost/xdb"
userId="sa"
password="">
<classPathEntry location="/hsqldb/lib/hsqldb.jar" />
</jdbcConnection>
....
<table tableName="MJ01TB">
<property name="useActualColumnNames" value="true"/>
</table>
<property name="useActualColumnNames" value="true"/>
</table>
</abatorConfig.xml>
I created mydb using the following script.
cd \hsqldb\data
java org.hsqldb.Server -database.0 mydb -dbname.0 xdb
java org.hsqldb.Server -database.0 mydb -dbname.0 xdb
When I tested queries MJ01TB for using SQLExplorer(Eclipse plugin), there was no problem.
select * from MJ01TB
But I got the following message when I did "Generate iBatis Artifacts" menu
Generation Failed
Reason:
Table not found in statement [SELECT * FROM SYSTEM_COLUMNS]
I am eager to see the generated artifacts using Abator, but that is not easy to me.
Please help me. Can you provide me a simplied hsqldb abatorConfig.xml sample?
Best,
Minjae
