The property "wsimport.no.wsdl" in property file
src/share/jaxws_classes/com/sun/tools/internal/ws/resources/wscompile.properties
contains an unnecessary "/" character.
The proposed fix is
168c168
< wsimport.no.wsdl=Failed to read the WSDL document: {0}, because 1) could not find the document; /\
---
> wsimport.no.wsdl=Failed to read the WSDL document: {0}, because 1) could not find the document; \
src/share/jaxws_classes/com/sun/tools/internal/ws/resources/wscompile.properties
contains an unnecessary "/" character.
The proposed fix is
168c168
< wsimport.no.wsdl=Failed to read the WSDL document: {0}, because 1) could not find the document; /\
---
> wsimport.no.wsdl=Failed to read the WSDL document: {0}, because 1) could not find the document; \
- relates to
-
JDK-8065870 Update JAX-WS RI integration to latest version (2.2.11-b141124.1933)
-
- Resolved
-