Model Glue / ColdSpring Error on CFMX 6
Published on January 15, 2007
By Pete Freitag
By Pete Freitag
You might get the following error message if your trying to use model glue or ColdSpring on an older version of CFMX 6.0, make sure you have applied all the updaters.
You have attempted to dereference a scalar variable of type class [Ljava.lang.Object; as a structure with members. The error occurred in C:\Inetpub\wwwroot\coldspring\beans\DefaultXmlBeanFactory.cfc: line 836 Called from C:\Inetpub\wwwroot\coldspring\beans\BeanDefinition.cfc: line 215 Called from C:\Inetpub\wwwroot\coldspring\beans\DefaultXmlBeanFactory.cfc: line 383 Called from C:\Inetpub\wwwroot\coldspring\beans\DefaultXmlBeanFactory.cfc: line 332 Called from C:\Inetpub\wwwroot\modelglue\unity\ModelGlue.cfm: line 33 Called from C:\Inetpub\wwwroot\mvny\index.cfm: line 33 834 : <cfargument name="md" type="struct" required="true" /> 835 : <cfset var i = "" /> 836 : <cfset var flattenedMetaData = duplicate(arguments.md)/> 837 : <cfset var foundFunctions = ""/> 838 : <cfset var access = "" />
Model Glue / ColdSpring Error on CFMX 6 was first published on January 15, 2007.