tracker issue : CF-3335521

select a category, or use search below
(searches all categories and all time range)
Title:

[ANeff] Bug for: application task's mode becomes app name if paused via CF Admin

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)

Created: 09/22/2012

Components: Scheduler

Versions: 10.0

Failure Type:

Found In Build/Fixed In Build: Final / 283330

Priority/Frequency: Normal / Few users will encounter

Locale/System: English / Platforms All

Vote Count: 0

When an Application-mode task is paused via CF Admin, then its mode changes to become the application's name.

Repro steps:
1) Run this code (creates an application-mode task and dumps the details)

<cfschedule action="update" mode="application" task="myTask" startdate="1/1/2012" starttime="12:00 AM" interval="daily" url="http://a" />
<cfschedule action="list" mode="application" result="q" />
<cfdump var="#q#" />

2) See mode is "application" (good)

2) Pause the task via CF Admin
3) Run this code (dumps the details)

<cfschedule action="list" mode="application" result="q" />
<cfdump var="#q#" />

4) Bug: See mode is either a) the application's name -OR- b) [empty string] if task was created w/in an unnamed application

Note: This issue does not exist if the application-mode task was paused via cfschedule. This issue only exists if the application-mode task was paused via CF Admin.

Issue: Pausing/resuming an application-mode task in CF Admin should not change the task's mode to become the application's name. The only valid mode values should be "application" or "server".

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3335521

Keywords:
FixTested


External Customer Info:
External Company:  
External Customer Name: itisdesign
External Customer Email:

Attachments:

Comments: