Ok...I think I got the previous issue solved...but now I am back to my
original error...

   Could not find the ColdFusion Component or Interface
appname.controller.Controller.  Ensure that the name is correct and that the
component or interface exists.    The error occurred in
*C:\Inetpub\wwwroot\ModelGlue\unity\loader\DefaultXMLEventLoader.cfc:
line 163*
*Called 
from*C:\Inetpub\wwwroot\ModelGlue\unity\loader\DefaultXMLEventLoader.cfc:
line 53
*Called from* C:\Inetpub\wwwroot\ModelGlue\unity\loader\FrameworkLoader.cfc:
line 53
*Called from* C:\Inetpub\wwwroot\ModelGlue\unity\ModelGlue.cfm: line 38
*Called from* C:\Inetpub\wwwroot\appname\index.cfm: line 33

161 :                           <cfset autowireController(instance) />
162 :                   <cfelseif structKeyExists(ctrl.xmlAttributes, 
"type")>*163 :
                                <cfset instance = createObject("component",
ctrl.xmlAttributes.type).init(arguments.mg, ctrl.xmlAttributes.name)
/>*
164 :                           <cfset autowireController(instance) />
165 :                   </cfif>



Pasted from the error to ensure now typos :-D

Again...this is all local development using Apache 2.2 and CF8



Eric


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288963
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to