JDK-8065103 : configuration.properties contains spurious quote character
  • Type: Bug
  • Component: xml
  • Sub-Component: jax-ws
  • Affected Version: 8u40
  • Priority: P5
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2014-11-17
  • Updated: 2014-12-02
  • Resolved: 2014-12-02
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9Fixed
Related Reports
Relates :  
Description
The property "configuration.notBindingFile" in properties file
jaxws/drop/jaxws_src/src/com/sun/tools/internal/ws/resources/configuration.properties
contains an unnecessary double quote character.

The proposed fix is:
27c27
< configuration.notBindingFile=Ignoring: binding file "\"{0}\". It is not a jaxws or a jaxb binding file.
---
> configuration.notBindingFile=Ignoring: binding file \"{0}\". It is not a jaxws or a jaxb binding file.

Comments
Fixed together with JDK-8065870.
02-12-2014

fixed in upstream, in the next jdk9 integration will be fixed.
18-11-2014

The file in the JDK is at: <jdk9-dev>/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/resources/configuration.properties I see it also has the superfluous "
17-11-2014