Status/Resolution/Reason: Closed/Deferred/EnhancementRequired
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 03/25/2012
Components: Scheduler
Versions: 10.0
Failure Type: Enhancement Request
Found In Build/Fixed In Build: Public Beta /
Priority/Frequency: Trivial / Few users will encounter
Locale/System: English / Win All
Vote Count: 0
When <cfschedule action="update" eventhandler="path.to.MyCFC" is ran, then apparently CF does this:
1) Stores original path.to.MyCFC value
2) Stores the expanded version (ex: c:\path\to\MyCFC.cfc)
Thus, when updating this task via CF Admin, this happens:
3) Add/Edit Task page populates the eventhandler input field w/ "path.to.MyCFC"
4) Upon submit, it passes only "path.to.MyCFC" to the action page (does not pass c:\path\to\MyCFC.cfc to the action page)
5) The action page gets "path.to.MyCFC" and looks around the system in C:\inetpub\wwwroot and C:\ColdFusion10\cfusion\wwwroot for this file/path.
6) Throws error "Eventhandler MyCFC does not implement required interface" b/c it cannot find the handler MyCFC.cfc
Thus, the Add/Edit Task page probably needs two event handler input fields (absolute and dot). And the absolute path input field should probably have a file picker. Sound good?
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3148745
External Customer Info:
External Company:
External Customer Name: itisdesign
External Customer Email:
Attachments:
Comments: