David, Is it possible you are using an older version of the ModelGlueApplicationTemplate?
The current ColdSpring.xml file doesn't have such a reference. http://svn.model-glue.com/trunk/modelglueapplicationtemplate/config/ColdSpring.xml If you are using an older version of the ModelGlueApplicationTemplate, you may wish to also upgrade it, as a number of things have been improved with the newer releases of ModelGlue. You can find the ModelGlueApplicationTemplate in the zip file you downloaded or you can point your SVN client, if you have one, here: http://svn.model-glue.com/trunk/modelglueapplicationtemplate DW On Tue, Mar 2, 2010 at 9:09 AM, thedavid <[email protected]> wrote: > Thanks for the clarification, Dennis, but that's a separate issue. > The one I'm talking about specifically is in > modelglueapplicationtemplate/config/ColdSpring.xml > > Line 77 amongst the commented out instructions for ORM Framework > Configuration > > 1. Choose whether to use Reactor or Transfer for this project > 2. Open up /ModelGlue/unity/config/ > Configuration.xml > <----------------------- This line > 3. Uncomment the appropriate "To use xxxx as an ORM Framework..." > block below > > If this line has to be changed to what Dennis suggest, then problem > solved and I can have database connectivity again. > > > On Mar 1, 5:12 pm, Dennis Clark <[email protected]> wrote: > > I found a problem relating to this. The file > > /modelglueapplicationtemplate/index.cfm contains the following > commented-out > > line: > > > > <!--- > > <cfset ModelGlue_CORE_COLDSPRING_PATH = > > expandPath("/ModelGlue/unity/config/Configuration.xml") /> > > ---> > > > > If your Model-Glue application has a *uncommented* line like this in the > > index.cfm your application will fail to work. Either remove the line or > > change it to this: > > > > <cfset ModelGlue_CORE_COLDSPRING_PATH = > > "/ModelGlue/gesture/configuration/ModelGlueConfiguration.xml" /> > > > > Copying the the file from your Model-Glue 2.0 installation *WILL NOT > WORK*. > > This file wires the framework together, and the wiring has changed > > significantly in Model-Glue 3. > > > > We'll fix the modelglueapplicationtemplate/index.cfm file to contain the > > correct defaults for Model-Glue 3. > > > > Cheers, > > > > -- DennisOn Mon, Mar 1, 2010 at 2:53 PM, Dan Wilson <[email protected]> > wrote: > > > TheDavid, > > > > > Would you mind clarifying where you see that at? > > > > > DW > > > > > On Mon, Mar 1, 2010 at 2:42 PM, thedavid <[email protected] > >wrote: > > > > >> MG 3.1 has a hangup between setting up the ColdSpring folder to use > > >> Transfer or Reactor. In config/ColdSpring.xml, the rule for : > > > > >> 2. Open up /ModelGlue/unity/config/Configuration.xml > > > > >> points to a file that doesn't exist with the download. unity/config/ > > >> only contains UnityCompatabilityAliases.xml. Can I copy the file from > > >> my 2.0 version, and if so, are code tweaks required? > > -- > 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]<model-glue%[email protected]> > For more options, visit this group at > http://groups.google.com/group/model-glue?hl=en > -- “Come to the edge, he said. They said: We are afraid. Come to the edge, he said. They came. He pushed them and they flew.” Guillaume Apollinaire quotes -- 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
