One extra thing to note is that the error is probably not related to a
mapping, becuase if that were the case, the error would say CF couldn't even
FIND the targeted CFC. Instead it is saying that the RETURN TYPE of the
value doesn't match the type specified in the cffunction tag. For whatever
reason, clearing the template cache seems to set things right when this
happens to me.

On 5/25/06, Brian Kotek <[EMAIL PROTECTED]> wrote:
>
> Try clearing the template cache in the ColdFusion administrator. For some
> reason I get this error fairly regularly (disturbingly regularly?) when
> dealing the CFC heavy systems like Model-Glue or Reactor.
>
> On 5/25/06, Andy Matthews <[EMAIL PROTECTED]> wrote:
>
> > Yep...the modelGlue samples are also directly inside my webroot.
> >
> > <!----------------//------
> > andy matthews
> > web developer
> > certified advanced coldfusion programmer
> > ICGLink, Inc.
> > [EMAIL PROTECTED]
> > 615.370.1530 x737
> > --------------//--------->
> >
> > -----Original Message-----
> > From: Matt Williams [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, May 25, 2006 11:41 AM
> > To: CF-Talk
> > Subject: Re: Problem setting up Model-Glue...
> >
> >
> > You would want a mapping named ModelGlue and pointing to
> > C:\phpdev\www\ModelGlue\. But even that isn't necessary if C:\phpdev\www
> > is
> > your web root.
> >
> > To run the sample apps, you need to pull that directory up to your web
> > root,
> > or again create a mapping named 'modelgluesamples' and point to the
> > location
> > you have it. This is necessary because the CFCs are created with (for
> > example) createObject('component','
> > modelgluesamples.contactmanager.controller.ContactManagerController')
> >
> >
> > 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241486
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to