On 3/6/06, Fawad Sami <[EMAIL PROTECTED]> wrote: > I've been having trouble getting Reactor to work in development CFMX6.1 > system whereas it works fine on a development CF7 system fine. The > problem relates to the mapping set in 'reactor.xml' and the actual error > is thrown in /reactor/config/config.cfc in method 'setMapping'.
Yup, this is a known bug in CFMX 6.1 on Windows that was fixed in CFMX 7. expandPath() respected mappings on Unix / OS X with 6.1 but not on Windows. This is not a Reactor issue. -- Sean A Corfield -- http://corfield.org/ Got frameworks? "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/

