I've an my test application in FW1. Currently I'm having test service and DAO. For example Model/services/test.cfc and Model/DAO/testDAO.Here I want set one of data on application.cfc. How I can inject some services / DAO in application cfc. I've tried to do that by following Creating FW/1 Service in application.cfc. But always facing the below issue.
I want call either my services/test.cfc or DAO / testDAO in my application cfc file. Give an idea of that and Thanks in advance !

In FW/1, Services go into each controller, not into
application.cfc. You need to move them over there.