Return-Path: Delivered-To: apmail-incubator-cxf-commits-archive@locus.apache.org Received: (qmail 12618 invoked from network); 1 Sep 2006 10:16:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Sep 2006 10:16:21 -0000 Received: (qmail 84684 invoked by uid 500); 1 Sep 2006 10:16:10 -0000 Delivered-To: apmail-incubator-cxf-commits-archive@incubator.apache.org Received: (qmail 84598 invoked by uid 500); 1 Sep 2006 10:16:10 -0000 Mailing-List: contact cxf-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-commits@incubator.apache.org Received: (qmail 84543 invoked by uid 99); 1 Sep 2006 10:16:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Sep 2006 03:16:09 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Sep 2006 03:16:09 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 0167C1A981A; Fri, 1 Sep 2006 03:15:48 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r439261 - in /incubator/cxf/trunk/rt/core/src/main: java/org/apache/cxf/interceptor/Messages.properties resources/META-INF/extensions.xml Date: Fri, 01 Sep 2006 10:15:48 -0000 To: cxf-commits@incubator.apache.org From: tli@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060901101549.0167C1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: tli Date: Fri Sep 1 03:15:46 2006 New Revision: 439261 URL: http://svn.apache.org/viewvc?rev=439261&view=rev Log: add initial loadup service model extensions and correct a wrong message Added: incubator/cxf/trunk/rt/core/src/main/resources/META-INF/extensions.xml (with props) Modified: incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/Messages.properties Modified: incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/Messages.properties URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/Messages.properties?rev=439261&r1=439260&r2=439261&view=diff ============================================================================== --- incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/Messages.properties (original) +++ incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/Messages.properties Fri Sep 1 03:15:46 2006 @@ -1,5 +1,5 @@ STREAM_CREATE_EXC = Could not create XMLStreamReader. -STAX_READ_EXC = Could read from XMLStreamReader. +STAX_READ_EXC = Could not read from XMLStreamReader. NO_OPERATION_ELEMENT=There must be an operation element. NO_OPERATION=No such operation: {0} NO_DATAREADER=No DataReader is available for Service: {0} Added: incubator/cxf/trunk/rt/core/src/main/resources/META-INF/extensions.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/core/src/main/resources/META-INF/extensions.xml?rev=439261&view=auto ============================================================================== --- incubator/cxf/trunk/rt/core/src/main/resources/META-INF/extensions.xml (added) +++ incubator/cxf/trunk/rt/core/src/main/resources/META-INF/extensions.xml Fri Sep 1 03:15:46 2006 @@ -0,0 +1,24 @@ + + + + + org.apache.cxf.bindings.xformat.XMLBindingMessageFormat + org.apache.cxf.bindings.xformat.XMLBindingMessageFormat + Propchange: incubator/cxf/trunk/rt/core/src/main/resources/META-INF/extensions.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/cxf/trunk/rt/core/src/main/resources/META-INF/extensions.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml