src/share/jaxws_classes/com/sun/xml/internal/ws/resources/server.properties

changeset 286
f50545b5e2f1
child 368
0989ad8c0860
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/share/jaxws_classes/com/sun/xml/internal/ws/resources/server.properties	Tue Mar 06 16:09:35 2012 -0800
     1.3 @@ -0,0 +1,136 @@
     1.4 +#
     1.5 +# Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.7 +#
     1.8 +# This code is free software; you can redistribute it and/or modify it
     1.9 +# under the terms of the GNU General Public License version 2 only, as
    1.10 +# published by the Free Software Foundation.  Oracle designates this
    1.11 +# particular file as subject to the "Classpath" exception as provided
    1.12 +# by Oracle in the LICENSE file that accompanied this code.
    1.13 +#
    1.14 +# This code is distributed in the hope that it will be useful, but WITHOUT
    1.15 +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    1.16 +# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    1.17 +# version 2 for more details (a copy is included in the LICENSE file that
    1.18 +# accompanied this code).
    1.19 +#
    1.20 +# You should have received a copy of the GNU General Public License version
    1.21 +# 2 along with this work; if not, write to the Free Software Foundation,
    1.22 +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    1.23 +#
    1.24 +# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    1.25 +# or visit www.oracle.com if you need additional information or have any
    1.26 +# questions.
    1.27 +#
    1.28 +
    1.29 +soapdecoder.err=Error in decoding SOAP Message
    1.30 +server.rt.err=Server Runtime Error: {0}
    1.31 +soapencoder.err=Error in encoding SOAP Message
    1.32 +
    1.33 +annotation.only.once=Only one method should have the annotation \"{0}\"
    1.34 +not.zero.parameters=Method \"{0}\" shouldn''t have any arguments
    1.35 +
    1.36 +wrong.field.type=Incorrect type for field \"{0}\"
    1.37 +wrong.no.parameters=Incorrect no of arguments for method \"{0}\"
    1.38 +wrong.parameter.type=Incorrect argument types for method \"{0}\"
    1.39 +
    1.40 +can.not.generate.wsdl=Cannot generate WSDL for binding \"{0}\"
    1.41 +generate.non.standard.wsdl=Generating non-standard WSDL for the specified binding
    1.42 +null.implementor=Implementor cannot be null
    1.43 +
    1.44 +runtime.wsdl.patcher=error while patching WSDL related document
    1.45 +
    1.46 +# {0} - class name
    1.47 +not.implement.provider=\"{0}\" doesn't implement Provider
    1.48 +# {0} - class name
    1.49 +provider.not.parameterized=\"{0}\" implements Provider but doesn't specify the type parameter
    1.50 +# {0}, {1} - class name e.g.: "class foo.bar.ClassImpl" implements Provider but its type parameter interface foo.bar.Iface is incorrect
    1.51 +provider.invalid.parameterType=\"{0}\" implements Provider but its type parameter {1} is incorrect
    1.52 +
    1.53 +wsdl.required=wsdl is required
    1.54 +service.name.required=Service QName is not found
    1.55 +port.name.required=Port QName is not found
    1.56 +wrong.tns.for.port=Port namespace {0} doesn't match Service namespace {1}
    1.57 +
    1.58 +# {0} - probably URL/port of a server
    1.59 +already.http.server=There is already a HTTP server at : {0}\
    1.60 +# {0} - probably URL/port of a server
    1.61 +already.https.server=There is already a HTTPS server at : {0}
    1.62 +#not.HttpContext.type=Required com.sun.net.httpserver.HttpContext. Got : {0}
    1.63 +
    1.64 +not.know.HttpContext.type=Doesn''t support Endpoint.publish({0}). Known context types are {1}, and {2}
    1.65 +
    1.66 +duplicate.primary.wsdl=Metadata has more than one WSDL that has Service definition for the endpoint. WSDL={0} is one such WSDL.
    1.67 +duplicate.abstract.wsdl=Metadata has more than one WSDL that has PortType definition for the endpoint. WSDL={0} is one such WSDL.
    1.68 +
    1.69 +# Wrapped into an Exception. Not concatenated with any other string.
    1.70 +runtime.parser.classNotFound=class not found in runtime descriptor: {0}
    1.71 +# Wrapped into an Exception. Not concatenated with any other string.
    1.72 +runtime.parser.xmlReader=error parsing runtime descriptor: {0}
    1.73 +# Usage not found. TODO Remove
    1.74 +#runtime.parser.invalidReaderState=error parsing runtime descriptor: {0}
    1.75 +runtime.parser.unexpectedContent=unexpected content in runtime descriptor (line {0})
    1.76 +runtime.parser.invalidElement=invalid element \"{1}\" in runtime descriptor (line {0})
    1.77 +runtime.parser.invalidAttributeValue=invalid value for attribute \"{2}\" of element \"{1}\" in runtime descriptor (line {0})
    1.78 +runtime.parser.invalidVersionNumber=unsupported runtime descriptor version: {2}
    1.79 +runtime.parser.missing.attribute=missing attribute \"{2}\" in element \"{1}\" of runtime descriptor (line {0})
    1.80 +runtime.parser.invalid.attribute.value=invalid attribute value \"{1}\" in runtime descriptor (line {0})
    1.81 +runtime.parser.missing.attribute.no.line=missing attribute \"{2}\" in element \"{1}\" of runtime descriptor
    1.82 +runtime.parser.wrong.element=found element \"{1}\", expected \"{2}\" in runtime descriptor (line {0})
    1.83 +runtime.parser.wsdl.not.found={0} is not found in the WAR file. Package it in the WAR file or correct it in sun-jaxws.xml.
    1.84 +runtime.parser.wsdl=exception during WSDL parsing: {0}
    1.85 +runtime.saxparser.exception={0}\n{1}
    1.86 +# Usage not found. TODO Remove
    1.87 +#runtime.parser.wsdl.noservice=can\'t apply binding! service {0} not found in the WSDL {1}
    1.88 +# Usage not found. TODO Remove
    1.89 +#runtime.parser.wsdl.nobinding=can\'t apply binding! no binding found for binding ID {0} for service {1} in WSDL {2}
    1.90 +runtime.parser.wsdl.multiplebinding=multiple bindings found for binding ID {0} for service {1} in WSDL {2}
    1.91 +runtime.parser.wsdl.noservice.in.wsdlmodel=There is an error in processing the WSDL {0} and no valid services are found.
    1.92 +runtime.parser.wsdl.incorrectservice=could not get binding from WSDL! service: {0} not found in the WSDL {1}.\n\
    1.93 +  It could be because service name does not match WSDL''s wsdl:service name:\n\
    1.94 +    1. service name is not there in deployment descriptor OR\n\
    1.95 +    2. Either there is a typo in deployment descriptor''s service name OR\n\
    1.96 +    3. The computed names from @WebService do not match wsdl:service name\n\
    1.97 +  OR\n\
    1.98 +    1. There is an error while parsing the wsdl and Service with name {0} is not found in the WSDLModel.\n\
    1.99 +  Suggest doing the following:\n\
   1.100 +    1. Add/Correct entries for service name in deployment descriptor OR \n\
   1.101 +    2. Specify targetNamespace, serviceName in @WebService on the endpoint class
   1.102 +
   1.103 +runtime.parser.wsdl.incorrectserviceport=could not get binding from WSDL! service: {0} or port {1} not found in the WSDL {2}.\n\
   1.104 +  It could be because service and port names do not match WSDL''s wsdl:service and wsdl:port names:\n\
   1.105 +    1. service and port names are not there in deployment descriptor OR\n\
   1.106 +    2. Either there is a typo in deployment descriptor''s service and port names OR\n\
   1.107 +    3. The computed names from @WebService do not match wsdl:service and wsdl:port names\n\
   1.108 +  Suggest doing the following:\n\
   1.109 +    1. Add/Correct entries for service and port names in deployment descriptor OR \n\
   1.110 +    2. Specify targetNamespace, serviceName, portName in @WebService on the endpoint class
   1.111 +
   1.112 +stateful.cookie.header.required=This is a stateful web service and {0} header is required.
   1.113 +stateful.cookie.header.incorrect=Invalid/expired {0} header value: {1}
   1.114 +stateful.invalid.webservice.context=Not a WebServiceContext from JAX-WS RI: {0}
   1.115 +stateful.requres.addressing=Stateful web service {0} requires the WS-Addressing support to be enabled. Perhaps you are missing @Addressing
   1.116 +
   1.117 +no.current.packet=This thread is not currently processing any web service request.
   1.118 +
   1.119 +# {0} - class name. {1} - annotation type class name, {2} - class name e.g.: Unable to instantiate class foo.Bar (which is specified in foo.Bar1 on class foo.Bar2)
   1.120 +failed.to.instantiate.instanceResolver=Unable to instantiate {0} (which is specified in {1} on {2})
   1.121 +
   1.122 +static.resource.injection.only=Static resource {0} cannot be injected to non-static "{1}"
   1.123 +
   1.124 +dd.mtom.conflict = Error in Deployment Descriptor : MTOM Configuration in binding {0} conflicts with enable-mtom attribute value {1}
   1.125 +
   1.126 +# {0} - qname of an element
   1.127 +dispatch.cannotFindMethod=Cannot find dispatch method for {0}
   1.128 +non.unique.dispatch.qname=Non unique body parts! In a port, as per BP 1.1 R2710 operations must have unique \
   1.129 +  operation signature on the wire for successful dispatch. Methods {0} have the \
   1.130 +  same request body block {1}. Method dispatching may fail, runtime will try to \
   1.131 +  dispatch using SOAPAction. Another option is to enable AddressingFeature to enabled runtime to uniquely identify \
   1.132 +  WSDL operation using wsa:Action header.
   1.133 +
   1.134 +unsupported.contentType=Unsupported Content-Type: {0} Supported ones are: {1}
   1.135 +no.contentType=Request doesn't have a Content-Type
   1.136 +unsupported.charset=Unsupported charset "{0}" in the received message''s Content-Type
   1.137 +duplicate.portKnownHeader=Received SOAP message contains duplicate header: {0} for a bound parameter
   1.138 +
   1.139 +runtimemodeler.invalidannotationOnImpl=Invalid annotation: {0} on endpoint implementation class \"{1}\" - will be ignored. \"{1}\" is annotated with @WebService(endpointInterface=\"{2}\"}, it must not be annotated with {0}, to fix it - put this annotation on the SEI {2}.

mercurial