at some point, if you are using the transfer save method to persist your objects to the database (and they ARE persisting), you must be referring to a 2nd instance of the transfer object. Make sure that you only have 1 place where you create an instance of your transfer object from the transfer factory, and place it in application scope. Audit your code for any place you are passing the transfer config xml files into a method, or any place where you copy transfer from one persistent scope to another.
Also, you should be able to use transfer.cascadeSave( yourParentItem ) rather than looping and saving the children individually. Chris On Tue, Jan 27, 2009 at 10:46 AM, John Whish <[email protected]>wrote: > Are you using ColdFire to debug? > http://coldfire.riaforge.org/blog/index.cfm/2009/1/25/ColdFire-13172172 > > > > -- Hey! I dont tell you how to tell me what to do, so dont tell me how to do what you tell me to do! ~ Bender (Futurama) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
