Any other thoughts?
____________________________________ Joshua Scott -----Original Message----- From: "Doug Hughes" <[EMAIL PROTECTED]> Subj: RE: ** Re: [Reactor For CF] XML Error With Reactor - Any Ideas? Date: Mon Apr 17, 2006 3:58 pm Size: 1K To: <[email protected]> You're not supposed to be required to have the object tags, but might be a bug! -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Scott Sent: Monday, April 17, 2006 4:42 PM To: [email protected] Subject: RE: ** Re: [Reactor For CF] XML Error With Reactor - Any Ideas? Doug, Maybe I have this completely set up wrong. I have only been using my USER table with Reactor up to this point and there is an entry regarding this table in the reactor.xml file. <reactor> <config> <project value="Symphony" /> <dsn value="Symphony" /> <type value="mssql" /> <mapping value="/SymphonyData" /> <mode value="development" /> </config> <object name="User"> <hasOne name="ContactInfo"> <relate from="userid" to="userid" /> </hasOne> </object> </reactor> Should I have to declare each object (table) that I want reactor to use? Maybe I missed this in the docs. The reason I ask is that I can try to use createRecord() on any other table in the db and I get the same error. The only one that seems to work is the User table. I can call createGateway on the other tables with no problem. Thanks Doug. Josh --- message truncated --- -- Reactor for ColdFusion Mailing List -- [email protected] -- Archives at http://www.mail-archive.com/reactor%40doughughes.net/

