Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 343992 - [remoteservices] make hello example bundle (lazy) start on classload
Summary: [remoteservices] make hello example bundle (lazy) start on classload
Status: RESOLVED FIXED
Alias: None
Product: ECF
Classification: RT
Component: ecf.examples (show other bugs)
Version: 3.5.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.5.1   Edit
Assignee: Scott Lewis CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 343689
  Show dependency tree
 
Reported: 2011-04-27 12:48 EDT by Scott Lewis CLA
Modified: 2011-04-27 13:59 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Lewis CLA 2011-04-27 12:48:27 EDT
Currently, the org.eclipse.ecf.examples.remoteservices.hello bundle (the hello example service bundle) does not have the manifest.mf flag set...i.e.

Bundle-ActivationPolicy: lazy

This should be added, so that if remote service admin loads one of the service interface classes (e.g. in response to a discovered remote service) that the bundle is started.
Comment 1 Scott Lewis CLA 2011-04-27 13:59:33 EDT
Fix pushed to master

http://git.eclipse.org/c/ecf/org.eclipse.ecf.git/commit/?id=ff13d179a43a5136436656819d33fd33865cfa5c

I'm hopeful that this fix, once tested on 3.6.2, will also fix bug 343689.