Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B3A5AD2FC for ; Wed, 27 Feb 2013 07:39:11 +0000 (UTC) Received: (qmail 45482 invoked by uid 500); 27 Feb 2013 07:39:11 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 45418 invoked by uid 500); 27 Feb 2013 07:39:10 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 45405 invoked by uid 99); 27 Feb 2013 07:39:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Feb 2013 07:39:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Feb 2013 07:39:07 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D751E23888EA; Wed, 27 Feb 2013 07:38:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1450658 - in /cxf/branches/2.6.x-fixes: ./ rt/core/src/main/java/org/apache/cxf/service/factory/Messages.properties Date: Wed, 27 Feb 2013 07:38:47 -0000 To: commits@cxf.apache.org From: ffang@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130227073847.D751E23888EA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 \