jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/resources/wscompile.properties
changeset 27837 86d4f46e622a
parent 25871 b80b84e87032
child 42124 640a383428fb
equal deleted inserted replaced
27581:9fffb959eb41 27837:86d4f46e622a
     1 #
     1 #
     2 # Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
   160 #
   160 #
   161 wscompile.invalidOption=unrecognized parameter {0}
   161 wscompile.invalidOption=unrecognized parameter {0}
   162 wscompile.existingOption=Ignoring already defined option {0}\n
   162 wscompile.existingOption=Ignoring already defined option {0}\n
   163 wsimport.noSuchJaxbOption=no such JAXB option: {0}
   163 wsimport.noSuchJaxbOption=no such JAXB option: {0}
   164 
   164 
       
   165 wscompile.cant.get.compiler=No Java compiler found. Perhaps environment/JDK problem? \n Used JVM: {0}, {1}/{2}
       
   166 
   165 wscompile.error=error: {0}
   167 wscompile.error=error: {0}
   166 wscompile.warning=warning: {0}
   168 wscompile.warning=warning: {0}
   167 wscompile.info=info: {0}
   169 wscompile.info=info: {0}
   168 wscompile.duplicateOption=duplicate option: {0}
   170 wscompile.duplicateOption=duplicate option: {0}
   169 wscompile.noSuchDirectory=directory not found: {0}
   171 wscompile.noSuchDirectory=directory not found: {0}
   175 wsimport.missingFile=Missing WSDL_URI
   177 wsimport.missingFile=Missing WSDL_URI
   176 
   178 
   177 wsgen.invalid.protocol=\"{0}\" is not a supported protocol.  Supported protocols include: {1}.
   179 wsgen.invalid.protocol=\"{0}\" is not a supported protocol.  Supported protocols include: {1}.
   178 wsgen.invalid.transport=\"{0}\" is not a supported transport.  Supported transport includes: {1}.
   180 wsgen.invalid.transport=\"{0}\" is not a supported transport.  Supported transport includes: {1}.
   179 wsgen.class.not.found=Class not found: \"{0}\"
   181 wsgen.class.not.found=Class not found: \"{0}\"
   180 wsgen.could.not.create.file="Could not create file: "\{0}\"
   182 wsgen.could.not.create.file=Could not create file: \"{0}\"
   181 wsgen.missingFile=Missing SEI
   183 wsgen.missingFile=Missing SEI
   182 wsgen.soap12.without.extension=The optional protocol \"Xsoap1.2\" must be used in conjunction with the \"-extension\" option.
   184 wsgen.soap12.without.extension=The optional protocol \"Xsoap1.2\" must be used in conjunction with the \"-extension\" option.
   183 wsgen.protocol.without.extension=The optional protocol \"{0}\" must be used in conjunction with the \"-extension\" option.
   185 wsgen.protocol.without.extension=The optional protocol \"{0}\" must be used in conjunction with the \"-extension\" option.
   184 wsgen.wsdl.arg.no.genwsdl=The \"{0}\" option can only be in conjunction with the "-wsdl" option.
   186 wsgen.wsdl.arg.no.genwsdl=The \"{0}\" option can only be in conjunction with the "-wsdl" option.
   185 wsgen.servicename.missing.namespace=The service name \"{0}\" is missing a namespace.
   187 wsgen.servicename.missing.namespace=The service name \"{0}\" is missing a namespace.
   190 wsimport.NotAFileNorURL = \
   192 wsimport.NotAFileNorURL = \
   191     "{0}" is neither a file name nor an URL
   193     "{0}" is neither a file name nor an URL
   192 
   194 
   193 wsgen.cannot.gen.wsdl.for.non.soap.binding=wsgen can not generate WSDL for non-SOAP binding: {0} on Class {1}
   195 wsgen.cannot.gen.wsdl.for.non.soap.binding=wsgen can not generate WSDL for non-SOAP binding: {0} on Class {1}
   194 
   196 
   195 wsgen.cannot.gen.wsdl.for.soap12.binding=wsgen can not generate WSDL for SOAP 1.2 binding: {0} on class: {1}.\n
   197 wsgen.cannot.gen.wsdl.for.soap12.binding=wsgen can not generate WSDL for SOAP 1.2 binding: {0} on class: {1}.\
   196 Please specify \"-extension\" and \"-wsdl:protocol XSoap1.2\" switches. For example:\n\n
   198 Please specify \"-extension\" and \"-wsdl:protocol XSoap1.2\" switches. For example:\
   197 wsgen -wsdl:protocol XSoap1.2 -extenson {1}
   199 wsgen -wsdl:protocol XSoap1.2 -extenson {1}
   198 wsgen.inlineSchemas.only.with.wsdl=\"-inlineSchemas\" must be used in conjunction with the \"-wsdl\" option
   200 wsgen.inlineSchemas.only.with.wsdl=\"-inlineSchemas\" must be used in conjunction with the \"-wsdl\" option
   199 
   201 
   200 wsgen.no.webservices.class=wsgen did not find any class with @WebService annotation. Please specify @WebService annotation on {0}.
   202 wsgen.no.webservices.class=wsgen did not find any class with @WebService annotation. Please specify @WebService annotation on {0}.
   201 
   203 
   202 wsimport.no.wsdl=Failed to read the WSDL document: {0}, because 1) could not find the document; /\
   204 wsimport.no.wsdl=Failed to read the WSDL document: {0}, because 1) could not find the document; \
   203   2) the document could not be read; \
   205   2) the document could not be read; \
   204   3) the root element of the document is not <wsdl:definitions>.
   206   3) the root element of the document is not <wsdl:definitions>.
   205 
   207 
   206 wsimport.FailedToParse = \
   208 wsimport.FailedToParse = \
   207     Failed to parse "{0}": {1}
   209     Failed to parse "{0}": {1}
   228 # {0} - exception message, {1} - systemId (e.g. location of WSDL file) , {2} - path to metro authentication file e.g.: Server returned HTTP response code: 401 for URL: http://localhost:8080/myServer/mywebService?WSDL, "http://localhost:8080/myServer/mywebService?WSDL" needs authorization, please provide authorization file with read access at C:\Documents and Settings\user\.metro\auth or use -Xauthfile to give the authorization file and on each line provide authorization information using this format : http[s]://user:password@host:port//
   230 # {0} - exception message, {1} - systemId (e.g. location of WSDL file) , {2} - path to metro authentication file e.g.: Server returned HTTP response code: 401 for URL: http://localhost:8080/myServer/mywebService?WSDL, "http://localhost:8080/myServer/mywebService?WSDL" needs authorization, please provide authorization file with read access at C:\Documents and Settings\user\.metro\auth or use -Xauthfile to give the authorization file and on each line provide authorization information using this format : http[s]://user:password@host:port//
   229 wsimport.authInfoNeeded = \
   231 wsimport.authInfoNeeded = \
   230   {0},  "{1}" needs authorization, please provide authorization file with read access at {2} or use -Xauthfile to give the authorization file and on each line provide authorization information using this format : http[s]://user:password@host:port//<url-path>
   232   {0},  "{1}" needs authorization, please provide authorization file with read access at {2} or use -Xauthfile to give the authorization file and on each line provide authorization information using this format : http[s]://user:password@host:port//<url-path>
   231 
   233 
   232 wsimport.AUTH_INFO_LINENO = \
   234 wsimport.AUTH_INFO_LINENO = \
   233   "line {0} of {1}
   235   line {0} of {1}
   234 
   236 
   235 
   237 
   236 wsimport.ErrorMessage = \
   238 wsimport.ErrorMessage = \
   237         [ERROR] {0}
   239         [ERROR] {0}
   238 
   240