Re: [equinox-dev] (no subject)

2014-10-29 Thread Cristiano Gavião
I wrongly pressed the button before complete the message, sorry. The question is, what is a good alternative to persistently identify a container in the network? 2014-10-29 16:07 GMT-02:00 Cristiano Gavião : > Iwould like to create a master table of installed OSGi framework > containers in the n

[equinox-dev] (no subject)

2014-10-29 Thread Cristiano Gavião
Iwould like to create a master table of installed OSGi framework containers in the network (using Zookeeper or other like it) and centralize configuration properties for them. Initially I thought about using the org.osgi.framework.Constants.FRAMEWORK_UUID property. But I found that this value is g

Re: [equinox-dev] Pass system properties to Equinox Servlet

2014-10-29 Thread Thomas Watson
When equinox is embedded in WAR it does not use system properties to back its configuration. This is because system properties are a VM singleton. Using system properties for configuration would risk colliding with other WARs that also embed equinox. This is why the config.ini and launch.ini

[equinox-dev] Pass system properties to Equinox Servlet

2014-10-29 Thread David Cao
Hello there, I have a bundle in Equinox Servlet in Tomcat that expects a value passed by a system properties. I can do it as a java vm -D argument. But I would like to find an alternate way using either launch.ini or config.ini. I tried appending this 2 line in launch.ini, -vmargs -Dmy.property=

[equinox-dev] Refresh a single bundle in Equinox Servlet

2014-10-29 Thread David Cao
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 redeploy