Hi,  

I have a Oracle DB, and there are some tables under it. When I try to generate the 
Torque schema.xml, it reports succeed.

D:\annie\PI_OE\gen>ant project-jdbc
Buildfile: build.xml

project-jdbc:
     [echo] JDBC transform
[torque-jdbc] Torque - JDBCToXMLSchema starting
[torque-jdbc]
[torque-jdbc] Your DB settings are:
[torque-jdbc] driver : oracle.jdbc.driver.OracleDriver
[torque-jdbc] URL : jdbc:oracle:thin:@192.9.228.169:1521:oracle
[torque-jdbc] user : piso
[torque-jdbc] password : piso
[torque-jdbc] schema : piso
[torque-jdbc] DB driver sucessfuly instantiated
[torque-jdbc] DB connection established
[torque-jdbc] Getting table list...
[torque-jdbc] Building column/table map...
[torque-jdbc]
[torque-jdbc] Torque - JDBCToXMLSchema finished

BUILD SUCCESSFUL

Total time: 4 seconds



But when I open the generated schema.xml file, It's empty, only a few lines in it. 
What's the problem????   

<?xml version="1.0"?>
<!DOCTYPE app-data SYSTEM "http://jakarta.apache.org/turbine/dtd/database.dtd";>
<!-- Autogenerated by JDBCToXMLSchema! -->
<app-data>
    <database/>
</app-data>


Annie

Reply via email to