Copy link to clipboard
Copied
Hi All,
Recently, we have upgraded ColdFusion 2016 version from ColdFusion 8 version. We have been facing issue with the application which was implemented in ModelGlue 2.0 and ColdSpring framework. As per my observation, ModelGlue framework is not loading due to this application is throwing method not found error.
Is ColdFusion 2016 version supports ModelGlue 2.0 and ColdSpring framework ?
Thanks in advance
Copy link to clipboard
Copied
I have used MG and Coldspring with CF 2016. If you post the error you are getting it would be useful.
-Nic
Copy link to clipboard
Copied
Thanks for looking into this issue...
Please find the attached error screen shot...
Copy link to clipboard
Copied
Looks like it is looking in model instead of coldspring (see the package and directory where it is looking for LoggingAroundAdvice). Do you have the mappings set up correctly?
-Nic
Copy link to clipboard
Copied
Hi Nic,
I'm new to ModelGlue and Coldspring framework, I just started understanding these framework. As per the PerfLoggingAroundAdvice.cfc I have dump(attached screen shot) the setAppConfiguration method settings.
As per my observation, MG framework is not loading this might be the reason Coldspring looking for a Match method.
I assume, below is the piece of code suppose to load MG framework but for some reason its not happening.
File Path : ModelGlue/unity/controller/Controller.cfc
<cffunction name="SetModelGlue" access="public" returntype="void" output="false">
<cfargument name="ModelGlue" type="ModelGlue.unity.framework.ModelGlue" required="true" />
<cfset variables.ModelGlue.framework = arguments.ModelGlue />
</cffunction>