> All,
> I added a module to my application that doesn't utilize ColdSpring,
> and when I try to reload the dependency injection config through the
> dashboard (1-1-0/trunk, BER) I get the following:
> Message: The configure method was not found.
> Detail: Either there are no methods with the specified method name and
> argument types, or the configure method is overloaded with argument
> types that ColdFusion cannot decipher reliably. ColdFusion found 0
> methods that matched the provided arguments. If this is a Java object
> and you verified that the method exists, you may need to use the
> javacast function to reduce ambiguity.
> Stacktrace (a few lines):
> coldfusion.runtime.java.MethodSelectionException: The configure method
> was not found. at
> coldfusion.runtime.java.ObjectHandler.findMethodUsingCFMLRules
> (ObjectHandler.java:322) at coldfusion.runtime.StructBean.invoke
> (StructBean.java:527) at coldfusion.runtime.CfJspPage._invoke
> (CfJspPage.java:2300) at
> cfConfigListener2ecfc1958334896$funcRELOADBASEAPPDEPENDENCYINJECTIONENGINE. runFunction
> (/Applications/ColdFusion8/wwwroot/MachIIDashboard/listeners/
> ConfigListener.cfc:427)
> Has anyone seen this before? It doesn't shut down the whole dashboard
> but I'm afraid it's not reloading the DI config.
> Thanks,
> -Mike Rogers