Title:
action="list" returns handler path c:\path\to\MyCFC.cfc, but action="update" requires path.to.MyCFC
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 03/25/2012
Components: Scheduler
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: Public Beta / 282134
Priority/Frequency: Normal / Some users will encounter
Locale/System: English / Win All
Vote Count: 1
Currently, cfschedule action="update" requires a dot-notated path to the event handler CFC:
cfschedule doc said: The path you specify must be relative to webroot. For example, schedulerdemo.eventhandler.
However, action="list" only returns the C:\absolute\path\to\MyCFC.cfc
Therefore, the action="list" result info can’t be used to update a task, if the task has a handler.
Apparently CF knows the original dot-notated path, b/c CF Admin displays it.
Two suggestions:
1) action="list" should return both paths (full and dot)
2) action="update" should accept the full path
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3148749
External Customer Info:
External Company:
External Customer Name: itisdesign
External Customer Email:
Attachments:
Comments: