i did, but I found the error, it was a few things: 1) In coldspring, I needed this: <bean id="modelglue.modelGlueConfiguration" class="ModelGlue.gesture.configuration.ModelGlueConfiguration">
And then I had to change the reference to this bean in the controller. 2) Changed the <cfcomponent> tag in controller.cfc 3) Change the beginning of the init function in controller.cfc 4) Updated final line of index.cfm to this: </cfsilent><cfinclude template="/ModelGlue/gesture/ModelGlue.cfm" /> On Friday, 22 June 2012 13:15:34 UTC-6, QuackFuzed wrote: > > Did you reinit the app and/or server restart? Clear the component cache? > Those are the usual culprits. > > On Fri, Jun 22, 2012 at 2:12 PM, jeff <[email protected]> wrote: > >> So I've replaced the /ModelGlue Folder (unity) with MG3. But I get this >> error when starting up the application: >> >> The XML module to be loaded from >> "C:\path\to\application\config\ModelGlue.xml" can't be loaded because the >> file can't be found or read. >> >> However, my coldspring config says this: >> <property >> name="configurationPath"><value>config/ModelGlue.xml.cfm</value></property> >> >> So why is it looking in the old place? What did I miss here? >> >> -- >> Model-Glue Sites: >> Home Page: http://www.model-glue.com >> Documentation: http://docs.model-glue.com >> Bug Tracker: http://bugs.model-glue.com >> Blog: http://www.model-glue.com/blog >> >> You received this message because you are subscribed to the Google >> Groups "model-glue" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/model-glue?hl=en > > > -- Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en
