JAL-3130 deprecation change preparation
[jalview.git] / j11lib / tmp / com / sun / xml / ws / resources / server.properties
1 #
2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3 #
4 # Copyright (c) 1997-2017 Oracle and/or its affiliates. All rights reserved.
5 #
6 # The contents of this file are subject to the terms of either the GNU
7 # General Public License Version 2 only ("GPL") or the Common Development
8 # and Distribution License("CDDL") (collectively, the "License").  You
9 # may not use this file except in compliance with the License.  You can
10 # obtain a copy of the License at
11 # https://oss.oracle.com/licenses/CDDL+GPL-1.1
12 # or LICENSE.txt.  See the License for the specific
13 # language governing permissions and limitations under the License.
14 #
15 # When distributing the software, include this License Header Notice in each
16 # file and include the License file at LICENSE.txt.
17 #
18 # GPL Classpath Exception:
19 # Oracle designates this particular file as subject to the "Classpath"
20 # exception as provided by Oracle in the GPL Version 2 section of the License
21 # file that accompanied this code.
22 #
23 # Modifications:
24 # If applicable, add the following below the License Header, with the fields
25 # enclosed by brackets [] replaced by your own identifying information:
26 # "Portions Copyright [year] [name of copyright owner]"
27 #
28 # Contributor(s):
29 # If you wish your version of this file to be governed by only the CDDL or
30 # only the GPL Version 2, indicate your decision by adding "[Contributor]
31 # elects to include this software in this distribution under the [CDDL or GPL
32 # Version 2] license."  If you don't indicate a single choice of license, a
33 # recipient has the option to distribute your version of this file under
34 # either the CDDL, the GPL Version 2 or to extend the choice of license to
35 # its licensees as provided above.  However, if you add GPL Version 2 code
36 # and therefore, elected the GPL Version 2 license, then the option applies
37 # only if the new code is made subject to such option by the copyright
38 # holder.
39 #
40
41 soapdecoder.err=Error in decoding SOAP Message
42 server.rt.err=Server Runtime Error: {0}
43 soapencoder.err=Error in encoding SOAP Message
44
45 annotation.only.once=Only one method should have the annotation \"{0}\"
46 not.zero.parameters=Method \"{0}\" shouldn''t have any arguments
47
48 wrong.field.type=Incorrect type for field \"{0}\"
49 wrong.no.parameters=Incorrect no of arguments for method \"{0}\"
50 wrong.parameter.type=Incorrect argument types for method \"{0}\"
51
52 can.not.generate.wsdl=Cannot generate WSDL for binding \"{0}\"
53 generate.non.standard.wsdl=Generating non-standard WSDL for the specified binding
54 null.implementor=Implementor cannot be null
55
56 runtime.wsdl.patcher=error while patching WSDL related document
57
58 # {0} - class name
59 not.implement.provider=\"{0}\" doesn't implement Provider
60 # {0} - class name
61 provider.not.parameterized=\"{0}\" implements Provider but doesn't specify the type parameter
62 # {0}, {1} - class name e.g.: "class foo.bar.ClassImpl" implements Provider but its type parameter interface foo.bar.Iface is incorrect
63 provider.invalid.parameterType=\"{0}\" implements Provider but its type parameter {1} is incorrect
64
65 wsdl.required=wsdl is required
66 service.name.required=Service QName is not found
67 port.name.required=Port QName is not found
68 wrong.tns.for.port=Port namespace {0} doesn't match Service namespace {1}
69
70 # {0} - probably URL/port of a server
71 already.http.server=There is already a HTTP server at : {0}\
72 # {0} - probably URL/port of a server
73 already.https.server=There is already a HTTPS server at : {0}
74 #not.HttpContext.type=Required com.sun.net.httpserver.HttpContext. Got : {0}
75
76 not.know.HttpContext.type=Doesn''t support Endpoint.publish({0}). Known context types are {1}, and {2}
77
78 duplicate.primary.wsdl=Metadata has more than one WSDL that has Service definition for the endpoint. WSDL={0} is one such WSDL.
79 duplicate.abstract.wsdl=Metadata has more than one WSDL that has PortType definition for the endpoint. WSDL={0} is one such WSDL.
80
81 # Wrapped into an Exception. Not concatenated with any other string.
82 runtime.parser.classNotFound=class not found in runtime descriptor: {0}
83 # Wrapped into an Exception. Not concatenated with any other string.
84 runtime.parser.xmlReader=error parsing runtime descriptor: {0}
85 # Usage not found. TODO Remove
86 #runtime.parser.invalidReaderState=error parsing runtime descriptor: {0}
87 runtime.parser.unexpectedContent=unexpected content in runtime descriptor (line {0})
88 runtime.parser.invalidElement=invalid element \"{1}\" in runtime descriptor (line {0})
89 runtime.parser.invalidAttributeValue=invalid value for attribute \"{2}\" of element \"{1}\" in runtime descriptor (line {0})
90 runtime.parser.invalidVersionNumber=unsupported runtime descriptor version: {2}
91 runtime.parser.missing.attribute=missing attribute \"{2}\" in element \"{1}\" of runtime descriptor (line {0})
92 runtime.parser.invalid.attribute.value=invalid attribute value \"{1}\" in runtime descriptor (line {0})
93 runtime.parser.missing.attribute.no.line=missing attribute \"{2}\" in element \"{1}\" of runtime descriptor
94 runtime.parser.wrong.element=found element \"{1}\", expected \"{2}\" in runtime descriptor (line {0})
95 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.
96 runtime.parser.wsdl=exception during WSDL parsing: {0}
97 runtime.saxparser.exception={0}\n{1}
98 # Usage not found. TODO Remove
99 #runtime.parser.wsdl.noservice=can\'t apply binding! service {0} not found in the WSDL {1}
100 # Usage not found. TODO Remove
101 #runtime.parser.wsdl.nobinding=can\'t apply binding! no binding found for binding ID {0} for service {1} in WSDL {2}
102 runtime.parser.wsdl.multiplebinding=multiple bindings found for binding ID {0} for service {1} in WSDL {2}
103 runtime.parser.wsdl.noservice.in.wsdlmodel=There is an error in processing the WSDL {0} and no valid services are found.
104 runtime.parser.wsdl.incorrectservice=could not get binding from WSDL! service: {0} not found in the WSDL {1}.\n\
105   It could be because service name does not match WSDL''s wsdl:service name:\n\
106     1. service name is not there in deployment descriptor OR\n\
107     2. Either there is a typo in deployment descriptor''s service name OR\n\
108     3. The computed names from @WebService do not match wsdl:service name\n\
109   OR\n\
110     1. There is an error while parsing the wsdl and Service with name {0} is not found in the WSDLModel.\n\
111   Suggest doing the following:\n\
112     1. Add/Correct entries for service name in deployment descriptor OR \n\
113     2. Specify targetNamespace, serviceName in @WebService on the endpoint class
114
115 runtime.parser.wsdl.incorrectserviceport=could not get binding from WSDL! service: {0} or port {1} not found in the WSDL {2}.\n\
116   It could be because service and port names do not match WSDL''s wsdl:service and wsdl:port names:\n\
117     1. service and port names are not there in deployment descriptor OR\n\
118     2. Either there is a typo in deployment descriptor''s service and port names OR\n\
119     3. The computed names from @WebService do not match wsdl:service and wsdl:port names\n\
120   Suggest doing the following:\n\
121     1. Add/Correct entries for service and port names in deployment descriptor OR \n\
122     2. Specify targetNamespace, serviceName, portName in @WebService on the endpoint class
123
124 stateful.cookie.header.required=This is a stateful web service and {0} header is required.
125 stateful.cookie.header.incorrect=Invalid/expired {0} header value: {1}
126 stateful.invalid.webservice.context=Not a WebServiceContext from JAX-WS RI: {0}
127 stateful.requres.addressing=Stateful web service {0} requires the WS-Addressing support to be enabled. Perhaps you are missing @Addressing
128
129 no.current.packet=This thread is not currently processing any web service request.
130
131 # {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)
132 failed.to.instantiate.instanceResolver=Unable to instantiate {0} (which is specified in {1} on {2})
133
134 static.resource.injection.only=Static resource {0} cannot be injected to non-static "{1}"
135
136 dd.mtom.conflict = Error in Deployment Descriptor : MTOM Configuration in binding {0} conflicts with enable-mtom attribute value {1}
137
138 # {0} - qname of an element
139 dispatch.cannotFindMethod=Cannot find dispatch method for {0}
140 non.unique.dispatch.qname=Non unique body parts! In a port, as per BP 1.1 R2710 operations must have unique \
141   operation signature on the wire for successful dispatch. Methods {0} have the \
142   same request body block {1}. Method dispatching may fail, runtime will try to \
143   dispatch using SOAPAction. Another option is to enable AddressingFeature to enabled runtime to uniquely identify \
144   WSDL operation using wsa:Action header.
145
146 unsupported.contentType=Unsupported Content-Type: {0} Supported ones are: {1}
147 no.contentType=Request doesn't have a Content-Type
148 unsupported.charset=Unsupported charset "{0}" in the received message''s Content-Type
149 duplicate.portKnownHeader=Received SOAP message contains duplicate header: {0} for a bound parameter
150
151 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}.