Author: sergeyb
Date: Fri Feb  8 10:55:41 2013
New Revision: 1443928

URL: http://svn.apache.org/r1443928
Log:
[CXF-4696] Restoring client Message.properties resource

Added:
    
cxf/trunk/rt/rs/client/src/main/java/org/apache/cxf/jaxrs/client/Messages.properties
   (with props)

Added: 
cxf/trunk/rt/rs/client/src/main/java/org/apache/cxf/jaxrs/client/Messages.properties
URL: 
http://svn.apache.org/viewvc/cxf/trunk/rt/rs/client/src/main/java/org/apache/cxf/jaxrs/client/Messages.properties?rev=1443928&view=auto
==============================================================================
--- 
cxf/trunk/rt/rs/client/src/main/java/org/apache/cxf/jaxrs/client/Messages.properties
 (added)
+++ 
cxf/trunk/rt/rs/client/src/main/java/org/apache/cxf/jaxrs/client/Messages.properties
 Fri Feb  8 10:55:41 2013
@@ -0,0 +1,31 @@
+#
+#
+#    Licensed to the Apache Software Foundation (ASF) under one
+#    or more contributor license agreements. See the NOTICE file
+#    distributed with this work for additional information
+#    regarding copyright ownership. The ASF licenses this file
+#    to you under the Apache License, Version 2.0 (the
+#    "License"); you may not use this file except in compliance
+#    with the License. You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+#    Unless required by applicable law or agreed to in writing,
+#    software distributed under the License is distributed on an
+#    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#    KIND, either express or implied. See the License for the
+#    specific language governing permissions and limitations
+#    under the License.
+#
+#
+INVALID_RESOURCE_METHOD=Method {0}.{1} is not a valid resource method
+INVALID_SUBRESOURCE=Method {0}.{1} is not a subresource locator or no 
annotations is available
+SINGLE_BODY_ONLY=Resource method {0}.{1} has more than one parameter 
representing a request body
+ONLY_FORM_ALLOWED=Resource method {0}.{1} mixes JAXRS FormParam parameters 
with other types of parameters
+NO_BODY_IN_SUBRESOURCE=SubResource method {0}.{1} expects request body, only 
URI-bound parameters are supported
+NO_CONTEXT_PARAMETERS=Resource method {0}.{1} expects JAXRS Context parameter 
which is not supported on the client side
+NO_MSG_READER =.No message body reader has been found for class : {0}, 
ContentType : {1}.
+MSG_READER_PROBLEM =.Problem with reading the response message, class : {0}, 
ContentType : {1}.
+NO_MSG_WRITER =.No message body writer has been found for class : {0}, 
ContentType : {1}.
+MSG_WRITER_PROBLEM =.Problem with writing the request message, class : {0}, 
ContentType : {1}.
+REMOTE_CONNECTION_PROBLEM=Problem with creating a remote connection
\ No newline at end of file

Propchange: 
cxf/trunk/rt/rs/client/src/main/java/org/apache/cxf/jaxrs/client/Messages.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
cxf/trunk/rt/rs/client/src/main/java/org/apache/cxf/jaxrs/client/Messages.properties
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: 
cxf/trunk/rt/rs/client/src/main/java/org/apache/cxf/jaxrs/client/Messages.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain


Reply via email to