|
|
SI example ws-inbound-gateway bug?
Hi,
I was looking thru the SI example app for ws-inbound-gateway, and ran the test for the war deployment. This throws an exception for the import resource not found.
At this point, I am thinking this is a bug with this statement:
Code:
lt;import resource=quot;classpath:/org//integration/samples/ws/inbound-gateway-config.xmlquot;/gt;Sorry about it
It should be
Code:
classpath:/META-INF/spring/integration/inbound-gateway-config.xml
I just pushed the change so please update. |
|