On 8/5/06, Marc Funaro <[EMAIL PROTECTED]> wrote:
Ah, yes. Should I not do this?
You need to reload the Reactor factory to pick up the changes (to the XML file). Since you're using Fusebox 5 (I think?), you could do it by: 1. putting the application.reactor initialization in either fusebox.appinit.cfm or the <appinit> global fuseaction 2. putting your Fusebox application in development-full-load mode That will cause each request to re-initialize the application. Or... do #1 above and use development-circuit-load mode and then, assuming you're using Firefox, install Stephen Judd's awesome Fusebox 5 Reloader extension and you can just force a full load from the right-click context menu whenever you want. The key, in both cases, is using the appinit functionality of Fusebox to load your application scope variables. -- Sean A Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [email protected] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
