Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-1.8.2.GA_P03
-
Fix Version/s: EE-1.8.2.GA_P04
-
Component/s: Framework
-
Labels:None
-
Environment:Push Server
Description
We should keep track of currently running tasks in the DefaultMessageService and these tasks should be made stoppable in order to do a clean shutdown or undeploy.
Issue Links
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Jack van Ooststroom [ jack.van.ooststroom ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #24888 | Thu Jun 23 12:45:56 MDT 2011 | jack.van.ooststroom | Fixed JIRA |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #24946 | Mon Jul 04 13:32:09 MDT 2011 | jack.van.ooststroom | Fixed JIRA |
Files Changed | ||||
![]() |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Issue Type | Bug [ 1 ] | Improvement [ 4 ] |
Salesforce Case | [] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
The DefaultMessageService now has a TaskManager included. Whenever one of the Tasks get executed it gets added to the TaskManager before execution and removed from the TaskManager after execution. Upon tearDown of the DefaultMessageService all Tasks still managed by the TaskManager get cancelled. Marking this one as FIXED.