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/12 19:48:16 UTC

svn commit: r890119 - in /websites/production/cxf/content: cache/docs.pageCache docs/jax-rs-data-bindings.html

Author: buildbot
Date: Thu Dec 12 18:48:16 2013
New Revision: 890119

Log:
Production update by buildbot for cxf

Modified:
    websites/production/cxf/content/cache/docs.pageCache
    websites/production/cxf/content/docs/jax-rs-data-bindings.html

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

Modified: websites/production/cxf/content/docs/jax-rs-data-bindings.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-data-bindings.html (original)
+++ websites/production/cxf/content/docs/jax-rs-data-bindings.html Thu Dec 12 18:48:16 2013
@@ -951,6 +951,8 @@ public class CXFCustomXMLProvider extend
 
 <h1><a shape="rect" name="JAX-RSDataBindings-Schemavalidation"></a>Schema validation</h1>
 
+<p><b>New</b>: starting from CXF 3.0.0-milestone2 it is possible to point only to classpath folders containing multiple schema resources. </p>
+
 <p>Schema validation can be enabled in one of the following ways:</p>
 
 <p>1. Using jaxrs:schemaLocations element</p>
@@ -962,6 +964,10 @@ public class CXFCustomXMLProvider extend
   &lt;jaxrs:schemaLocations&gt;
      &lt;jaxrs:schemaLocation&gt;classpath:/schemas/a.xsd&lt;/jaxrs:schemaLocation&gt;
      &lt;jaxrs:schemaLocation&gt;classpath:/schemas/b.xsd&lt;/jaxrs:schemaLocation&gt;
+     &lt;!-- Possible from CXF 3.0.0 milestone2: --&gt;
+     &lt;!-- 
+         &lt;jaxrs:schemaLocation&gt;classpath:/schemas/&lt;/jaxrs:schemaLocation&gt;
+     --&gt;  
   &lt;/jaxrs:schemaLocations&gt;
 &lt;/jaxrs:server&gt;
 &lt;/beans&gt;
@@ -1066,6 +1072,7 @@ Starting from CXF 2.3.4 and 2.4, the fol
 <h1><a shape="rect" name="JAX-RSDataBindings-BeanValidation"></a>Bean Validation</h1>
 <p>Bean Validation can be used to complement the schema validation or as an alternative form of validation, please see <a shape="rect" href="http://cxf.apache.org/docs/validationfeature.html">this page</a> for more information.</p>
 
+
 <h1><a shape="rect" name="JAX-RSDataBindings-FastInfoset"></a>Fast Infoset</h1>
 
 <p>You can enable the <a shape="rect" class="external-link" href="https://fi.dev.java.net/standardization.html" rel="nofollow">FastInfoset</a> by explicitly registering CXF FastInfoset interceptors with a JAXRS endpoint and configuring JAXBElementProvider to support an "application/fastinfoset" media type :<br clear="none">