Hi,

I have a strange problem which I can't track down.

I am getting an error when I try to run my reactor application.

The error occures on line 151 in objectFactory.cfc and says:
Could not find the ColdFusion component
reactor.project.Scaffolding.Gateway.SiteGateway.cfc

If I put the following URL into a browser I can see the component auto
documentation page is there:
http://127.0.0.1/reactor/project/Scaffolding/Gateway/SiteGateway.cfc

I figure that the above test shows that the CF mappings are correct.

The application is a fusebox5 based application and the line in the parsed
file that causes the error is:

<cfset Application.ao__AppObj_mCMS01AdsTags_Site_Gateway =

myFusebox.getApplication().getApplicationData().reactor.createGateway("Site"
) />


Any out there have any idea what might be going wrong?

Kevin Roche



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

Reply via email to