Sounds like you have a mapping and, at first, it couldn't find the files it needed at that mapping. However, if you have a mapping pointing at the root of your site, the objectFactory will try to return {mapping}.reactor.reactorFactory instead of reactor.ReactorFactory... I've seen this happen before when people were using mappings.

The upshot? Don't use mappings unless you have a very strong argument for doing so... and trust me, there aren't many.

Then again, perhaps you have no mappings... in which case I'd recommend you temporarily modify the createGateway() methods and the methods involved to return whatever it IS creating and cfdump it to see what it thinks it is. Then go from there.

HTH,
J


------------------------------------------------

Jared C. Rypka-Hauer

Continuum Media Group LLC

http://www.web-relevant.com

Member, Team Macromedia - ColdFusion


"That which does not kill me makes me stranger." - Yonah Schmeidler















On Apr 28, 2006, at 3:38 PM, Erik-Jan Jaquet wrote:

Strange things are happening here... While debugging, suddenly my error
changed. The error now no longer says:

Could not find the ColdFusion Component model.data.Gateway.UserGatewaymysql.

That one is gone, but now I am looking at:

The value returned from function createGateway() is not of type
reactor.base.abstractGateway.

I can not believe that this is really the case, but I really don't know what
is happening... Any suggestions?

Kind regards,

Erik-Jan

-----Oorspronkelijk bericht-----
Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Namens
Doug Hughes
Verzonden: vrijdag 28 april 2006 22:12
Onderwerp: RE: [Reactor For CF] Strange problem after updating Reactor

Did you reload model-glue too?  

Doug

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf
Of Erik-Jan Jaquet
Sent: Friday, April 28, 2006 4:02 PM
Subject: [Reactor For CF] Strange problem after updating Reactor

Hi all,

With all of the updates to Reactor, I thought it would be wise to update one
of the apps I am working on, that uses Model Glue with Reactor.
I deleted all the current Reactor files, and copied the latest version from
SubVersion in the directory.
But now, when I run the app, I get the following error on initialization of
the app:

Could not find the ColdFusion Component model.data.Gateway.UserGatewaymysql.

When I look at the directory, the file is there, but CF does not seem to
find it. Have I made an obvious mistake, or is something else wrong here?

Hope you can help,

Kind regards,

Erik-Jan Jaquet






-- Reactor for ColdFusion Mailing List -- [email protected]





-- Reactor for ColdFusion Mailing List -- [email protected]







-- Reactor for ColdFusion Mailing List -- [email protected]



Reply via email to