jaxb2: removing useless XSD Spring import from soap-ws.xml
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 20 Dec 2015 19:17:25 +0000 (20:17 +0100)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 20 Dec 2015 19:17:25 +0000 (20:17 +0100)
jaxb2/web-services-spring-jaxb2-server/src/main/resources/spring-configuration/ws/soap-ws.xml

index dc7d6f5..d3b562b 100644 (file)
     </sws:dynamic-wsdl>
 
 
-    <bean id="parent" class="org.springframework.xml.xsd.SimpleXsdSchema">
-        <property name="xsd" value="classpath:schemas/parent.xsd"/>
-    </bean>
-
-
     <!-- Required in order to use SOAP 1.2
         id="messageFactory" is not a random choice, if you use another name it will not work
         (Spring will end up loading SOAP 1.1)