Author: ffang
Date: Tue Sep  1 07:07:16 2009
New Revision: 809858

URL: http://svn.apache.org/viewvc?rev=809858&view=rev
Log:
[SMX4-346]shouldn't specify release version for xsi:schemaLocation for 
cxf-wsdl-first-osgi-package example

Modified:
    
servicemix/smx4/features/trunk/examples/cxf-wsdl-first-osgi-package/wsdl-first-cxfbc-bundle/src/main/resources/META-INF/spring/beans.xml
    
servicemix/smx4/features/trunk/examples/cxf-wsdl-first-osgi-package/wsdl-first-cxfse-bundle/src/main/resources/META-INF/spring/beans.xml

Modified: 
servicemix/smx4/features/trunk/examples/cxf-wsdl-first-osgi-package/wsdl-first-cxfbc-bundle/src/main/resources/META-INF/spring/beans.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/cxf-wsdl-first-osgi-package/wsdl-first-cxfbc-bundle/src/main/resources/META-INF/spring/beans.xml?rev=809858&r1=809857&r2=809858&view=diff
==============================================================================
--- 
servicemix/smx4/features/trunk/examples/cxf-wsdl-first-osgi-package/wsdl-first-cxfbc-bundle/src/main/resources/META-INF/spring/beans.xml
 (original)
+++ 
servicemix/smx4/features/trunk/examples/cxf-wsdl-first-osgi-package/wsdl-first-cxfbc-bundle/src/main/resources/META-INF/spring/beans.xml
 Tue Sep  1 07:07:16 2009
@@ -23,7 +23,7 @@
        xmlns:person="http://servicemix.apache.org/samples/wsdl-first";
         xsi:schemaLocation="
                 http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans.xsd
-                http://servicemix.apache.org/cxfbc/1.0 
http://servicemix.apache.org/schema/servicemix-cxf-bc-2009.01.xsd";>
+                http://servicemix.apache.org/cxfbc/1.0 
http://servicemix.apache.org/cxfbc/1.0/servicemix-cxf-bc.xsd";>
 
   <cxfbc:consumer wsdl="classpath:person.wsdl"
                       targetService="person:PersonService"

Modified: 
servicemix/smx4/features/trunk/examples/cxf-wsdl-first-osgi-package/wsdl-first-cxfse-bundle/src/main/resources/META-INF/spring/beans.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/cxf-wsdl-first-osgi-package/wsdl-first-cxfse-bundle/src/main/resources/META-INF/spring/beans.xml?rev=809858&r1=809857&r2=809858&view=diff
==============================================================================
--- 
servicemix/smx4/features/trunk/examples/cxf-wsdl-first-osgi-package/wsdl-first-cxfse-bundle/src/main/resources/META-INF/spring/beans.xml
 (original)
+++ 
servicemix/smx4/features/trunk/examples/cxf-wsdl-first-osgi-package/wsdl-first-cxfse-bundle/src/main/resources/META-INF/spring/beans.xml
 Tue Sep  1 07:07:16 2009
@@ -22,7 +22,7 @@
         xmlns:cxfse="http://servicemix.apache.org/cxfse/1.0";
         xsi:schemaLocation="
                 http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans.xsd
-                http://servicemix.apache.org/cxfse/1.0 
http://servicemix.apache.org/schema/servicemix-cxf-se-2009.01.xsd";>
+                http://servicemix.apache.org/cxfse/1.0 
http://servicemix.apache.org/cxfse/1.0/servicemix-cxf-se.xsd";>
 
 
     <cxfse:endpoint>


Reply via email to