Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8073374

Re-examine jdk.xml.ws dependency on java.xml.ws SOAPNamespaceConstants

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • xml
    • b53

        src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/wsdl/document/soap/SOAPConstants.java

        public static final String URI_ENVELOPE = SOAPNamespaceConstants.ENVELOPE;

        This dependency requires a qualified export of com.sun.xml.internal.ws.encoding.soap.streaming package from java.xml.ws to jdk.xml.ws module which is currently missing in modules.xml.

        maybe another option is to replace it with
            public static final String URI_ENVELOPE = "http://schemas.xmlsoap.org/soap/envelope/";

              mchung Mandy Chung (Inactive)
              mchung Mandy Chung (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: