Re: [equinox-dev] Problem testing with JUnit - Equinox doesn't start

2009-06-12 Thread Thomas Watson
This is very strange. It appears the launch configuration is trying to set the start-level of the system bundle. Perhaps there is a PDE bug that allows that to happen. But I'm not even sure how to construct an osgi.bundles configuration property that would cause the launcher (EclispeStarter)

[equinox-dev] Re: Problem testing with JUnit - Equinox doesn't start

2009-06-12 Thread Markus Kolb
Thomas Watson tjwat...@... writes: This is very strange. It appears the launch configuration is trying to set the start-level of the system bundle. Perhaps there is a PDE bug that allows that to happen. But I'm not even sure how to construct an osgi.bundles configuration property that

Re: [equinox-dev] Re: Problem testing with JUnit - Equinox doesn't start

2009-06-12 Thread Chris Aniszczyk
Can you use a newer build of Eclipse? M20090211-1700 We had some start level related issues in PDE when we first started exposing them in the UI. These should have all been fixed by now with the release of Eclipse 3.5 Cheers, -- Chris Aniszczyk | EclipseSource Austin | +1 860 839 2465

[equinox-dev] Problem when running Equinox with Maven and OSP4J's Pax Construct when behind a proxy

2009-06-12 Thread Samad Lotia
Hello, I am trying to use Equinox with Maven and Pax Construct. When I type mvn pax:run, it correctly downloads all the bundles. However, Maven gets stuck when attempting to download Equinox: - Equinox 3.4.2 (v20081215-1030) : downloading... After ten minutes or so, Pax times out, saying that

[equinox-dev] Fw: Equinox Galileo Release 3.5

2009-06-12 Thread Thomas Watson
Yeah!! ;-) Tom - Forwarded by Thomas Watson/Austin/IBM on 06/12/2009 11:55 AM - | | From: | | --| |Wayne

Re: [equinox-dev] Problem when running Equinox with Maven and OSP4J's Pax Construct when behind a proxy

2009-06-12 Thread Alex Blewitt
This is a PAX issue, rather than Equinox. Indeed, Eclipse doesn't actually host the bundles on ibiblio at all ... they're put up by volunteers. You might try a pax-update from the PAX scripts to see if there is any updates. It may be that the Equinox version you've specified is no longer

[equinox-dev] Re: Problem testing with JUnit - Equinox doesn't start

2009-06-12 Thread Markus Kolb
Chris Aniszczyk z...@... writes: Can you use a newer build of Eclipse? I've installed the Galileo RC3 and updated. Now the problem is a new one ;-( Is this a problem of JUnit? java.lang.NoClassDefFoundError: Could not initialize class de.n4v.isphelperdb .jpa.EMIspHelper$Singleton at

[equinox-dev] Re: Problem testing with JUnit - Equinox doesn't start

2009-06-12 Thread Markus Kolb
Markus Kolb equinox062...@... writes: Chris Aniszczyk z...@... writes: Can you use a newer build of Eclipse? I've installed the Galileo RC3 and updated. Now the problem is a new one ;-( Is this a problem of JUnit? No, it is JPA related... So off topic stuff. The bug with PDE seems