Changed xsd namespace to be more conformant to other Spring projects.

This commit is contained in:
Arjen Poutsma
2007-12-03 15:52:41 +00:00
parent 5b133f702f
commit 93858298db
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
http\://www.springframework.org/schema/spring-ws/oxm/spring-oxm-1.5.xsd=/org/springframework/oxm/config/spring-oxm-1.5.xsd
http\://www.springframework.org/schema/spring-ws/spring-oxm-1.5.xsd=/org/springframework/oxm/config/spring-oxm-1.5.xsd

View File

@@ -2,7 +2,7 @@
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:oxm="http://www.springframework.org/schema/spring-ws/oxm" xsi:schemaLocation="
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
http://www.springframework.org/schema/spring-ws/oxm http://www.springframework.org/schema/spring-ws/oxm/spring-oxm-1.5.xsd">
http://www.springframework.org/schema/spring-ws/oxm http://www.springframework.org/schema/spring-ws/spring-oxm-1.5.xsd">
<oxm:jaxb1-marshaller id="jaxb1Marshaller" contextPath="org.springframework.oxm.jaxb1"/>
<oxm:jibx-marshaller id="jibxMarshaller" target-class="org.springframework.oxm.jibx.Flights"/>
<oxm:xmlbeans-marshaller id="xmlBeansMarshaller" options="xmlBeansOptions"/>