Title: RE: Coldspring datasource
Thread: Coldspring datasource
Forum: Need Help?
Conference: ColdBox
User: tb
I forgot to say in my handler, I'm trying to calling the Serive Object. This is
where my application is erroring out.
[code]
<cfset var oChemicalService =
getPlugin("ioc").getBean("ChemicalService")>
[/code]