Re: Why this works with Spring DSL and not Java DSL - http component

2012-03-16 Thread Claus Ibsen
e answer on the 2nd channel etc. > BTW, I'm also reading your book and find it helpful as a Camel newbie. > > Thanks. > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Why-this-works-with-Spring-DSL-and-not-Java-DSL-http-component-tp5569500p5570923.html

Re: Why this works with Spring DSL and not Java DSL - http component

2012-03-16 Thread soumya_sd
t in on forum and put a link on the other. I was also going to update this thread with the solution (that you have already linked to above.) BTW, I'm also reading your book and find it helpful as a Camel newbie. Thanks. -- View this message in context: http://camel.465427.n5.nabble.com/W

Re: Why this works with Spring DSL and not Java DSL - http component

2012-03-15 Thread Claus Ibsen
7;t get the expected output. I get the following response from Google's > servers. > > { "html_attributions" : [], "results" : [], "status" : "REQUEST_DENIED" } > > I'm assuming that I don't have to do anything special in my Java DS

Re: Why this works with Spring DSL and not Java DSL - http component

2012-03-15 Thread soumya_sd
I'm using "&" in my Spring XML. My Spring routes works. The Java DSL version of the same route is not working. -- View this message in context: http://camel.465427.n5.nabble.com/Why-this-works-with-Spring-DSL-and-not-Java-DSL-http-component-tp5569500p5569542.html Sent fro

Re: Why this works with Spring DSL and not Java DSL - http component

2012-03-15 Thread Christian Müller
My Camel route is deployed and started correctly. However, when I invoked > it > I don't get the expected output. I get the following response from Google's > servers. > > { "html_attributions" : [], "results" : [], "status" : "REQUEST_DENI

Why this works with Spring DSL and not Java DSL - http component

2012-03-15 Thread soumya_sd
xpected output. I get the following response from Google's servers. { "html_attributions" : [], "results" : [], "status" : "REQUEST_DENIED" } I'm assuming that I don't have to do anything special in my Java DSL to handle HTTPS (instead of HTTP). Is this