Return-Path: Delivered-To: apmail-activemq-camel-commits-archive@locus.apache.org Received: (qmail 27431 invoked from network); 5 Jul 2007 15:03:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jul 2007 15:03:49 -0000 Received: (qmail 47789 invoked by uid 500); 5 Jul 2007 15:03:52 -0000 Delivered-To: apmail-activemq-camel-commits-archive@activemq.apache.org Received: (qmail 47774 invoked by uid 500); 5 Jul 2007 15:03:52 -0000 Mailing-List: contact camel-commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-commits@activemq.apache.org Received: (qmail 47764 invoked by uid 99); 5 Jul 2007 15:03:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jul 2007 08:03:52 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jul 2007 08:03:49 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id C4AC71A981A; Thu, 5 Jul 2007 08:03:28 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r553532 - in /activemq/camel/trunk: components/camel-cxf/src/main/java/org/apache/camel/component/cxf/transport/CamelConduit.java components/camel-cxf/src/main/java/org/apache/camel/component/cxf/transport/CamelDestination.java pom.xml Date: Thu, 05 Jul 2007 15:03:28 -0000 To: camel-commits@activemq.apache.org From: chirino@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070705150328.C4AC71A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: chirino Date: Thu Jul 5 08:03:27 2007 New Revision: 553532 URL: http://svn.apache.org/viewvc?view=rev&rev=553532 Log: Updated to use the latest released version of cxf Modified: activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/transport/CamelConduit.java activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/transport/CamelDestination.java activemq/camel/trunk/pom.xml Modified: activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/transport/CamelConduit.java URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/transport/CamelConduit.java?view=diff&rev=553532&r1=553531&r2=553532 ============================================================================== --- activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/transport/CamelConduit.java (original) +++ activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/transport/CamelConduit.java Thu Jul 5 08:03:27 2007 @@ -23,7 +23,7 @@ import org.apache.cxf.common.logging.LogUtils; import org.apache.cxf.configuration.Configurable; import org.apache.cxf.configuration.Configurer; -import org.apache.cxf.io.AbstractCachedOutputStream; +import org.apache.cxf.io.CachedOutputStream; import org.apache.cxf.message.Message; import org.apache.cxf.message.MessageImpl; import org.apache.cxf.service.model.EndpointInfo; @@ -117,7 +117,7 @@ } } - private class CamelOutputStream extends AbstractCachedOutputStream { + private class CamelOutputStream extends CachedOutputStream { private Message outMessage; private boolean isOneWay; Modified: activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/transport/CamelDestination.java URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/transport/CamelDestination.java?view=diff&rev=553532&r1=553531&r2=553532 ============================================================================== --- activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/transport/CamelDestination.java (original) +++ activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/transport/CamelDestination.java Thu Jul 5 08:03:27 2007 @@ -25,7 +25,7 @@ import org.apache.cxf.Bus; import org.apache.cxf.common.logging.LogUtils; import org.apache.cxf.configuration.Configurable; -import org.apache.cxf.io.AbstractCachedOutputStream; +import org.apache.cxf.io.CachedOutputStream; import org.apache.cxf.message.Message; import org.apache.cxf.message.MessageImpl; import org.apache.cxf.service.model.EndpointInfo; @@ -184,7 +184,7 @@ } - private class CamelOutputStream extends AbstractCachedOutputStream { + private class CamelOutputStream extends CachedOutputStream { private Message inMessage; private Producer replyTo; private Producer sender; Modified: activemq/camel/trunk/pom.xml URL: http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?view=diff&rev=553532&r1=553531&r2=553532 ============================================================================== --- activemq/camel/trunk/pom.xml (original) +++ activemq/camel/trunk/pom.xml Thu Jul 5 08:03:27 2007 @@ -42,7 +42,7 @@ scpexe://minotaur.apache.org/www/people.apache.org/repo/m1-snapshot-repository scpexe://people.apache.org/www/activemq.apache.org/camel/maven/ 1.3.0 - 2.0-incubator-RC + 2.0-incubator http://apache.apache.org/camel/