Question
Component Reference
Recently we received an error when calling cfinvoke:
"Neither the method querytoarray was found in component D:\Websites\ycWeb\trunk\yc\cfc_files\system\resource\company.cfc nor was there any default method with this name present in any of the implementing interface."Here is the call that threw the error (which was made in the company.cfc):
<cfinvoke
component="#request.path.cfc.querytoarray#"
method="querytoarray"
xquery="#qry_select_owners#"
columnList="#lcase(qry_select_owners.columnList)#"
returnvariable="local.arrayResult" />
For some reason the initialization disregarded the value in the component attribute.
I don't see how this could have occurred. This only happened once and then didn't occur again.
