Hi Does it seem to you as well that felix.utils.manifest.Parser should allow for empty header values.
http://www.mail-archive.com/[email protected]/msg13012.html
From: Harald Wellmann Hi Martin, neither the JAR Manifest spec nor the OSGi Core Spec does explicitly forbid manifest headers with empty values. The Meta-Persistence: header of the JPA Service Spec (OSGi Enterprise) is a positive example allowing an empty value. The problem you're having seems to be caused by Karaf or one of its dependencies. The root cause may be the following class: http://grepcode.com/file/repo1.maven.org/maven2/org.apache.felix/org.apache.felix.utils/1.2.0/org/apache/felix/utils/manifest/Parser.java?av=f
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

