fixed the import path in WS sample

This commit is contained in:
Oleg Zhurakousky
2011-01-14 16:03:59 -05:00
parent f7adb8559a
commit 6df975f769

View File

@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
<import resource="classpath:/org/springframework/integration/samples/ws/inbound-gateway-config.xml"/>
<import resource="classpath:/META-INF/spring/integration/inbound-gateway-config.xml"/>
<!-- Ensures that all incoming requests will be routed to the ws:inbound-gateway -->
<bean class="org.springframework.ws.server.endpoint.mapping.UriEndpointMapping">