You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-user@db.apache.org by ma...@argaze.com on 2003/01/16 18:34:05 UTC

trouble running TorqueJDBCTtransformTask

hi everyone,

i'm working on a database query generator. i thought that torque could help
me reverse engineer database schemas (very useful for my app) as an XML
file.
unfortunately i can't get the TorqueJDBCTtransformTask run properly with
oracle 8i.
everything seems okay with the connection. i get a null pointer exception
on every TorqueJDBCTtransformTask.execute() hit though the database
contains some tables.

could anyone help?
cheers.