João,
I will create a simpler version that still creates the error and zip it up
and send it to you.
Thanks so much for your help.
- JS
-----Original Message-----
Of João Fernandes
Sent: Tuesday, April 18, 2006 2:25 PM
Subject: RE: ** Re: [Reactor For CF] XML Error With Reactor - Any Ideas?
Josh can you send me a zip with your code?
I'll need SQL Script, your reactor config file and which version of reactor
you are using.
I can take a look if you want.
João Fernandes
-----Original Message-----
Sent: Tue 18-Apr-06 7:31 PM
Subject: RE: ** Re: [Reactor For CF] XML Error With Reactor - Any Ideas?
I hate to keep trying to push this to the top - but I am at a loss.
Thanks for all of your help so far.
- Josh
-----Original Message-----
Sent: Monday, April 17, 2006 7:16 PM
Subject: RE: ** Re: [Reactor For CF] XML Error With Reactor - Any Ideas?
Any other thoughts?
____________________________________
Joshua Scott
-----Original Message-----
Subj: RE: ** Re: [Reactor For CF] XML Error With Reactor - Any Ideas?
Date: Mon Apr 17, 2006 3:58 pm
Size: 1K
You're not supposed to be required to have the object tags, but might be a
bug!
-----Original Message-----
Of Joshua Scott
Sent: Monday, April 17, 2006 4:42 PM
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 ---