[equinox-dev] Caused by: org.osgi.framework.BundleException: State change in progress for bundle...by thread OSGi Console

2008-04-04 Thread Jacek Laskowski
Hi, Why do I face the following exception: [EMAIL PROTECTED] /cygdrive/c/projs/osgi/spring-osgi-install $ java -jar c:/apps/eclipse/plugins/org.eclipse.osgi_3.4.0.v20080205.jar -console osgi ss Framework is launched. id State Bundle 0 ACTIVE

RE: [equinox-dev] [prov] p2 filtering

2008-04-04 Thread Haigermoser, Helmut
Ciao Susan :) Thanks a lot for your answers. We certainly want to use that query context, this can aid us in these two aspects: - entitlement - UI selection / custom selection Is this code going to be released to HEAD any time soon? I was about to start work on our custom query provider basically

Re: [equinox-dev] Caused by: org.osgi.framework.BundleException: State change in progress for bundle...by thread OSGi Console

2008-04-04 Thread Lukasz Bobowiec
Hi Jacek, I think this is some threading issue. First of all remember that in the start/stop methods of BundleActivator you shouldn't spawn a long running task (just use a new Thread to do this). In the javadoc to org.osgi.framework.BundleActivator#start() method is written: Called when this

Re: [equinox-dev] Caused by: org.osgi.framework.BundleException: State change in progress for bundle...by thread OSGi Console

2008-04-04 Thread Thomas Watson
Hi Lukasz's solution assumes that the bundle you are installing will eventually enter the RESOLVED state. This is not going to happen automatically. You would have to run a PackageAdmin.resolveBundles to make the bundle resolve. The actual exception seems to be occurring because the second

Re: [equinox-dev] The RCP-delta feature

2008-04-04 Thread Thomas Watson
Hi Thomas, Are you wanting a feature to install the RCP-delta packs or a feature that contains only the launchers? The launchers for the various platforms are available from the equinox download page at http://download.eclipse.org/eclipse/equinox/drops/S-3.4 M6-200803301350/index.php But I

[equinox-dev] [prov] p2 source plug-ins

2008-04-04 Thread Haigermoser, Helmut
Ciao Guys :) Just tried to use the official M6 plug-ins from my target platform to check something and found no source during debugging, guess adding the source plug-ins to the SDK is on your list already but wanted to make sure ... HTH, Ciao, hh ___

Re: [equinox-dev] [prov] p2 source plug-ins

2008-04-04 Thread Pascal Rapicault
Yes it is a known bug. | | From: | | | |Haigermoser, Helmut [EMAIL PROTECTED]

[equinox-dev] pack200 M5 question

2008-04-04 Thread Janet Dmitrovich
Using the example on this page http://wiki.eclipse.org/index.php/Pack200 Specifically : java -jar /eclipse/startup.jar -application org.eclipse.update.core.siteOptimizer -jarProcessor -processAll -repack -sign signing-script.sh -outputDir ./out sample.jar For Eclipse 3.2.x - this seems to work

Re: [equinox-dev] pack200 M5 question

2008-04-04 Thread Andrew Niefer
Janet, Changing startup.jar to org.eclipse.equinox.launcher should work, note that you need to make sure you reference the actual jar in your install which will have a version number on it. Eg: java -jar /eclipse/plugins/org.eclipse.equinox.launcher_1.0.100.v20080303.jar -application

[equinox-dev] Project meta data is out of date for eclipse.equinox

2008-04-04 Thread portal on behalf of emo
Projects are required to keep meta data up to date using the MyFoundation Portal (http://portal.eclipse.org/). The following problems were found with this project's meta-data: * Project home page does not have an About This Project or Information about project item at the top of the left menu.