Re: Failed to Build Camel-web using "mvn clean install"

2014-02-18 Thread Claus Ibsen
What OS and JDK are you using? And maybe try to clean your local m2 repository to force redownload of JARs. On Tue, Feb 18, 2014 at 10:03 PM, doug5791 wrote: > I have tried the command "set MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=512m" " > but when I try to build again - starting with Web - using

Camel request reply pattern with seda

2014-02-18 Thread geddamsatish
Can you give me some example of camel request reply pattern with seda without using jms Thanks Satish -- View this message in context: http://camel.465427.n5.nabble.com/Camel-request-reply-pattern-with-seda-tp5747528.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: show ftp commands

2014-02-18 Thread Claus Ibsen
I think its from the FTP server log. Otherwise the FTP client may have a logging level / name you can set to see what it can log on the client side about the activity. On Tue, Feb 18, 2014 at 11:00 PM, javamonkey79 wrote: > In the FTP component docs, it shows the FTP commands from the stepwise f

Failed to Build Camel-web using "mvn clean install"

2014-02-18 Thread doug5791
I have tried the command "set MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=512m" " but when I try to build again - starting with Web - using "mvn -rf :camel-web I receive the same failure message. How might I go about fixing this issue? Thanks in advance, Doug

Camel HTTP4 - SPNEGO Authentication

2014-02-18 Thread Gaurav
Dear Camel team, What is the best way to configure HTTP4 component to enable JaaS SPNEGO authentication scheme . I am using Spring XML DSL on Tomcat 7. I tested JaaS configuration using test Java servlet based on Apache HTTP 4.3 client and its working fine. http://hc.apache.org/httpcomponents-cli

Re: Netty listening producer

2014-02-18 Thread Cristiano Costantini
Hi Thomas, where can I checkout the code you are working on? Maybe I can write some test to help you in your work... Cristiano 2014-02-18 20:21 GMT+01:00 Thomas Termin : > Hi, > > I'm currently working on porting the netty component to netty 4. I also > implement that we can use client or serve

show ftp commands

2014-02-18 Thread javamonkey79
In the FTP component docs, it shows the FTP commands from the stepwise flag: TYPE A 200 Type set to A PWD 257 "/" is current directory. CWD one 250 CWD successful. "/one" is current directory. CWD two 250 CWD successful. "/one/two" is current directory. SYST 215 UNIX emulated by FileZilla PORT 127

Re: Camel netty response is trimied for large data

2014-02-18 Thread Thomas Termin
I can't see where camel should limit this. You should turn on trace logging to see the body which is send. Thomas On Mon, Feb 17, 2014 at 9:35 AM, bulutoprak wrote: > Hi, > I am using netty tcp route to handle requests and return a string message > to > the clients. The solution is working for

Re: Netty listening producer

2014-02-18 Thread Thomas Termin
Hi, I'm currently working on porting the netty component to netty 4. I also implement that we can use client or server in consumer and producer. But as I do this in my spare time it takes a little bit. Thomas On Tue, Feb 18, 2014 at 6:52 PM, Cristiano Costantini < cristiano.costant...@gmail.com

Re: Netty listening producer

2014-02-18 Thread Cristiano Costantini
Hi Claus, I have the same need of Stijn. Would you mind giving us an analysis for the feasibility of this feature, together with some hint on where to work into the code and list the task you expect need to be done to achieve this? If it is feasible I would like to try to contribute, or at least

Re: Netty listening producer

2014-02-18 Thread Claus Ibsen
Hi No this is currently not supported out of the box. On Tue, Feb 18, 2014 at 7:23 AM, Stijn Haezebrouck wrote: > Hello, we need to implement following setup: > We have a system to which we need to send data (one way only), but where the > other system acts as a TCP/IP client. Hence, we should w

RE: How to set a message header to an object in spring?

2014-02-18 Thread bocamel
Thanks! The suggestion worked beautifully. From: Claus Ibsen-2 [via Camel] [mailto:ml-node+s465427n5747460...@n5.nabble.com] Sent: Tuesday, February 18, 2014 1:46 AM To: bocamel Subject: Re: How to set a message header to an object in spring? On Tue, Feb 18, 2014 at 5:26 AM, bocamel <[hid

Re: Spring AMQP Apache Camel Component Released

2014-02-18 Thread muthukumara...@gmail.com
Thank you deckerego. I agree some thing is wrong. I will try to dig more into this and get back to you with my findings. Thanks, Muthu -- View this message in context: http://camel.465427.n5.nabble.com/Spring-AMQP-Apache-Camel-Component-Released-tp5027785p5747486.html Sent from the Camel - U