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
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
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
3 matches
Mail list logo