Monday, 7 July 2014

Citrus framework ftp connection



I'm trying to know better citrus framework for integration tests. I try to create ftp sender but I have following error:



Caused by: org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://ift.tt/1dDJqLp]


Offending resource: class path resource [citrus-context.xml]


Here's my part of citrus-context.xml file:



<beans xmlns="http://ift.tt/GArMu6"
xmlns:xsi="http://ift.tt/ra1lAU"
xmlns:citrus="http://ift.tt/1pTVYcf"
xmlns:si="http://ift.tt/1eF5VEE"
xmlns:file="http://ift.tt/1dDJqLp"
xmlns:citrus-ws="http://ift.tt/1pTVYcj"
xmlns:citrus-http="http://ift.tt/1lMYk4r"
xmlns:context="http://ift.tt/GArMu7"
xsi:schemaLocation="http://ift.tt/GArMu6
http://ift.tt/1jdM0fG
http://ift.tt/GArMu7
http://ift.tt/1jdLYo7
http://ift.tt/1pTVYcf
http://ift.tt/1pTVYcn
http://ift.tt/1pTVYcj
http://ift.tt/1lMYmJz
http://ift.tt/1lMYk4r
http://ift.tt/1pTVYZJ
http://ift.tt/1eF5VEE
http://ift.tt/1eF5VEQ
http://ift.tt/1dDJqLp
http://ift.tt/1lMYmJD">
(...)
<citrus:channel-endpoint id="fileEndpoint" channel="fileChannel"/>
<file:outbound-channel-adapter id="fileOutboundAdapter"
channel="fileChannel"
directory="file:/"/>
<si:channel id="fileChannel"/>


Any idea what am I doing wrong? Thanks from advance.


No comments:

Post a Comment