Hi,
We are currently using Eclipse IDE to develop and test OSGi bundles but we use Felix to run those bundles in a production environment. I would love to swap out Equinox and replace with Felix as it has a much faster startup time and gives us the benefit of the OBR. However, the thing that is stopping us is the requirement to compile and package the test bundle before starting Felix. Equinox has an override that allows it to load classes from the "source"project. How can I replicate this behaviour in Felix, ie do not require the pre packaging as some of these bundles are huge and take time to repackage every time we launch the test. From the research I have done, this is not possible in Felix as it stands. Is there a hidden way?

I am likely to hack/extend the Felix code (and republish) to provide this "development environment" workaround as the benefits for us will be huge. Would someone give me a starter or a better way of doing this?

Cheers,

Michael Baylis

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@felix.apache.org
For additional commands, e-mail: users-h...@felix.apache.org

Reply via email to