Re: List contains in Simple?

2013-06-23 Thread Claus Ibsen
bean is to invoke a method on a bean, eg just like the bean component ref is to refer to a bean as-is in the registry. On Sun, Jun 23, 2013 at 4:32 AM, javamonkey79 javamonke...@gmail.com wrote: Yes, that works. What is the simple bean used for then? e.g. what's the difference between bean and

xmpp uri in camel / naming a hid resource

2013-06-23 Thread Garbage
Hello, I doubt that I understood how to name a jid-resource when using Apache Camel. Perhaps it is not even possible because the xmpp endpoint will take what I intent to be a resource as an participant. format for an xmpp url in camel: xmpp://[login@]hostname[:port][/participant][?Options]

Cannot change directory to: . Code: 550 on FTP component

2013-06-23 Thread lassesvestergaard
Hi all. My first post here. I have been trying to learn Apache camel for a while now, and I think I get the basics. Currently I'm working with the FTP component, but there seems to be a problem. Here is my route: from(ftp://usern...@host.com?password=hiddenbinary=true;).process( new

Re: xmpp uri in camel / naming a hid resource

2013-06-23 Thread Willem jiang
Hi, I think it is make sense to treat the installation as a chat room, then you can let the application and device talk to each other. -- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com Blog:

Re: Servet Componnet HttpSession

2013-06-23 Thread Willem jiang
Checking the cookies header could help us find out the reason. BTW, I think Camel will cache the HttpEndpoint for sending the message, I'm not sure if it can cause some trouble here. -- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com |

RE: camel sftp privateKeyFile - load from classpath

2013-06-23 Thread Siano, Stephan
Hi, I have attached a patch for the camel-ftp component to https://issues.apache.org/jira/browse/CAMEL-6477 that has the following functionality: 1. add a test for the existing (file based) client key authentication 2. add new configuration parameters knownHostsUri and privateKeyUri that allow

RE: Camel Context InterceptStrategy

2013-06-23 Thread Zhemzhitsky Sergey
Hi Clause, Thanks for the notice! Best Regards, Sergey -Original Message- From: Claus Ibsen [mailto:claus.ib...@gmail.com] Sent: Saturday, June 22, 2013 8:46 PM To: users@camel.apache.org Subject: Re: Camel Context InterceptStrategy Hi In Camel 2.12 you can use the Container SPI