transfer-orm

Refactoring cf5 tag based code into CFC's

I feel the need to refactor my old CF5 based code into CFC's. We already have some code in ColdSpring and Transfer but feel a large rewrite to ColdSpring and Transfer is pointless. What tips, approaches and gotchas will I hit. How can I make this easy? I don't mind keeping ColdSpring in the mix but Transfer is the bit I'm scared of...

Cleanup Transfer ORM definitions?

Started researching Transfer ORM recently and find it pretty cool. Today I've noticed that definitions directory contains some old files from my previous development sessions (ex. 27/08, 28/08). I have only few objects in transfer.xml for that project, but they produced few definition files each already. Should I worry about them? M...

Transfer-ORM: The property 'siteID' could not be found in the object 'siteUsers.siteUsers'

I'm getting the following Coldfusion error when using Transfer-ORM to map to my Microsoft SQL database. I believe it's caused by a misconfigured transfer.xml file that maps out my linking table. I'm not sure I entirely understand the nuances of the composite id. Do you see the error? Error: The property that was searched for could not ...