The method 'init' could not be found in component C:\CFusionMX7\wwwroot\ChrisBlogApp\Data\Gateway\EntryGatewayoracle.cfc.
Check to ensure that the method is defined, and that it is spelled correctly.
The error occurred in C:\CFusionMX7\wwwroot\ChrisBlogApp\controller\BlogController.cfc: line 24
Called from C:\CFusionMX7\wwwroot\ModelGlue\ModelGlue.cfc: line 85
Called from C:\CFusionMX7\wwwroot\ModelGlue\Core\XMLModelGlueLoader.cfc: line 48
Called from C:\CFusionMX7\wwwroot\modelglue\ModelGlue.cfm: line 12
Called from C:\CFusionMX7\wwwroot\ChrisBlogApp\index.cfm: line 27
22 : <cfset variables.CommentGateway = Reactor.createGateway("Comment") />
23 : <cfset variables.UserGateway
= Reactor.createGateway("User") />
24 : <cfset variables.EntryGateway = Reactor.createGateway("Entry").init(variables.BlogConfig.getRecentEntryDays()) />
25 : <cfset
variables.UrlPinger = CreateObject("Component", "ChrisBlogApp.model.blog.UrlPinger").init(variables.BlogConfig.getPingUrlArray()) />
26 : <cfset variables.Search = CreateObject("Component", "
ChrisBlogApp.model.search.Search").init(variables.BlogConfig.getBlogSearchCollection(), variables.BlogConfig.getAdditionalCollectonsList()) />
Any help would be great
--
Chris Tilley
-- Reactor for ColdFusion Mailing List -- [email protected]
-- Archives at http://www.mail-archive.com/reactor%40doughughes.net/
- [Reactor For CF] problem with Blog sample app Chris Tilley
- Re: [Reactor For CF] problem with Blog sample app Jeff Lester
- Re: [Reactor For CF] problem with Blog sample ap... Chris Tilley
- Re: [Reactor For CF] problem with Blog sampl... Peter J. Farrell
- Re: [Reactor For CF] problem with Blog sampl... Jeff Lester
- Re: [Reactor For CF] problem with Blog s... Sean Corfield
- Re: [Reactor For CF] problem with B... Chris Tilley
- RE: [Reactor For CF] problem wi... Doug Hughes
- Re: [Reactor For CF] proble... Chris Tilley
- Re: [Reactor For CF] proble... Jeff Lester
- RE: [Reactor For CF] proble... Doug Hughes

