[Bug 3689] DownloadService2 not registered in XServiceManagerStub
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Tue Feb 12 14:10:53 UTC 2019
https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3689
--- Comment #6 from jc.garcia.gomez at outlook.com ---
(In reply to JiriVanek from comment #3)
> Maybe you can prepare reproducer please? It will speed up a fix a lot.
> I had eyballed ITW, and the chage really should be strightforward. Only I'm
> hesitating with way, how to verify the fix.
I am very sorry, but I can't.
I don't have access to Internet at work. I have no means to upload even a
single JAR or a JNLP file.
The following code will always fail when executed as a JWS application in
current ITW version. Maybe you can reproduce it in some reproducer that you
already have.
public class TestDownloadService2Lookup {
import javax.jnlp.ServiceManager;
public static void main(String[] args) {
ServiceManager.lookup("javax.jnlp.DownloadService2");
}
}
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20190212/ccd1921c/attachment.html>
More information about the distro-pkg-dev
mailing list