Re: unloading a DLL from the container

2014-03-18 Thread Frizz
I was just thinking: How to handle this in production environments? E.g. Imagine some of your bundles depend a DLL (or .so) and this DLL needs to be updated. So all you can do is replace the DLL, shutdown and restart the container? On Tue, Mar 18, 2014 at 10:06 AM, CLEMENT Jean-Philippe < jean-ph

RE: unloading a DLL from the container

2014-03-18 Thread CLEMENT Jean-Philippe
Hi, 1. As far as I know you cannot 2. Maybe GlueGen can help you (NativeLibrary) JP -Message d'origine- De : Frizz [mailto:frizzthe...@googlemail.com] Envoyé : mardi 18 mars 2014 06:35 À : users@felix.apache.org Objet : JNI: unloading a DLL from the container Hi there, I have a bundle