I am migrating my coldfusion application from version 7 to version 10. And I am using Coldspring frame work also. In this application I am calling a cfc method through this framework ,which method is used for updating database . But In coldfusion 10 this method is calling in a particular interval without doing any thing so the database is updating unwantedly.
As per my analysis I assume that this is an issue with ColdSpring frame work and that too in Coldfusion 10.Because this is working fine in older verion ie Coldfusion7.
Any help is well appreciated.