DI/1 ( ioc.cfc ) is throwing the error:
It is thrown by DI/1: RAW_TRACE at cfioc2ecfc1392987108$funcDEDUCEDOTTEDPATH.runFunction(C:\websites\testSUG\mobile\model\ioc.cfc:287)
I am not sure where to begin troubleshooting. When I searched for this error, I see that it was posted to the group but with no specific resolution steps.
My Application.cfc for FW/1 uses DI/1 to point to model/cfc directory like this:
this.mappings["/cfc"] = this.baseDir & "..\model\cfc"; // access the main site cfcs
var bf = new model.ioc(
folders=".,/cfc",
config={
constants={ dsn=global.dsn,global=global },
exclude=['stripeService'],
singletonPattern='Service'
}
);
Any help would be appreciated.
Thanks,
David
--
--
FW/1 on RIAForge: http://fw1.riaforge.org/
FW/1 on github: http://github.com/seancorfield/fw1
FW/1 on Google Groups: http://groups.google.com/group/framework-one
---
You received this message because you are subscribed to the Google Groups "framework-one" group.
To unsubscribe from this group and stop receiving emails from it, send an email to framework-on...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.