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 2013/02/27 08:38:47 UTC

svn commit: r1450658 - in /cxf/branches/2.6.x-fixes: ./ rt/core/src/main/java/org/apache/cxf/service/factory/Messages.properties

Author: ffang
Date: Wed Feb 27 07:38:47 2013
New Revision: 1450658

URL: http://svn.apache.org/r1450658
Log:
Merged revisions 1450654 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/branches/2.7.x-fixes

................
  r1450654 | ffang | 2013-02-27 15:31:29 +0800 (三, 27  2 2013) | 9 lines
  
  Merged revisions 1450649 via svnmerge from 
  https://svn.apache.org/repos/asf/cxf/trunk
  
  ........
    r1450649 | ffang | 2013-02-27 15:23:59 +0800 (三, 27  2 2013) | 1 line
    
    [CXF-4895]remove some unused message from cxf-rt-core/src/main/org/apache/cxf/service/factory/Messages.properties
  ........
................

Modified:
    cxf/branches/2.6.x-fixes/   (props changed)
    cxf/branches/2.6.x-fixes/rt/core/src/main/java/org/apache/cxf/service/factory/Messages.properties

Propchange: cxf/branches/2.6.x-fixes/
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Wed Feb 27 07:38:47 2013
@@ -0,0 +1,2 @@
+/cxf/branches/2.7.x-fixes:1450654
+/cxf/trunk:1450649

Propchange: cxf/branches/2.6.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.6.x-fixes/rt/core/src/main/java/org/apache/cxf/service/factory/Messages.properties
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/core/src/main/java/org/apache/cxf/service/factory/Messages.properties?rev=1450658&r1=1450657&r2=1450658&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/core/src/main/java/org/apache/cxf/service/factory/Messages.properties (original)
+++ cxf/branches/2.6.x-fixes/rt/core/src/main/java/org/apache/cxf/service/factory/Messages.properties Wed Feb 27 07:38:47 2013
@@ -22,12 +22,10 @@ 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}
-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 \
   other configuration. (serviceClass/implementorClass attributes on the endpoint/server spring config entry)
 REFERENCE_TO_UNDEFINED_TYPE = Schema element {0} references undefined type {1} for service {2}.
-COULD_NOT_FIND_PART = Could not find a message part matching name {0}.  Possible values are {1}.
 UNMAPPABLE_PORT_TYPE= Service class {0} method {1} part {2} cannot be mapped to schema. Check for use of a JAX-WS-specific type \
   without the JAX-WS service factory bean.
 INTRACTABLE_PART= Message part {0} of Message {1} cannot be processed. This can be caused by the use of JAX-WS-specific types \