Cavan Vannice
05/26/2022, 6:20 PMproperty name="salesCFC" inject="sales";
property name="salesReport" inject="reports.sales";
This worked in v5 but moving into v6 I get this error.
The target 'handlers.sales' requested a missing dependency with a Name of 'salesReport' and DSL of 'reports@sales'
It seems to be injecting reports.sales (which "reports" is simply a subfolder of models) into salesCFC and thats not what is supposed to happen.
I haven't done anything with wirebox yet, but I assume there was something I was supposed to do there.bdw429s
05/26/2022, 6:25 PMreports.sales
but the error message says it can't find reports@sales
?Cavan Vannice
05/26/2022, 6:26 PMbdw429s
05/26/2022, 6:26 PMIt seems to be injecting reports.sales (which "reports" is simply a subfolder of models) into salesCFC and thats not what is supposed to happen.I don't follow-- that's exactly what I would expect to happen
Cavan Vannice
05/26/2022, 6:27 PMbdw429s
05/26/2022, 6:27 PMCavan Vannice
05/26/2022, 6:27 PMbdw429s
05/26/2022, 6:27 PMsalesreport
dependency I thoughtbdw429s
05/26/2022, 6:27 PMbdw429s
05/26/2022, 6:28 PMCavan Vannice
05/26/2022, 6:28 PMbdw429s
05/26/2022, 6:28 PMbdw429s
05/26/2022, 6:28 PMThe target 'handlers.sales' requested a missing dependency with a Name of 'salesReport' and DSL of 'reports@sales'
bdw429s
05/26/2022, 6:28 PMdependency with a Name of 'salesReport'
bdw429s
05/26/2022, 6:29 PMSalesCFC
injectionCavan Vannice
05/26/2022, 6:29 PMCavan Vannice
05/26/2022, 6:29 PMNeither the method getDocumentCustomer was found in component models.reports.sales nor was there any default method with this name present in any of the implementing interface.
bdw429s
05/26/2022, 6:29 PMbdw429s
05/26/2022, 6:29 PMbdw429s
05/26/2022, 6:29 PMCavan Vannice
05/26/2022, 6:29 PMbdw429s
05/26/2022, 6:30 PM