You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2013/05/17 17:17:36 UTC

svn commit: r1483854 - /cxf/trunk/rt/frontend/jaxrs/src/main/resources/schemas/blueprint/jaxrs.xsd

Author: dkulp
Date: Fri May 17 15:17:36 2013
New Revision: 1483854

URL: http://svn.apache.org/r1483854
Log:
Need to use relative path and fully qualified name for blueprint to resolve this.

Modified:
    cxf/trunk/rt/frontend/jaxrs/src/main/resources/schemas/blueprint/jaxrs.xsd

Modified: cxf/trunk/rt/frontend/jaxrs/src/main/resources/schemas/blueprint/jaxrs.xsd
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/frontend/jaxrs/src/main/resources/schemas/blueprint/jaxrs.xsd?rev=1483854&r1=1483853&r2=1483854&view=diff
==============================================================================
--- cxf/trunk/rt/frontend/jaxrs/src/main/resources/schemas/blueprint/jaxrs.xsd (original)
+++ cxf/trunk/rt/frontend/jaxrs/src/main/resources/schemas/blueprint/jaxrs.xsd Fri May 17 15:17:36 2013
@@ -29,7 +29,7 @@
 
   <xsd:import namespace="http://www.osgi.org/xmlns/blueprint/v1.0.0" schemaLocation="http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd"/>
   <xsd:import namespace="http://cxf.apache.org/configuration/beans" schemaLocation="http://cxf.apache.org/schemas/configuration/cxf-beans.xsd"/>
-  <xsd:include schemaLocation="http://cxf.apache.org/schemas/jaxrs-common.xsd"/>
+  <xsd:include schemaLocation="jaxrs-common.xsd"/>
   
   <xsd:element name="server">
     <xsd:complexType>
@@ -49,11 +49,11 @@
             <xsd:element name="properties" type="beans:Tmap" minOccurs="0"/>
             <xsd:element name="serviceBeans" type="xsd:anyType" minOccurs="0"/>            
             <xsd:element name="modelBeans" type="xsd:anyType" minOccurs="0"/>
-            <xsd:element name="model" type="model" minOccurs="0"/>
+            <xsd:element name="model" type="tns:model" minOccurs="0"/>
             <xsd:element name="providers" type="xsd:anyType" minOccurs="0"/>
             <xsd:element name="extensionMappings" type="xsd:anyType" minOccurs="0"/>
             <xsd:element name="languageMappings" type="xsd:anyType" minOccurs="0"/>
-            <xsd:element name="schemaLocations" type="schemasType" minOccurs="0"/>
+            <xsd:element name="schemaLocations" type="tns:schemasType" minOccurs="0"/>
             <xsd:element name="resourceComparator" type="xsd:anyType" minOccurs="0"/> 
           </xsd:all>
           <!-- xsd:attributeGroup ref="cxf-beans:beanAttributes"/-->