Uploaded image for project: 'JBoss Modules'
  1. JBoss Modules
  2. MODULES-339

JAXP redirection fails on 8u161, also in embedded scenarios

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • 1.8.0.Final
    • None
    • JAXP Redirection
    • None

      JAXP redirection does not succeed on Java 8u161 or embedded scenarios, because it relies on the __redirected classes being globally visible due to the usage of system properties. However, the __redirected package is not visible from the JDK itself, nor other user-defined class loaders.

      An alternative approach would be to intercept attempts to load classes from __redirected, as well as attempts to load service files for JAXP services. This allows every module to respect the environment default, and also allows embedded systems to continue to function.

              dlloyd@redhat.com David Lloyd
              dlloyd@redhat.com David Lloyd
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: