Re: Problem with Camel Spring configuration

2009-04-13 Thread Claus Ibsen
Hi William Jiang created a spring DSL version of the tuturial. However we still need to add a page about it to the tutorial. The Spring XML file is here https://svn.apache.org/repos/asf/camel/trunk/examples/camel-example-reportincident/src/main/resources/META-INF/spring/camel-context.xml Take a

Problem with Camel Spring configuration

2009-04-12 Thread Sagara Gunathunga
Hi all, i tried for Camel ReportIncident tutorials with spring based configuration, i have following DSL code to convert to Spring XML configuration. from("direct:start") .setHeader(FileComponent.HEADER_FILE_NAME, BeanLanguage.bean(FilenameGenerator.class, "generateFilename"))