Is this a known issue? In my template.mf, I have the following directive:
Then, after the maven build (including the use of the bundlor plugin), this directive became:Code:Bundle-Classpath: .,lib/xhive.jar
When deployed in ServiceMix4/Felix, it fails miserably. The directive isn't recognized, so the classes in the included jar aren't found by the bundle classloader.Code:Bundle-Classpath: .,lib\xhive.jar


