I fixed my logging issue by follwing this post

http://www.nabble.com/Maven-and-commons-logging-api-and-the-dreadful-log4j-problem-to15867257s22882.html#a15867257

I added this dependency to the pom 

<dependency>
      <groupId>commons-logging</groupId>
      <artifactId>commons-logging</artifactId>
        <version>1.1</version>
    </dependency> 

Maybe the archetype should be updated or a least the documenation.


-- 
View this message in context: 
http://www.nabble.com/SFTP-%3A-Polling---Cannot-list-directory-tp21413159s22882p21432036.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to