Bug JDK-8004476 is fixed in Java 8, but I'm stuck in a Java 6/7 environment. My application, which launches through webstart using jnlp, includes an XSL transform and uses an extension namespace to link static methods. Launched locally, it works perfectly but per the bug, launch it via webstart and it can't find the methods.
Are there any known work arounds?