If you want to add a property that is not persisted, look at Decorators. :) The XML file is for persisted properties (database columns) and relationships.
Jason Durham On Wed, Jun 29, 2011 at 1:34 PM, Brian FitzGerald <[email protected]>wrote: > I am trying to add a column to my configuration xml for a property I want > on my object, but is not a column in the database itself. > > I tried using these settings to get transfer to ignore the property for db > tasks ... > *ignore-insert = true* > *refresh-insert = false* > *ignore-update = true* > *refresh-update = false* > * > * > ... but I still receive the "unknown column in field list" error. Any idea > what I may be doing wrong? > > Thanks, > Brian > > -- > Before posting questions to the group please read: > > http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer > > Try out the new Transfer ORM Custom Google Search: > http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8 > > 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 > -- Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer Try out the new Transfer ORM Custom Google Search: http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8 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
