ColdBox Forums Notification: Post to The setting TransferSettings.datasourceFile does not exist

Title: RE: The setting TransferSettings.datasourceFile does not exist
Thread: The setting TransferSettings.datasourceFile does not exist
Forum: Need Help?
Conference: ColdBox
User: tyman I was able to figure this out. For anyone else having this problem, it has to
do with the upgrade to 2.5. In your onAppInit function, you will need to change
the first four lines to:

<cfset var DSFile =
getSetting("TransferSettings").datasourceFile>
<cfset var TFile =
getSetting("TransferSettings").transferFile>
<cfset var Definitions = "/" &
getSetting("AppMapping") & "/" & getSetting("TransferSettings").Definitions>
http://www.luismajano.com/forums/index.cfm?event=ehMessages.dspMessages&threadid=5ABD21F7-FF65-CEF6-65B01B4C2290F03F