OK I found one problem - the xml file isn't being passed in, only the
path and file name to the xml file. Isnt it supposed to pass in the
xml object?
<cfset Reactor = CreateObject("Component",
"reactor.reactorFactory").init(expandPath("cfcs\Reactor.xml")) />
and the error message shows that when the reactorFactory is being
instantiated, the NOT IsObject(arguments.configuration)> is
evaluating to true, indicating that whats' in the arguments scope is
not a XML Object, but a string. In fact putting a CFDUMP and CFABORT
just above shows that the arguments scope contains only a single value
"configuration" containing the string
C:\Inetpub\wwwroot\testsite\cfcs\Reactor.xml
Cheers
Mike Kear
Windsor, NSW, Australia
Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month
On 4/16/06, João Fernandes <[EMAIL PROTECTED]> wrote:
>
> Mike,
>
> the docs are not updated. You can run reactor without the mappings, you just
> need that folder in your webroot.
>
> For the error it seems connected to your xml format file. Check your xml file.
> Enable Debugging and see where does the problem rises.
>
> João Fernandes
>
-- Reactor for ColdFusion Mailing List -- [email protected]
-- Archives at http://www.mail-archive.com/reactor%40doughughes.net/