Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- The getColdBox method was not found.
- Either there are no methods with the specified method name and argument types or the getColdBox method is overloaded with argument types that ColdFusion cannot decipher reliably. ColdFusion found 0 methods that match the provided arguments. If this is a Java object and you verified that the method exists, use the javacast function to reduce ambiguity.
- The error occurred in C:\Projects\MATGM\facade\wirebox\system\ioc\config\Binder.cfc: line 60
- Called from C:\Projects\MATGM\facade\util\wireboxConfig.cfc: line 66
- Called from C:\Projects\MATGM\facade\wirebox\system\ioc\Injector.cfc: line 975
- Called from C:\Projects\MATGM\facade\wirebox\system\ioc\Injector.cfc: line 123
- Called from C:\Projects\MATGM\facade\wirebox\system\ioc\Injector.cfc: line 92
- Called from C:\Projects\MATGM\facade\Application.cfc: line 34
- 58 : instance.injector = arguments.injector;
- 59 : // ColdBox Context binding if any?
- 60 : instance.coldbox = instance.injector.getColdBox();
- 61 : // is coldbox linked
- 62 : if( isObject(instance.coldbox) ){
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement