You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2012/05/10 04:47:50 UTC

svn commit: r817030 - in /websites/production/cxf/content: cache/docs.pageCache docs/configuration-of-the-bus.html

Author: buildbot
Date: Thu May 10 02:47:50 2012
New Revision: 817030

Log:
Production update by buildbot for cxf

Modified:
    websites/production/cxf/content/cache/docs.pageCache
    websites/production/cxf/content/docs/configuration-of-the-bus.html

Modified: websites/production/cxf/content/cache/docs.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/cxf/content/docs/configuration-of-the-bus.html
==============================================================================
--- websites/production/cxf/content/docs/configuration-of-the-bus.html (original)
+++ websites/production/cxf/content/docs/configuration-of-the-bus.html Thu May 10 02:47:50 2012
@@ -130,7 +130,7 @@ Apache CXF -- Configuration of the Bus
 <p>For example, by replacing the bus bean defined in <tt>cxf.xml</tt> with this bean in your configuration file:</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
-&lt;bean id=<span class="code-quote">"cxf"</span> class=<span class="code-quote">"org.apache.cxf.bus.spring.SpringBusImpl"</span>&gt;
+&lt;bean id=<span class="code-quote">"cxf"</span> class=<span class="code-quote">"org.apache.cxf.bus.spring.SpringBus"</span>&gt;
     &lt;property name=<span class="code-quote">"outInterceptors"</span>&gt;
            &lt;list&gt;
               &lt;ref bean=<span class="code-quote">"myLoggingInterceptor"</span>/&gt;