4 Replies Latest reply on Jul 7, 2010 2:23 PM by jb.ferand

    SFTP polling with camel-ftp

    jb.ferand

      Hello

       

      Maybe this post should be in the Mediation Router category. I excuse in advance if it's missplaced.

       

      I was trying to created a Camel based bundle with FUSE ESB 4.2.0-fuse-01-00.

      I wanted to create a polling on a SFTP server.

       

      When I started the bundle, I got an exception :

      java.lang.NoSuchMethodError: com.jcraft.jsch.Session.setConfig(Ljava/lang/String;Ljava/lang/String;)V

       

      After some investigation, I found that the JSch library declared in the feature camel-ftp is the version 0.1.31_3 whereas the version of the library in the pom of camel 2.2.0 is the version 0.1.40.

       

      Is there any solution to solve this problem easily ?

       

      Thanks in advance