Hello all,

    First of all, is there anyone using PostgreSQL 8.1 with the reactor framework? If so I am having a problem
with the addXmlField method within the /core/object.cfc, for some reason the sequence argument from my reactor.xml is not correctly
getting passed to this method. Therefor throwing me an error of:
 

Element FIELD.SEQUENCENAME is undefined in ARGUMENTS.

At first I didn't define my object within the reactor.xml file, because I didn't think  it was a must, but after researching
on Postgres and Oracle, having to do with sequences, I added the following object with the sequence attribute:

<reactor>
    <objects>
       <object name="tablename">
          <field name="id" sequence="Postgres sequence name" />
       </object>
    </objects>
</reactor>

Can anyone help me out on this?? This is a show stopper for me...
thinking of moving back to MySQL soon (definitely don't want to though)

thanks in advance!

Sal

-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to