[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[eclipselink-users] Re: rcp, osgi, and dynamic weaving
|
- From: "Ted Pricer" <ted.pricer@xxxxxxxxx>
- Date: Tue, 19 Aug 2008 15:40:56 -0400
- Delivered-to: eclipselink-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=LRtfcqVgVyRJO208fL2vI3n/zFLatLPmQNFU20my7VE=; b=YpkTH9zPT5feFeu/vhkxbJXvctRnYs9qVIBdqtWBp1YaKJbXPz0gB7q+xVUEeisOKF nt0pGOX+3docBIPJ7oZOZ6WpeYqayyJV93YpIrRwQ32M/7SuZ+H/vZt4Z4wMuDu09YeY yvXvkx9xWui0qPoTbJBZBO/BeXm/ojYiZUgko=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=x5slaWkwl0WWtQj4p0SLWKclU9z7tzM06Sdcf1Lt8vjHKtyu0YgwTxJ90gV4yO28Jw ZxfWvqtE/4vtZmBPkdxTULItcTQe7tIhH8P42SH5eiC+JRrvy/bI9Hy8geFTtpNxkE6r W9Xh3FXnlvyG710qZwl+d5tj8EoVWEeHJwSE8=
This is a continuation of a discussion started in the
eclipse.rt.eclipselink newsgroup:
Shaun,
I think the way to start a specific service is to specify the
containing bundle in the osgi.bundles section of config.ini file (or
just as a system property) with an entry such as:
osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@4:start,org.eclipse.core.runtime@start,org.eclipse.eclipselinkbundletostart:start
Substituting for org.eclipse.eclipselinkbundletostart.
Which bundle includes the service that needs to start for dynamic
weaving to work?
Ted