Question
Problems with application scope variable in remote functions
I have a cfc folder with all my cfcs. All my public and private functions are able to get the APPLICATION variables just fine, but for whatever reason I get errors like...
Error invoking CFC /web/admin/cfc/documents.cfc : Element DS is undefined in APPLICATION.
Basically I am trying to retrieve APPLICATION.DS which is the variable that stores my datasource.
Any ideas as to why only remote functions suffer from this problem?
