When I request a page (not using the Remote service) I get an error:
Error creating bean 'remotePageService'
struct
Detail: [empty string]
ErrNumber: 0
Message: Element ADVICE is undefined in INSTANCE.
Resolvedname: INSTANCE
StackTrace: coldfusion.runtime.UndefinedElementException: Element
ADVICE is undefined in INSTANCE.
I do use the element advice in my Coldspring.xml. What is this error
referring to, if not this?
> When I request a page (not using the Remote service) I get an error:
> Error creating bean 'remotePageService'
> struct
> Detail: [empty string]
> ErrNumber: 0
> Message: Element ADVICE is undefined in INSTANCE.
> Resolvedname: INSTANCE
> StackTrace: coldfusion.runtime.UndefinedElementException: Element
> ADVICE is undefined in INSTANCE.
> I do use the element advice in my Coldspring.xml. What is this error
> referring to, if not this?
> Marc
> --
> You received this message because you are subscribed to the Google Groups
> "ColdSpring-Users" group.
> To post to this group, send email to coldspring-users@googlegroups.com.
> To unsubscribe from this group, send email to
> coldspring-users+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/coldspring-users?hl=en.
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
> > When I request a page (not using the Remote service) I get an error:
> > Error creating bean 'remotePageService'
> > struct
> > Detail: [empty string]
> > ErrNumber: 0
> > Message: Element ADVICE is undefined in INSTANCE.
> > Resolvedname: INSTANCE
> > StackTrace: coldfusion.runtime.UndefinedElementException: Element
> > ADVICE is undefined in INSTANCE.
> > I do use the element advice in my Coldspring.xml. What is this error
> > referring to, if not this?
> > Marc
> > --
> > You received this message because you are subscribed to the Google Groups
> > "ColdSpring-Users" group.
> > To post to this group, send email to coldspring-users@googlegroups.com.
> > To unsubscribe from this group, send email to
> > coldspring-users+unsubscribe@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/coldspring-users?hl=en.
As you can see after posting the error I switched from 2.0 back to 1.2
to see if that did work. But 1.2 gave me the error as well. My advice
is like this:
On Tue, Jul 10, 2012 at 6:31 AM, marc <marc.at.comp...@gmail.com> wrote:
> As you can see after posting the error I switched from 2.0 back to 1.2
> to see if that did work. But 1.2 gave me the error as well. My advice
> is like this:
> so it does extend coldspring.aop.MethodInterceptor which in turn
> extends coldspring.aop.Advice...
> Marc
> --
> You received this message because you are subscribed to the Google Groups
> "ColdSpring-Users" group.
> To post to this group, send email to coldspring-users@googlegroups.com.
> To unsubscribe from this group, send email to
> coldspring-users+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/coldspring-users?hl=en.
> As you can see after posting the error I switched from 2.0 back to 1.2
> to see if that did work. But 1.2 gave me the error as well. My advice
> is like this: