Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] Refresh a single bundle in Equinox Servlet

Hello there,

We have Equinox LunaRC4 running in Tomcat Servlet bridge. Since we could not have OSGi console in production, we use Felix Webconsole 4.2.2 to manage bundles. 

One problem now is if we just want to refresh one changed bundle, we have to do it via sp_redeploy via servlet which redeploys every bundle. (Felix webconsole does not help either; but I will ask them seperately)

So, is there an Equinox native way to automatically detect a bundle jar update and refresh the single bundle?

thanks!
David

Back to the top