Here it is,
The ADVICE argument passed to the setAdvice function is not of type
coldspring.aop.Advice.
If the component name is specified as a type of this argument, it is
possible that either a definition file for the component cannot be
found or is not accessible.
The error occurred in H:\www\CMS\Frameworks\coldspring1-2-final\aop
\support\AbstractPointcutAdvisor.cfc: line 51
Called from H:\www\CMS\Frameworks\coldspring1-2-final\beans
\DefaultXmlBeanFactory.cfc: line 963
Called from H:\www\CMS\Frameworks\coldspring1-2-final\beans
\DefaultXmlBeanFactory.cfc: line 632
Called from H:\www\CMS\Frameworks\coldspring1-2-final\beans
\DefaultXmlBeanFactory.cfc: line 685
Called from H:\www\CMS\Frameworks\coldspring1-2-final\beans
\DefaultXmlBeanFactory.cfc: line 216
Called from H:\www\CMS\Frameworks\coldspring1-2-final\beans
\DefaultXmlBeanFactory.cfc: line 46
Called from H:\www\CMS\Frameworks\ModelGlue_3.2.439\gesture\loading
\ColdSpringBootstrapper.cfc: line 104
Called from H:\www\CMS\Frameworks\ModelGlue_3.2.439\gesture\loading
\ColdSpringBootstrapper.cfc: line 127
Called from H:\www\CMS\Frameworks\ModelGlue_3.2.439\gesture\loading
\ColdSpringBootstrapper.cfc: line 138
Called from H:\www\CMS\Frameworks\ModelGlue_3.2.439\gesture
\ModelGlue.cfm: line 82
Called from H:\www\CMS\wwwroot\index.cfm: line 41
49 : </cffunction>
50 :
51 : <cffunction name="setAdvice" access="public" returntype="void"
output="false">
52 : <cfargument name="advice" type="coldspring.aop.Advice"
required="true" />
53 : <cfset variables.advice = arguments.advice />
> E:
mark.man...@gmail.com