it is possible that torque does not cover every possibility, but have you taken jon's advice and made sure your schema is validating? I believe the validation is required in the latest versions of torque, but earlier versions had it as optional.
The one problem I am aware of is with a compound fk, that also has part of the compound fk repeated as a single fk. <fk foreignTable="A"> <reference l="a" f="a"/> <reference l="b" f="b"/> </fk> <fk foreignTable="A"> <reference l="a" f="a"/> </fk> Not sure what the point of such a fk definition would be, but someone pointed out it does not work. (Maybe I am missing a detail that would make this more meaningful.) john mcnally subhash wrote: > > I have tried a few other things, and setting "complexObjectModel=false" has > worked for me.. It generates all the classes fine.. > > could it be 'cos certain parts of my schema is not supported by Torque, and > hence it throws this error? > > Thanks in advance. -subhash. > > ----- Original Message ----- > From: "Jon Scott Stevens" <[EMAIL PROTECTED]> > To: "turbine-dev" <[EMAIL PROTECTED]> > Sent: Monday, March 25, 2002 5:39 PM > Subject: Re: Empty Extension Objects > > on 3/25/02 4:46 PM, "subhash" <[EMAIL PROTECTED]> wrote: > > > John, > > I increased the size of the VM to 256MB, but I am still running into the > > same issue.. the memory footprint of the JVM is not increasing beyond > 70MB.. > > and I am still running into the same kind of issues.. > > > > Does it have problems with just the Extended objects or does it not > > generate some of the Base classes too?. If I can assume that it generates > > the Base classes correctly, then I can easily write scripts for generating > > the Extended Base and peer objects as a work around. > > > > I dont find any Base classes of size 0.. Is there any thing in the log > > file that I have that might interest you?. > > > > Thanks much -Subhash. > > Make sure you turn on DTD validation because sometimes it is a problem with > your .xml file. > > -jon > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > _________________________________________________________ > > Do You Yahoo!? > > Get your free @yahoo.com address at http://mail.yahoo.com > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
