[coldbox-3.5.2] Mapping plugin in Module

binder.map(“IntegrationSupport@Accounts”).to(“coldbox:myPlugin:TDCCModuleIntegrationSupport@Accounts”).asSingleton();

CF tells me

Could not find the ColdFusion component or interface coldbox:myPlugin:TDCCModuleIntegrationSupport@Accounts

this is occurring INSIDE the ModuleConfig CFC for the Accounts Module…I thought I had the syntax corrected based on the wirebox documentation but I’m not so sure now.

MIKE CRAIG | SENIOR DEVELOPER
TERRA DOTTA, LLC | 501 W FRANKLIN ST, STE 105, CHAPEL HILL, NC 27516 | 877.DOTTA.77

Never mind…toDSL…duh.

Mike