Request to change default BundleSymbolicName in ProxyGenerator
Status: Beta
Brought to you by:
rjan
Could ProxyGenerator be modified to generate a BundleSymbolicName which does not include whitespace. It looks as though Felix rejects any BundleSymbolicName with whitespace:
g! java.lang.IllegalArgumentException: Unable to parse header: R-OSGi Proxy Bundle generated for Endpoint r-osgi://192.168.56.1:9279#121
at org.apache.felix.framework.util.manifestparser.ManifestParser.parseStandardHeader(ManifestParser.java:2056)