Reserved words have bitten me more than once. For clarity, you can stil name the Transfer property ignore, just use the column attribute to map it to a non-reserved column name...
Now I just have to work my way through distilling my transfer objects into structs/pseudo-XML so I can pass them to an Ajax frontend. *** starts humming "Code Monkey" *** Ken Cummins On Tue, Jan 6, 2009 at 8:06 PM, Dan O'Keefe <[email protected]> wrote: > your right, its a mySQL reserved word, not MSSQL though. > Thanks Mark, > Dan > > On Tue, Jan 6, 2009 at 8:15 PM, Dan O'Keefe <[email protected]> wrote: >>> >>> What is your full config for the object? >>> >>> Looks like you may be using a property that is a reserved word. >> >> Uh-oh that might be (ignore) >> <object name="offerType" table="offertype" >> decorator="model.decorator.offerType"> >> <id name="offerTypeID" type="numeric" generate="false" /> >> <property name="name" type="string" column="name" nullable="false" /> >> <property name="ignore" type="boolean" column="ignore" nullable="false" >> /> >> </object> >> > > > > --~--~---------~--~----~------------~-------~--~----~ Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer You received this message because you are subscribed to the Google Groups "transfer-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/transfer-dev?hl=en -~----------~----~----~----~------~----~------~--~---
