Bug 132495 - [jobs] Jobs bundle does not restart correctly
Summary: [jobs] Jobs bundle does not restart correctly
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Runtime (show other bugs)
Version: 3.2   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 3.2 M6   Edit
Assignee: platform-runtime-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2006-03-19 23:52 EST by Simon Kaegi CLA
Modified: 2006-08-23 15:33 EDT (History)
0 users

See Also:


Attachments
patch explicitly calls JobOsgiUtils.openServices in JobActivator.start(...) (1.47 KB, patch)
2006-03-19 23:57 EST, Simon Kaegi CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Kaegi CLA 2006-03-19 23:52:36 EST
JobOSGiUtils will only initialize services the first time it's started. If the bundle is restarted theses services will never be available again. JobOSGiUtils should be participating in the bundle lifecycle. Very similar to bug 118471
Comment 1 Simon Kaegi CLA 2006-03-19 23:57:48 EST
Created attachment 36581 [details]
patch explicitly calls JobOsgiUtils.openServices in JobActivator.start(...)
Comment 2 DJ Houghton CLA 2006-03-20 07:00:39 EST
Fixed in HEAD. 
Thanks.
Comment 3 Jeff McAffer CLA 2006-03-29 22:41:44 EST
[contributed patch applied]
Comment 4 Thomas Watson CLA 2006-08-23 15:33:35 EDT
Adding the keyword "contributed" to released patches contributed by the community.