--- old/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/resources/modeler.properties 2017-06-16 17:01:36.052660986 +0100 +++ new/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/resources/modeler.properties 2017-06-16 17:01:35.996660984 +0100 @@ -1,5 +1,5 @@ # -# Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -51,8 +51,8 @@ # {0} - feature class name, {1} - feature class name runtime.modeler.feature.conflict= Feature {0} in implementation conflicts with {1} in WSDL configuration # {0} - absolute class location -runtime.modeler.addressing.responses.nosuchmethod = JAX-WS 2.1 API is loaded from {0}, But JAX-WS runtime requires JAX-WS 2.2 API. \ - Use the endorsed standards override mechanism to load JAX-WS 2.2 API +runtime.modeler.addressing.responses.nosuchmethod = JAX-WS 2.1 API is loaded from {0}, But JAX-WS runtime requires JAX-WS 2.2 or newer API. \ + Use the standard override mechanism to load JAX-WS 2.2 or newer API. runtime.modeler.wsfeature.no.ftrconstructor=Annotation {0} is not recognizable, at least one constructor of {1} should be marked with @FeatureConstructor runtime.modeler.wsfeature.morethanone.ftrconstructor=Annotation {0} is illegal, Only one constructor of {1} can be marked as @FeatureConstructor runtime.modeler.wsfeature.illegal.ftrconstructor=Annotation {0} is illegal, In {1} @FeatureConstructor value doesn't match the constructor parameters