Hi,
I'm getting this error though I have included the until namespace.Please let me how what is the problem here..
03:52:09,015 ERROR [org.springframework.scheduling.support.TaskUtils$L oggingErrorHandler] (myScheduler-9) Unexpected error occurred in scheduled task.: org.springframework.beans.factory.xml.XmlBeanDefin itionStoreException: Line 61 in XML document from file [/scratch/sramesh/spm8.0/jboss/ftp-config.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 61; columnNumber: 14; cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'util:map'.
xmlns:context="http://www.springframework.org/schema/context"
xmlns:util="http://www.springframework.org/schema/util"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schem...ring-beans.xsd
http://www.springframework.org/schema/integration
http://www.springframework.org/schem...n-file-1.0.xsd
<bean id="errorException"
class="org.springframework.integration.router.Erro rMessageExceptionTypeRouter">
<property name="channelIdentifierMap">
<util:map>
<entry key="java.io.IOException" value="retrySftpCahnnel" />
<entry key="java.net.SocketException" value="retrySftpChannel" />
<entry key="com.jcraft.jsch.JSchException" value="retrySftpChannel" />
</util:map>
</property>
<property name="defaultOutputChannel" ref="processChannel" />
</bean>
Thanks


Reply With Quote
oller id="poller" fixed-delay="864000"
