I ran into the same issue, and posted an email about it to the group.. I think it was something about using the object type tag for my database column that fixed it..
Eric -----Original Message----- From: Juan Hern�ndez G�mez [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 12:01 PM To: [EMAIL PROTECTED] Subject: Re: com.workingdos.village.Value.asBooleanObj() The method name is declared in org.apache.torque.engine.database.model.TypeMap but it's not implemented in village 1.5.3 JAR like the other "asXXXObj" methods. I don't know why! public static final String BIT_VILLAGE_OBJECT_METHOD = "asBooleanObj()"; ----- Original Message ----- From: "Alberto Gimenez" <[EMAIL PROTECTED]> To: "Juan Hern�ndez G�mez" <[EMAIL PROTECTED]> Sent: Monday, July 01, 2002 12:58 PM Subject: Fw: com.workingdos.village.Value.asBooleanObj() > > ----- Original Message ----- > From: "Alberto Gimenez" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, July 01, 2002 12:04 PM > Subject: com.workingdos.village.Value.asBooleanObj() > > > > I've generated classes with project-om task with > defaultJavaType="object", and there is an error with generated classes. > > Compile error: No such method > com.workkingdogs.village.Value.asBooleanObj() > > I looked for this method but it's not implemented. > Actually I�m working with torque-3.0-b2. Do you now if is going to be > fixed in a new realesed? > When is the new version going to be released? > > > Best Regards > Alberto Gv > -- 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]>
