A major focus for MG2 was backwards compatibility. Same with MG3. So I'm a little surprised that something doesn't work. Here's the upgraders guide text from Docs.Model-Glue.com
Upgrading_From_Model-Glue_1 This document is intended for developers already using Model-Glue 1.x. It's not an introduction to Model-Glue, and serves only to outline differences betweeen 1.x and 2.x. Reverse Compatibility Applications written for Model-Glue 1.x should be 100% reverse compatible when upgraded to the Model-Glue 2.x codebase. If, for some reason, your application is not, please post a ticket to http://trac.model-glue.comimmediately. Reverese compatibility issues are given the highest priority. Creating New Applications When you create a new application using the Model-Glue 2.x application template, you'll immediately notice that there is no longer a single ModelGlue.xml file in the /config directory. Instead, there are three files: 1. ModelGlue.xml 2. ColdSpring.xml 3. Reactor.xml The largest different you'll notice is that the <config> block is no longer in ModelGlue.xml. Instead, the settings for the framework are in ColdSpring.xml. The XML format is a little different, but still self-explanatory. The settings are named the same, and still perform the same function. There are a few new settings, such as "rescaffold." Explanation of each setting can be found in the ColdSpring XML Reference section of the Reference Materials documentation. DW On Tue, Apr 21, 2009 at 10:00 AM, Al <[email protected]> wrote: > > Unfortunately, restarting the CF service didn't help. > > Refactoring the config files is probably a little more work than > management wants me to get into right now. Fortunately, these are all > mature apps and I don't think there's any plans to work on them > anytime soon. If that changes, we can work the config refactor into > the development effort. I'll need to have a look at how MG2 determines > whether to treat something as a 1.1 app or 2.0. Is it >just< the fact > that /ModelGlue/ModelGlue.cfm is included in the root index.cfm > (instead of /ModelGlue/unity/ModelGlue.cfm)? Any other gotchas? > > On Apr 21, 9:45 am, Dan Wilson <[email protected]> wrote: > > If it doesn't, would you be able to migrate the application configuration > > parts into ColdSpring? I honestly don't know enough to know how debugging > > worked in v1.1 so if that option isn't a good one for your situation, > maybe > > someone else could help :) > > > > DW > > > > > > > > > > > > On Tue, Apr 21, 2009 at 9:39 AM, Al <[email protected]> wrote: > > > > > Used a clean copy and no change. I'll see if the CF server restart > > > does the trick. > > > > > On Apr 21, 9:19 am, Dan Wilson <[email protected]> wrote: > > > > There should be no problem with the debug output in V2. > > > > I'm wondering if this file copy was the problem. Do me a favor and > delete > > > > the modelglue directory, then copy the latest V2 files and restart > > > > ColdFusion. That should remove a whole class of variables in the > > > > troubleshooting. > > > > > > If that doesn't work, I wonder if you have a <cfcontent > reset="true"/> > > > > somewhere that clears the buffer? > > > > > > DW > > > > > > On Tue, Apr 21, 2009 at 9:07 AM, Al <[email protected]> wrote: > > > > > > > I'm trying to bring my organization kicking and screaming into the > not- > > > > > so-distant past to try to use more modern tools. > > > > > > > I have a number of MG1.1 apps built already and want to move to > MG2.0. > > > > > > > I copied the MG core files over top of the existing MG1.1 files. > > > > > Except for a minor quirk (since fixed), all of my applications seem > to > > > > > work just fine. > > > > > > > However, I'm not getting the ModelGlue Debugging output. > > > > > > > I get the header "Model-Glue Debugging:" and the table header row > > > > > ("Time", "Category", "Message") but no contents of the table. View > > > > > Source shows nothing between TBODY tags where the information would > > > > > go. > > > > > > > CF debugging on or off has no bearing. > > > > > > > Any clues? I'd like to have that information back. > > > > > > -- > > > > “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- Hide quoted text - > > > > > > - Show quoted text - > > > > -- > > “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- Hide quoted text - > > > > - Show quoted text - > > > -- “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 --~--~---------~--~----~------------~-------~--~----~ 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 For more about Model-Glue, check http://www.model-glue.com . -~----------~----~----~----~------~----~------~--~---
