Author: buildbot
Date: Fri Aug 10 17:47:24 2012
New Revision: 828578

Log:
Production update by buildbot for cxf

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

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

Modified: websites/production/cxf/content/docs/jaxb.html
==============================================================================
--- websites/production/cxf/content/docs/jaxb.html (original)
+++ websites/production/cxf/content/docs/jaxb.html Fri Aug 10 17:47:24 2012
@@ -123,7 +123,7 @@ Apache CXF -- JAXB
            <div class="wiki-content">
 <div id="ConfluenceContent"><h1><a shape="rect" 
name="JAXB-Introduction"></a>Introduction</h1>
 
-<p>JAXB is the default data binding for CXF. If you don't specify one of the 
other data bindings in your Spring configuration or through the API, you will 
get JAXB. CXF 2.0.x branch supplies JAXB 2.0, CXF 2.1.x and CXF 2.2.x use JAXB 
2.1.</p>
+<p>JAXB is the default data binding for CXF. If you don't specify one of the 
other data bindings in your Spring configuration or through the API, you will 
get JAXB. Releases of CXF since 2.3.x have used the JDK7 default of JAXB 2.2, 
however Maven users running on JDK 6 will need to use the <a shape="rect" 
class="external-link" 
href="http://docs.oracle.com/javase/6/docs/technotes/guides/standards/"; 
rel="nofollow">Java endorsed override mechanism</a> to use JAXB 2.2 instead of 
JAXB 2.1.</p>
 
 <p>JAXB uses Java annotation combined with files found on the classpath to 
build the mapping between XML and Java. JAXB supports both code-first and 
schema-first programming. The schema-first support the ability to create a 
client proxy, dynamically, at runtime. See the CXF DynamicClientFactory 
class.</p>
 
@@ -211,8 +211,7 @@ Apache CXF -- JAXB
   &lt;/jaxws:server&gt;
 
 </pre>
-</div></div>
-</div>
+</div></div></div>
            </div>
            <!-- Content -->
          </td>


Reply via email to