[Maven-bundle-plugin] Lock when deploying a bundle to an OBR

2013-10-27 Thread Benoît Thiébault
Hi everyone, I'm trying to deploy my bundles to an OBR I set up. So I added to the super POM of my project the following configuration in the section: org.apache.felix maven-bundle-plugin deploy reposit

Re: Security Warning: Felix with Java Web Start

2013-10-27 Thread Nicolas Roduit
I made more investigations and I managed to reproduce the issue with only the Felix framework (4.2.1 and 4.3). This warning dialog appears in framework/BundleWiringImpl.java (line 1320) when it try to find a class which doesn't exist "Class.forName("dalvik.system.DexFile");" I can reproduce

Re: Noob Help

2013-10-27 Thread Tommy Svensson
Hello Wade, I am assuming you are using the maven-bundle-plugin which is a wrapper around the bnd tool. This is a very good and useful tool, but sometimes it sees a bit much. It actually isn't bnd:s fault. It can't determine what is relevant and what is not. I had a very similar problem. Note