I got the latest Reactor code from the new SVN repository and deleted my project files, but now when I visit my main page I get the following error:

 

The value returned from function init() is not of type reactor.query.object.

If the component name is specified as a return type, the reason for this error might be that a definition file for such component cannot be found or is not accessible.   The error occurred in C:\Inetpub\wwwroot\Reactor\query\query.cfc: line 13
Called from C:\Inetpub\wwwroot\Reactor\base\abstractGateway.cfc: line 69
Called from C:\Inetpub\wwwroot\Reactor\project\Cornfeed\Gateway\ClientUsersGateway.cfc: line 33
Called from C:\Inetpub\wwwroot\Reactor\project\Cornfeed\Dao\ClientUsersDao.cfc: line 203
Called from C:\Inetpub\wwwroot\Reactor\base\abstractRecord.cfc: line 63
Called from D:\Site Dev\cornfeed\controller\UserController.cfc: line 25
Called from C:\Inetpub\wwwroot\ModelGlue\ModelGlue.cfc: line 482
Called from C:\Inetpub\wwwroot\ModelGlue\ModelGlue.cfc: line 332
Called from C:\Inetpub\wwwroot\ModelGlue\ModelGlue.cfc: line 304
Called from C:\Inetpub\wwwroot\ModelGlue\ModelGlue.cfm: line 64
Called from D:\Site Dev\cornfeed\index.cfm: line 27

 

 

Any ideas what this means? The line in the UserController.cfc looks like:

<cfset SessionFacade.setValue("ClientObject", ClientRecord.load(clientID=0))>

 

It seems to be bombing out while doing the load().

 

Cedric


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

Reply via email to