You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2012/12/27 08:39:11 UTC

svn commit: r1426140 - in /cxf/trunk/rt: core/src/main/java/org/apache/cxf/service/factory/Messages.properties transports/http/src/main/java/org/apache/cxf/transport/http/Messages.properties

Author: ffang
Date: Thu Dec 27 07:39:10 2012
New Revision: 1426140

URL: http://svn.apache.org/viewvc?rev=1426140&view=rev
Log:
[CXF-4725]remove duplicated message key

Modified:
    cxf/trunk/rt/core/src/main/java/org/apache/cxf/service/factory/Messages.properties
    cxf/trunk/rt/transports/http/src/main/java/org/apache/cxf/transport/http/Messages.properties

Modified: cxf/trunk/rt/core/src/main/java/org/apache/cxf/service/factory/Messages.properties
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/core/src/main/java/org/apache/cxf/service/factory/Messages.properties?rev=1426140&r1=1426139&r2=1426140&view=diff
==============================================================================
--- cxf/trunk/rt/core/src/main/java/org/apache/cxf/service/factory/Messages.properties (original)
+++ cxf/trunk/rt/core/src/main/java/org/apache/cxf/service/factory/Messages.properties Thu Dec 27 07:39:10 2012
@@ -22,7 +22,6 @@ NO_METHOD_FOR_OP=No method was found for
 INVALID_SCHEMA_URL=Could not load schema {0}
 ERROR_READING_SCHEMA=There was an error reading the schema {0}.
 COULD_NOT_FIND_PORTTYPE = Could not find portType named {0}
-NO_METHOD_FOR_OP = Could not find a matching method for operation {0}. Operation will be unavailable.
 COULD_NOT_SET_WRAPPER_STYLE = Service class: {0} contains overloaded operation can not use wrapper style
 USING_PROXY_FOR_SERVICE = Service class: {0} is a java.lang.reflect.Proxy instance.  This is known not to work well as \
   annotations on the real instance are not available.  We suggest overriding the ServiceClass via spring config or \

Modified: cxf/trunk/rt/transports/http/src/main/java/org/apache/cxf/transport/http/Messages.properties
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/transports/http/src/main/java/org/apache/cxf/transport/http/Messages.properties?rev=1426140&r1=1426139&r2=1426140&view=diff
==============================================================================
--- cxf/trunk/rt/transports/http/src/main/java/org/apache/cxf/transport/http/Messages.properties (original)
+++ cxf/trunk/rt/transports/http/src/main/java/org/apache/cxf/transport/http/Messages.properties Thu Dec 27 07:39:10 2012
@@ -23,7 +23,6 @@ INVALID_ENCODING_MSG = Invalid character
 NULL_RESPONSE_MSG = Response object is null
 DECOUPLED_RESPONSE_FAILED_MSG = Decouple response failed
 MISSING_PATH_INFO = PATH_INFO not present in message context, multiplex id is unavailable. Ensure the portName passed to getCurrentEndpointReferenceId is correct if the service has multiple ports
-INVALID_ENCODING_MSG = Invalid character set {0} in request.
 INVALID_TIMEOUT_FORMAT = Invalid name/value pair {0}={1} set in RequestConext 
 NO_HTTP_DESTINATION_FACTORY_FOUND = Cannot find any registered HttpDestinationFactory from the Bus.
 EXECUTOR_FULL = Executor rejected background task to retrieve the response, running on current thread.