[equinox-dev] new to OSGI: question about hot-swapping

2008-06-03 Thread Dominik Pich
Hi, Im new to Equinox and OSGI and am mainly trying to leverage OSGI's hot- swapping feature. I wonder about one thing in this context: 1. what happens when I hot-deploy a NEW version of my bundle WHILE the old one is still working? Will Equinox automatically delay deploying the new one?

[equinox-dev] classnotfound exception

2008-06-03 Thread nebulae
Hi, I'm getting this SAXParser not found exception but when Iook at the iformation given by jdom bundle I clearly see org.apache.xerces.parsers; version=0.0.0[EMAIL PROTECTED]:file:xerces.jar/ [8]. What am I missing here? output for xerces == osgi bundle 8 [EMAIL

[equinox-dev] RE: Need help building a product with p2

2008-06-03 Thread Warren.Paul
I finally have the p2 director running and generating good data. Unfortunately, I don't know what fixed it. :) The cmd line is exactly the same. I was getting JVM terminated dialogs after the p2 director ran for a couple of minutes. I rebooted my machine, installed RC3 (from RC2), and tried

Re: [equinox-dev] new to OSGI: question about hot-swapping

2008-06-03 Thread Thomas Watson
Hi Dominik, You should consider asking general OSGi questions on the OSGi Developer Mail List [EMAIL PROTECTED]. When updating a bundle, the old version gets stopped but the classloader and contents are still available to load classes from. Any clients which import packages from the updated

[equinox-dev] [p2] project reload

2008-06-03 Thread DJ Houghton
If you have the SAT4J projects loaded into your workspace, read on. Otherwise ignore. Just a heads-up, we have replaced the contents of the SAT4J projects in the Orbit repository and if you sync and you catch up to the changes, it may not work correctly... you may see errors in your workspace.