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

Fri, 14 Feb 2014 11:13:45 +0100

author
mkos
date
Fri, 14 Feb 2014 11:13:45 +0100
changeset 515
6cd506508147
parent 368
0989ad8c0860
child 637
9c07ef4934dd
permissions
-rw-r--r--

8026188: Enhance envelope factory
Summary: Avoiding caching data initialized via TCCL in static context; fix also reviewed by Alexander Fomin
Reviewed-by: ahgross, mgrebac, skoivu

ohair@286 1 #
alanb@368 2 # Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
ohair@286 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
ohair@286 4 #
ohair@286 5 # This code is free software; you can redistribute it and/or modify it
ohair@286 6 # under the terms of the GNU General Public License version 2 only, as
ohair@286 7 # published by the Free Software Foundation. Oracle designates this
ohair@286 8 # particular file as subject to the "Classpath" exception as provided
ohair@286 9 # by Oracle in the LICENSE file that accompanied this code.
ohair@286 10 #
ohair@286 11 # This code is distributed in the hope that it will be useful, but WITHOUT
ohair@286 12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
ohair@286 13 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
ohair@286 14 # version 2 for more details (a copy is included in the LICENSE file that
ohair@286 15 # accompanied this code).
ohair@286 16 #
ohair@286 17 # You should have received a copy of the GNU General Public License version
ohair@286 18 # 2 along with this work; if not, write to the Free Software Foundation,
ohair@286 19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
ohair@286 20 #
ohair@286 21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
ohair@286 22 # or visit www.oracle.com if you need additional information or have any
ohair@286 23 # questions.
ohair@286 24 #
ohair@286 25
ohair@286 26 soapdecoder.err=Error in decoding SOAP Message
ohair@286 27 server.rt.err=Server Runtime Error: {0}
ohair@286 28 soapencoder.err=Error in encoding SOAP Message
ohair@286 29
ohair@286 30 annotation.only.once=Only one method should have the annotation \"{0}\"
ohair@286 31 not.zero.parameters=Method \"{0}\" shouldn''t have any arguments
ohair@286 32
ohair@286 33 wrong.field.type=Incorrect type for field \"{0}\"
ohair@286 34 wrong.no.parameters=Incorrect no of arguments for method \"{0}\"
ohair@286 35 wrong.parameter.type=Incorrect argument types for method \"{0}\"
ohair@286 36
ohair@286 37 can.not.generate.wsdl=Cannot generate WSDL for binding \"{0}\"
ohair@286 38 generate.non.standard.wsdl=Generating non-standard WSDL for the specified binding
ohair@286 39 null.implementor=Implementor cannot be null
ohair@286 40
ohair@286 41 runtime.wsdl.patcher=error while patching WSDL related document
ohair@286 42
ohair@286 43 # {0} - class name
ohair@286 44 not.implement.provider=\"{0}\" doesn't implement Provider
ohair@286 45 # {0} - class name
ohair@286 46 provider.not.parameterized=\"{0}\" implements Provider but doesn't specify the type parameter
ohair@286 47 # {0}, {1} - class name e.g.: "class foo.bar.ClassImpl" implements Provider but its type parameter interface foo.bar.Iface is incorrect
ohair@286 48 provider.invalid.parameterType=\"{0}\" implements Provider but its type parameter {1} is incorrect
ohair@286 49
ohair@286 50 wsdl.required=wsdl is required
ohair@286 51 service.name.required=Service QName is not found
ohair@286 52 port.name.required=Port QName is not found
ohair@286 53 wrong.tns.for.port=Port namespace {0} doesn't match Service namespace {1}
ohair@286 54
ohair@286 55 # {0} - probably URL/port of a server
ohair@286 56 already.http.server=There is already a HTTP server at : {0}\
ohair@286 57 # {0} - probably URL/port of a server
ohair@286 58 already.https.server=There is already a HTTPS server at : {0}
ohair@286 59 #not.HttpContext.type=Required com.sun.net.httpserver.HttpContext. Got : {0}
ohair@286 60
ohair@286 61 not.know.HttpContext.type=Doesn''t support Endpoint.publish({0}). Known context types are {1}, and {2}
ohair@286 62
ohair@286 63 duplicate.primary.wsdl=Metadata has more than one WSDL that has Service definition for the endpoint. WSDL={0} is one such WSDL.
ohair@286 64 duplicate.abstract.wsdl=Metadata has more than one WSDL that has PortType definition for the endpoint. WSDL={0} is one such WSDL.
ohair@286 65
ohair@286 66 # Wrapped into an Exception. Not concatenated with any other string.
ohair@286 67 runtime.parser.classNotFound=class not found in runtime descriptor: {0}
ohair@286 68 # Wrapped into an Exception. Not concatenated with any other string.
ohair@286 69 runtime.parser.xmlReader=error parsing runtime descriptor: {0}
ohair@286 70 # Usage not found. TODO Remove
ohair@286 71 #runtime.parser.invalidReaderState=error parsing runtime descriptor: {0}
ohair@286 72 runtime.parser.unexpectedContent=unexpected content in runtime descriptor (line {0})
ohair@286 73 runtime.parser.invalidElement=invalid element \"{1}\" in runtime descriptor (line {0})
ohair@286 74 runtime.parser.invalidAttributeValue=invalid value for attribute \"{2}\" of element \"{1}\" in runtime descriptor (line {0})
ohair@286 75 runtime.parser.invalidVersionNumber=unsupported runtime descriptor version: {2}
ohair@286 76 runtime.parser.missing.attribute=missing attribute \"{2}\" in element \"{1}\" of runtime descriptor (line {0})
ohair@286 77 runtime.parser.invalid.attribute.value=invalid attribute value \"{1}\" in runtime descriptor (line {0})
ohair@286 78 runtime.parser.missing.attribute.no.line=missing attribute \"{2}\" in element \"{1}\" of runtime descriptor
ohair@286 79 runtime.parser.wrong.element=found element \"{1}\", expected \"{2}\" in runtime descriptor (line {0})
ohair@286 80 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.
ohair@286 81 runtime.parser.wsdl=exception during WSDL parsing: {0}
ohair@286 82 runtime.saxparser.exception={0}\n{1}
ohair@286 83 # Usage not found. TODO Remove
ohair@286 84 #runtime.parser.wsdl.noservice=can\'t apply binding! service {0} not found in the WSDL {1}
ohair@286 85 # Usage not found. TODO Remove
ohair@286 86 #runtime.parser.wsdl.nobinding=can\'t apply binding! no binding found for binding ID {0} for service {1} in WSDL {2}
ohair@286 87 runtime.parser.wsdl.multiplebinding=multiple bindings found for binding ID {0} for service {1} in WSDL {2}
ohair@286 88 runtime.parser.wsdl.noservice.in.wsdlmodel=There is an error in processing the WSDL {0} and no valid services are found.
ohair@286 89 runtime.parser.wsdl.incorrectservice=could not get binding from WSDL! service: {0} not found in the WSDL {1}.\n\
ohair@286 90 It could be because service name does not match WSDL''s wsdl:service name:\n\
ohair@286 91 1. service name is not there in deployment descriptor OR\n\
ohair@286 92 2. Either there is a typo in deployment descriptor''s service name OR\n\
ohair@286 93 3. The computed names from @WebService do not match wsdl:service name\n\
ohair@286 94 OR\n\
ohair@286 95 1. There is an error while parsing the wsdl and Service with name {0} is not found in the WSDLModel.\n\
ohair@286 96 Suggest doing the following:\n\
ohair@286 97 1. Add/Correct entries for service name in deployment descriptor OR \n\
ohair@286 98 2. Specify targetNamespace, serviceName in @WebService on the endpoint class
ohair@286 99
ohair@286 100 runtime.parser.wsdl.incorrectserviceport=could not get binding from WSDL! service: {0} or port {1} not found in the WSDL {2}.\n\
ohair@286 101 It could be because service and port names do not match WSDL''s wsdl:service and wsdl:port names:\n\
ohair@286 102 1. service and port names are not there in deployment descriptor OR\n\
ohair@286 103 2. Either there is a typo in deployment descriptor''s service and port names OR\n\
ohair@286 104 3. The computed names from @WebService do not match wsdl:service and wsdl:port names\n\
ohair@286 105 Suggest doing the following:\n\
ohair@286 106 1. Add/Correct entries for service and port names in deployment descriptor OR \n\
ohair@286 107 2. Specify targetNamespace, serviceName, portName in @WebService on the endpoint class
ohair@286 108
ohair@286 109 stateful.cookie.header.required=This is a stateful web service and {0} header is required.
ohair@286 110 stateful.cookie.header.incorrect=Invalid/expired {0} header value: {1}
ohair@286 111 stateful.invalid.webservice.context=Not a WebServiceContext from JAX-WS RI: {0}
ohair@286 112 stateful.requres.addressing=Stateful web service {0} requires the WS-Addressing support to be enabled. Perhaps you are missing @Addressing
ohair@286 113
ohair@286 114 no.current.packet=This thread is not currently processing any web service request.
ohair@286 115
ohair@286 116 # {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)
ohair@286 117 failed.to.instantiate.instanceResolver=Unable to instantiate {0} (which is specified in {1} on {2})
ohair@286 118
ohair@286 119 static.resource.injection.only=Static resource {0} cannot be injected to non-static "{1}"
ohair@286 120
ohair@286 121 dd.mtom.conflict = Error in Deployment Descriptor : MTOM Configuration in binding {0} conflicts with enable-mtom attribute value {1}
ohair@286 122
ohair@286 123 # {0} - qname of an element
ohair@286 124 dispatch.cannotFindMethod=Cannot find dispatch method for {0}
ohair@286 125 non.unique.dispatch.qname=Non unique body parts! In a port, as per BP 1.1 R2710 operations must have unique \
ohair@286 126 operation signature on the wire for successful dispatch. Methods {0} have the \
ohair@286 127 same request body block {1}. Method dispatching may fail, runtime will try to \
ohair@286 128 dispatch using SOAPAction. Another option is to enable AddressingFeature to enabled runtime to uniquely identify \
ohair@286 129 WSDL operation using wsa:Action header.
ohair@286 130
ohair@286 131 unsupported.contentType=Unsupported Content-Type: {0} Supported ones are: {1}
ohair@286 132 no.contentType=Request doesn't have a Content-Type
ohair@286 133 unsupported.charset=Unsupported charset "{0}" in the received message''s Content-Type
ohair@286 134 duplicate.portKnownHeader=Received SOAP message contains duplicate header: {0} for a bound parameter
ohair@286 135
ohair@286 136 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