The OSGi integration layer currently contains this hack
// TODO: Hack, which registers the framework module with the
{@link ModularURLStreamHandlerFactory} String value = SystemPropertyActions.getProperty("jboss.protocol.handler.modules", "org.jboss.osgi.framework");
if (!value.equals("org.jboss.osgi.framework"))
value = value + "|org.jboss.osgi.framework";
System.setProperty("jboss.protocol.handler.modules", value);
- relates to
-
JBVFS-164 Add a URLStreamHandlerFactory service
- Resolved