Chris Tilley said the following on 3/30/2006 8:01 PM:
I did, any other ideas?
I see that EntryGatewayoracle.cfc - the case is weird with oracle. Are
you on a non-windows system?
On 3/30/06, Jeff Lester <[EMAIL PROTECTED]> wrote:
If you've updated from the latest SVN,
did you blow away all the project files?
~Jeff
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
-- Reactor for ColdFusion Mailing List -- [email protected]
-- Archives at http://www.mail-archive.com/reactor%40doughughes.net/
--
Chris Tilley -- Reactor for ColdFusion Mailing List --
[email protected]
-- Archives at http://www.mail-archive.com/reactor%40doughughes.net/
--
Peter J. Farrell :: Maestro Publishing
Member Team Mach-II :: Member Team Fusion
http://blog.maestropublishing.com
Create boilerplate beans and transfer objects for ColdFusion!
Fire up a cup of Rooibos!
http://rooibos.maestropublishing.com/
-- Reactor for ColdFusion Mailing List -- [email protected]
-- Archives at http://www.mail-archive.com/reactor%40doughughes.net/
|