Hi David, Thank you for your help! Torque generates Retrievable OM objects after I put that 2 lines into build.properties!
I hope this tip is documented in TDK README.txt or somewhere, otherwise it'd be hard for people who just start using Turbine. (Myself just start using TDK2.3 but I have some experience with Turbine-3) Thanks Richard On Wed, 2004-05-05 at 08:50, David Demner wrote: > Hi Richard, > > The lines need to be added to WEB-INF\build\build.properties not > Torque.properties. > > David > > -----Original Message----- > From: Richard Han [mailto:Richard Han] > Sent: Tuesday May 4, 2004 8:15 PM > To: [EMAIL PROTECTED] > Subject: config Torque for Retrievable in TDK2.3 > > > Is there a way to configure Torque to make the OM classes implement > Retrievable interface? > > I am having problem of mapping intake group to a business object (an OM > object), I found that the torque generated OM objects do not implement > Retrievable interface in TDK2.3, I am thinking this is the cause that the > mapping fails. > > I've tried to put the following lines into Torque.properties > addIntakeRetrievable=true > retrievableInterface=org.apache.turbine.om.Retrievable > > but it doesn't solve the problem > > Thanks for your help! > > Richard > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
