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

This commit is contained in:
Arjen Poutsma
2007-12-03 15:53:31 +00:00
parent 93858298db
commit e2f752b110

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:jaxb2-marshaller id="contextPathMarshaller" contextPath="org.springframework.oxm.jaxb2"/>
<oxm:jaxb2-marshaller id="classesMarshaller">
<oxm:class-to-be-bound name="org.springframework.oxm.jaxb2.Flights"/>