Hi !

I'm trying to use the wrappedBundle() function when adding some provisions
to the pax exam configuration. As I need a specific bundle symbolic name, I
use the bundleSymbolicName() function like this :

CoreOptions.provision(CoreOptions.wrappedBundle(CoreOptions.maven("asm",
"asm",
"3.3.1").getURL()).bundleSymbolicName("org.objectweb.asm").bundleVersion("3.3.1")),

Unfortunatly, in the MANIFEST file generated, here is what I get :

Bundle-SymbolicName:
wrap_mvn_asm_asm_3.3.1_Bundle-SymboliName_org.objectweb.asm
Bundle-SymboliName: org.objectweb.asm

So, of course, I don't succeed to use this bundle with the symbolic name
"org.objectweb.asm"

I'm wondering if I do something wrong or if there is a little bug in the
wrapp protocole.

Regards,

Bigz
_______________________________________________
general mailing list
general@lists.ops4j.org
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to