Date: 2004-04-27T08:55:25
   Editor: 206.98.174.49 <>
   Wiki: DB Torque Wiki
   Page: GettingTorqueToWork
   URL: http://wiki.apache.org/db-torque/GettingTorqueToWork

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -113,6 +113,12 @@
 
 -- DanielSavard (2004-03-29)
 
+This is somewhat related to the problem encountered by Pete. Received a 
'generator.parse' error using the default target from Ant.
+
+The problem turned out to be from a datatype in the source Oracle schema. Used the 
torque 'jdbc' task and the resulting xxx-schema.xml file had an empty type attribute 
for any columns which were defined as Timestamps in the source Oracle schema. Modified 
the original ddl to change all Oracle 'Timestamp' columns over to the type 'Date'. 
Once I rebuilt the schema in Oracle, re-ran the torque jdbc task, torque's default 
(main) task worked fine.
+
+-- Kyong Park (2004-04-27)  
+
 = another hint =
 
 If you get an error like:

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to