Re: File component not working with 2.5 snapshot

2010-10-19 Thread Claus Ibsen
How do you run your app? On Tue, Oct 19, 2010 at 4:58 PM, GSegel wrote: > > 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) download

Re: File component not working with 2.5 snapshot

2010-10-19 Thread GSegel
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:

Re: File component not working with 2.5 snapshot

2010-10-18 Thread Willem Jiang
Hi, How did you get the camel 2.5 SNAPSHOT? Can you try the latest cut Camel 2.5.0 candidate maven repo[1]? You can find the Camel 2.5.0 released kit here[2] [1] https://repository.apache.org/content/repositories/orgapachecamel-001/ [2] https://repository.apache.org/content/repositories/orgapa

Re: File component not working with 2.5 snapshot

2010-10-18 Thread Claus Ibsen
On Tue, Oct 19, 2010 at 4:17 AM, GSegel wrote: > > Interesting...here's what I'm seeing: > > INFO [org.apache.camel.impl.converter.AnnotationTypeConverterLoader] (main) > Found 4 packages with 0 @Converter classes to load > INFO  [org.apache.camel.impl.converter.DefaultTypeConverter] (main) Loaded

Re: File component not working with 2.5 snapshot

2010-10-18 Thread GSegel
Interesting...here's what I'm seeing: INFO [org.apache.camel.impl.converter.AnnotationTypeConverterLoader] (main) Found 4 packages with 0 @Converter classes to load INFO [org.apache.camel.impl.converter.DefaultTypeConverter] (main) Loaded 0 type converters in 0.032 seconds Obviously something

Re: File component not working with 2.5 snapshot

2010-10-14 Thread Willem Jiang
From the stack trace it looks like the GenericFileConverter is not be loaded rightly. Can you check the log for the type coverters are loaded rightly? Here is is mine Oct 14, 2010 10:34:31 PM org.apache.camel.impl.converter.AnnotationTypeConverterLoader load INFO: Found 3 packages with 13 @C

Re: File component not working with 2.5 snapshot

2010-10-14 Thread Willem Jiang
How did you run the test ? I just test the the simple route with latest Camel 2.5 snapshot, the file is moved into other directory without any issue. On 10/14/10 8:50 PM, GSegel wrote: I posted on the developer forum (under the thread about JIRA 3223) but it appears my post didn't get submit