I think I tracked down the problem to having two tables
with names VPSHAPE and VP_SHAPE. For one thing, the files
generated by torque have the same names (except for case,
which doesn't make enough of a difference under Win32).

Thanks,


-- 
Gonzalo A. Diethelm
[EMAIL PROTECTED]


> -----Original Message-----
> From: Diethelm Guallar, Gonzalo [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 20, 2001 10:32 AM
> To: '[EMAIL PROTECTED]'
> Subject: Torque problem
> 
> 
> I have an schema file that generates weird (and incorrect) Java code
> when passed through torque. I'm attaching the XML file and the torque
> configuration file. When I run torque, I get ONE file with 
> code looking
> like this (notice the "erformed" string); several methods are also
> duplicated.
> 
> 
>             copyObj.setLanguage((NumberKey)null);
>                     return copyObj;
>     }
> }
> erformed.
>      */
>     public void save() throws Exception
>     {
> 
> 
> This is using the 2.1 branch. Is this a known bug? If I make the XML
> file smaller, but still including the table that generates the wrong
> Java code (called VPFINISH), the bug goes away... Can anybody 
> reproduce
> this symptom? Thanks,
> 
> 
> 
> -- 
> Gonzalo A. Diethelm
> [EMAIL PROTECTED]
> 
> 

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

Reply via email to