Hi Chris I suspect the copy of reactor that is currently shipping with Unity may have a problem. Have a look at the top of your reactor/reactorFactory.cfc and ensure that it has the two lines:
<cfset variables.ObjectFactory = 0 /> <cfset variables.BeanFactory = 0 /> If the variables.BeanFactory line is missing, then grabbing a new copy of reactor may fix your problem. Regards Kevan -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, 29 June 2006 6:13 AM To: [email protected] Subject: Re: [Reactor for CF] Help?? Probabaly a "LOSER" error Sean, I've double checked and indeed I have a mapping to the reactor folder that is inside the reactor that came with Unity. Any other suggestions? Chris Sean Corfield <[EMAIL PROTECTED] ail.com> To Sent by: [email protected] [EMAIL PROTECTED] cc hughes.net Subject Re: [Reactor for CF] Help?? 06/28/2006 11:53 Probabaly a "LOSER" error AM Please respond to [EMAIL PROTECTED] ramework.com Where do you have Reactor installed? MG:U ships with a Reactor folder that contains a reactor folder - it is the *inner* reactor folder that needs to be in your webroot (or that has a /reactor mapping). On 6/27/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I'm getting the following error (been fighting it for past 2 days): > > Element BEANFACTORY is undefined in VARIABLES. > > Any ideas why? I am trying to get the Sample in the Reactor Blogs > directory to work and even left it in the samples folder to run. I've > created the database (mySQL 5) and added the datasource to Coldfusion. > > Thanks in advance > Chris > > -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [email protected] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [email protected] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [email protected] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
