Re: Reading file using camel

2013-12-13 Thread Claire
Hi, Sorry, it was my mistake for syntax error :( Thank you anyway =D -- View this message in context: http://camel.465427.n5.nabble.com/Reading-file-using-camel-tp5744653p5744721.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Reading file using camel

2013-12-12 Thread Willem Jiang
* Following is my java to return filePath. *public String readFile(String fPath){ return fPath; }* but I got error for calling like that. How can I achieve this approach? -- View this message in context: http://camel.465427.n5.nabble.com/Reading-file-using-camel-tp5744653.html

Reading file using camel

2013-12-11 Thread Claire
String readFile(String fPath){ return fPath; }* but I got error for calling like that. How can I achieve this approach? -- View this message in context: http://camel.465427.n5.nabble.com/Reading-file-using-camel-tp5744653.html Sent from the Camel - Users mailing list archive at Nabble.com.