I am total novice with OSGi and this is my first experiment. I turned my application into set of bundles and it was successful except for one issue. I have piece of code where I do something like that url.openConnection (proxy); and here I've got UnsupportedOperationException. Apparently something is getting messed up in between OSGi and java.protocol.handler.pkgs system property. I made several unsuccessful attempts to fix it but eventually only way I managed to make it work is by setting "felix.service.urlhandlers" to "false". I think this is a wrong way to do it. What would be the right way and also what functionality did I loose by setting this property to "false"
Alex --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

