Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [equinox-dev] Autostarting Bundles

Chris,

 

Re:  autostarting bundles…

Recently there was some posts re: using p2.inf to specify product/feature CU’s.  I tried to follow the information provided on the Equinox/p2/GeneratingCUs wiki.  I guess I was bleeding edge with this as well since Pascal suggested I try this week’s I-Build.  I have, and still no joy.

 

Have you tried using a product associated p2.inf to set the “markStarted” for bundles?

 

 


The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.

From: equinox-dev-bounces@xxxxxxxxxxx [mailto:equinox-dev-bounces@xxxxxxxxxxx] On Behalf Of Chris Aniszczyk
Sent: Thursday, April 16, 2009 10:58 AM
To: Equinox development mailing list
Subject: Re: [equinox-dev] Autostarting Bundles

 

On Thu, Apr 16, 2009 at 8:35 AM, O'Flynn, Dennis <Dennis.OFlynn@xxxxxxxxxxxxx> wrote:

Chris,

FYI - I tried using the product def’n editor to set the bundles start levels.  I had a problem when using the “default” start level.  It set the entry in the config.ini to “@0”.  This caused an error when starting the server-side Eclipse environment.  Once I changed these to a specific start level (“@4”), everything did work.

BTW – I was surprised that bundles marked for started were defined via “osgi.bundles”, instead of setting CU’s to update the bundle.info.


You're on the bleeding edge a bit Dennis. I fixed that issue yesterday:
272361: don't write out 0 for start levels
https://bugs.eclipse.org/bugs/show_bug.cgi?id=272361

If you don't included simpleconfigurator in your product, everything will be on the osgi.bundles property. If you include simpleconfigurator, PDE should use it.

Let me know if we can help, we have had great success using product definitions to manage server side applications.

Cheers,

--
Chris Aniszczyk | EclipseSource Austin | +1 860 839 2465
http://twitter.com/eclipsesource | http://twitter.com/caniszczyk



Back to the top