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">
-<bean id=<span class="code-quote">"cxf"</span> class=<span
class="code-quote">"org.apache.cxf.bus.spring.SpringBusImpl"</span>>
+<bean id=<span class="code-quote">"cxf"</span> class=<span
class="code-quote">"org.apache.cxf.bus.spring.SpringBus"</span>>
<property name=<span class="code-quote">"outInterceptors"</span>>
<list>
<ref bean=<span
class="code-quote">"myLoggingInterceptor"</span>/>