Re: Camel Spring Remoting throwing RuntimeException question

2009-08-07 Thread akuhtz
are not processed. But in the output I can see that the FileConsumer prints Total 3 files to consume on DEBUG level, but nothing happens. My machine is running XP and I have tested with jre 1.5.0_16 and 1.6.0_14. -- View this message in context: http://www.nabble.com/Camel-Spring-Remoting-throwing

Re: Camel Spring Remoting throwing RuntimeException question

2009-08-06 Thread akuhtz
service; private Echo service; @Consume(uri = direct:start) public String onEcho(String name) { //return (String) service.requestBody(name); return (String) service.echo(name); } } -- View this message in context: http://www.nabble.com/Camel-Spring-Remoting