Author: ffang
Date: Wed Feb 27 07:31:29 2013
New Revision: 1450654
URL: http://svn.apache.org/r1450654
Log:
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.7.x-fixes/ (props changed)
cxf/branches/2.7.x-fixes/rt/core/src/main/java/org/apache/cxf/service/factory/Messages.properties
Propchange: cxf/branches/2.7.x-fixes/
------------------------------------------------------------------------------
svn:mergeinfo = /cxf/trunk:1450649
Propchange: cxf/branches/2.7.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified:
cxf/branches/2.7.x-fixes/rt/core/src/main/java/org/apache/cxf/service/factory/Messages.properties
URL:
http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/rt/core/src/main/java/org/apache/cxf/service/factory/Messages.properties?rev=1450654&r1=1450653&r2=1450654&view=diff
==============================================================================
---
cxf/branches/2.7.x-fixes/rt/core/src/main/java/org/apache/cxf/service/factory/Messages.properties
(original)
+++
cxf/branches/2.7.x-fixes/rt/core/src/main/java/org/apache/cxf/service/factory/Messages.properties
Wed Feb 27 07:31:29 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 \