I'm running Java 1.6.0_18-b07 on Windows 7 and creating the Camel Context in Spring (using IntelliJ as my IDE).
I downloaded the 2.5 snapshot about a week ago and was using that and just (15 minutes ago) downloaded the latest 2.5 snapshot from the link provided. Here's my log: 2010-10-19 10:05:51,156 INFO [org.apache.camel.impl.converter.AnnotationTypeConverterLoader] (main) Found 23 packages with 0 @Converter classes to load 2010-10-19 10:05:51,177 INFO [org.apache.camel.impl.converter.DefaultTypeConverter] (main) Loaded 0 type converters in 0.082 seconds Previously I was selectively including jar files from the Camel 2.5 snapshot but am now including all jar files for troubleshooting purposes. I'm using all jar files in the 'lib' directory and in the 'spring' directory under the snapshot release. My next step is to create a fresh project and running this single route (file copy from input directory to output directory) to see if the issue is due to my environment for some reason. It just seems odd to me that I'm not picking up any converters...maybe I'm doing something in the code that is clearing them. -- View this message in context: http://camel.465427.n5.nabble.com/File-component-not-working-with-2-5-snapshot-tp3212019p3219190.html Sent from the Camel - Users mailing list archive at Nabble.com.