What does your reactor.xml look like?
Here's what I have:
<reactor>
<config>
<project value = "ScratchReactor" />
<dsn value = "reactordb" />
<type value = "mysql" />
<mapping value = "/ScratchReactorData" />
<mode value = "development" />
</config>
<objects>
<object name="Customer">
<hasOne name="Address">
<relate from="addressId" to="addressId" />
</hasOne>
</object>
</objects>
</reactor>
Lola J. Lee Beno
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

