fixed the import path in WS sample
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user