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 2013/12/03 23:48:02 UTC

svn commit: r889015 - in /websites/production/cxf/content: cache/docs.pageCache docs/validationfeature.html

Author: buildbot
Date: Tue Dec  3 22:48:02 2013
New Revision: 889015

Log:
Production update by buildbot for cxf

Modified:
    websites/production/cxf/content/cache/docs.pageCache
    websites/production/cxf/content/docs/validationfeature.html

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

Modified: websites/production/cxf/content/docs/validationfeature.html
==============================================================================
--- websites/production/cxf/content/docs/validationfeature.html (original)
+++ websites/production/cxf/content/docs/validationfeature.html Tue Dec  3 22:48:02 2013
@@ -266,10 +266,12 @@ public class BookWorldImpl implements Bo
     }
 }
 
-{code:java}
+]]></script>
+</div></div>
 
 
-{code:xml}
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
 &lt;!-- JAX-RS and JAX-WS endpoints --&gt;
 &lt;jaxrs:server address="/bwrest"&gt;
         &lt;jaxrs:serviceBeans&gt;
@@ -345,7 +347,7 @@ sf.create();
 
 <p>Following the similar approach as for JAXRSServerFactoryBean, in case of Spring respective bean definitions should be added under &lt;jaxrs:outInterceptors&gt;, &lt;jaxrs:inInterceptors&gt; and &lt;jaxrs:providers&gt; sections, f.e.:</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
+<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
 &lt;jaxrs:server address="/"&gt;
     &lt;jaxrs:inInterceptors&gt;
         &lt;ref bean="validationInInterceptor" /&gt;