History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RHQ-547
Type: New Feature New Feature
Status: Accepted Accepted
Priority: Major Major
Assignee: Unassigned
Reporter: Jason Dobies
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
RHQ Project

Add ability to schedule a deployment for the future

Created: 09/Jun/08 09:20 AM   Updated: 29/Jul/08 08:26 PM
Component/s: FX - Content
Fix Version/s: 1.2

Time Tracking:
Not Specified

Date of First Response: 19/Jul/08 07:04 PM


 Description  « Hide
Details to be flushed out.

Keep in mind the use case has been for EARs/WARs, which are not done through the normal package deployment but rather through the create resource workflow.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order

Joseph Marques - 19/Jul/08 07:04 PM
i think this is important enough to shoot for 1.1, and we already most of the back- and front-end infrastructure for it.

back-end: just gotta create a new class (the quartz job) and a new method on the content manager (to gather job data and insert into the quartz table). the job will call into existing content interfaces to carry out the work.

front-end: we have a reusable JSF scheduler component that interacts with the quartz API. the only substantial UI piece that needs to be written is the "create new" page (that embedded the scheduler component), and the "view schedules" page to display the list of current content schedules.

Greg Hinkle - 29/Jul/08 08:26 PM
This is a bit too large for this release.