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]

exchange-view-schema.xml

torque.props

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

Reply via email to