M6 MethodInjector Error

This error was discovered during load testing. Another member of the
Central Florida Web Developers User Group also encountered this error
(with the SessionStorage plugin) after upgrading their application to
M6.

"Error","jrpp-11","08/16/10","11:49:04","APP","Error autowiring
coldbox.system.plugins.Logger. The method autowire was not found in
component C:\web\coldboxM6\system\plugins\MethodInjector.cfc. Ensure
that the method is defined, and that it is spelled
correctly.coldfusion.runtime.TemplateProxy$InvalidMethodNameException:
The method autowire was not found in component C:\web\coldboxM6\system
\plugins\MethodInjector.cfc. at
coldfusion.runtime.TemplateProxy.throwInvalidMethodNameException(TemplateProxy.java:
749) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:
478) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:
355) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2301) at
cfAutowire2ecfc1779126638$funcPROCESSAUTOWIRE.runFunction(C:\web
\coldboxM6\system\interceptors\Autowire.cfc:139) at
coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) at
coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at
coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:
405) at coldfusion.runtime.UDFMetho... The specific sequence of files
included or processed is: C:\web\greenlee\index.cfm, line: 425 "

Why would it be searching for autowire in The method autowire was not found in
component C:\web\coldboxM6\system\plugins\MethodInjector.cfc.

That doesn’t make sense.

ANyways, our last milestone is all about DI and wirebox, so can you make a ticket for this?

Luis F. Majano
President
Ortus Solutions, Corp

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

I'll hold off a bit. I think I may have caused this by auto-reloading
the config. My associate in the CFWDUG says he got this in production
with that flag set to false (not autoreloading).

If I see it after another round of tests I'll create a ticket. Thanks!