ryan
03/30/2022, 6:21 PMinvalid component definition, can't find component [cbsecurity.interceptors.Security]
F:\code\web\sites\api\coldbox\system\core\util\Util.cfc: line 413
411: arguments.md = (
412: isObject( arguments.component ) ? getMetadata( arguments.component ) : getComponentMetadata(
413: arguments.component
414: )
415: );
called from F:\code\web\sites\api\coldbox\system\ioc\config\Mapping.cfc: line 521
I have fwreinited coldbox multiple times. I verified that the cbsecurity.interceptors.Security.cfc exists in the cbsecurity module. Is there something I might be missing somewhere?ryan
03/30/2022, 6:35 PMryan
03/30/2022, 6:38 PMwil-shiftinsert
03/30/2022, 7:02 PMryan
03/30/2022, 7:02 PMwil-shiftinsert
03/30/2022, 7:04 PMryan
03/30/2022, 7:50 PMryan
03/30/2022, 7:51 PMPatrick
03/30/2022, 8:01 PMryan
03/30/2022, 8:12 PMF:\code\web\sites\fadometer-api\coldbox\system\core\util\Util.cfc: line 413
called from F:\code\web\sites\fadometer-api\coldbox\system\ioc\config\Mapping.cfc: line 521
called from F:\code\web\sites\fadometer-api\coldbox\system\ioc\config\Mapping.cfc: line 532
called from F:\code\web\sites\fadometer-api\coldbox\system\ioc\Injector.cfc: line 508
called from F:\code\web\sites\fadometer-api\coldbox\system\web\services\InterceptorService.cfc: line 427
called from F:\code\web\sites\fadometer-api\coldbox\system\web\services\InterceptorService.cfc: line 418
called from F:\code\web\sites\fadometer-api\coldbox\system\web\services\InterceptorService.cfc: line 338
called from F:\code\web\sites\fadometer-api\coldbox\system\web\services\InterceptorService.cfc: line 158
called from F:\code\web\sites\fadometer-api\coldbox\system\web\services\InterceptorService.cfc: line 160
called from F:\code\web\sites\fadometer-api\coldbox\system\web\services\InterceptorService.cfc: line 112
called from F:\code\web\sites\fadometer-api\coldbox\system\web\services\LoaderService.cfc: line 70
called from F:\code\web\sites\fadometer-api\coldbox\system\Bootstrap.cfc: line 111
called from F:\code\web\sites\fadometer-api\Application.cfc: line 27
Patrick
03/30/2022, 10:26 PMPatrick
03/30/2022, 10:27 PMryan
03/31/2022, 4:09 PMryan
03/31/2022, 4:11 PMryan
03/31/2022, 4:15 PMsecured
annotations, so maybe that might be best to learn first.wil-shiftinsert
03/31/2022, 4:16 PMryan
03/31/2022, 4:18 PMryan
03/31/2022, 4:18 PMwil-shiftinsert
03/31/2022, 4:20 PMwil-shiftinsert
03/31/2022, 4:21 PMwil-shiftinsert
03/31/2022, 4:24 PMwil-shiftinsert
03/31/2022, 4:28 PMwil-shiftinsert
03/31/2022, 4:30 PMryan
03/31/2022, 5:03 PMsecured
annotations. I still love using it and built a more robust API around it, but I think it would be best to continue learning these new modules (new to me, but I know it's been around a while Lol) so that there is a bit more of a standard or conventional practice instead a home-grown one. Thank you, again, and look forward to getting this nailed down. 🙂Patrick
03/31/2022, 7:32 PMryan
04/04/2022, 12:04 PM