# HG changeset patch # User lancea # Date 1494005528 14400 # Node ID 912cf69806d518c5af7fba30b340c4cb5458dd22 # Parent e66ea56c8751e436364e36b6d6a1bf2a3ac7e739 8179566: Add additional jaxws messages to be translated Reviewed-by: alanb, mchung diff -r e66ea56c8751 -r 912cf69806d5 src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/resources/newmessages.properties --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/resources/newmessages.properties Fri May 05 13:32:08 2017 -0400 @@ -0,0 +1,6 @@ +wrapperTask.needEndorsed=\ +You are running on JDK6 or newer which comes with JAX-WS {0} API, but this tool requires JAX-WS {1} or newer API. Use \ +the standard override mechanism. + +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. \ No newline at end of file