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

2012-03-16 Thread Claus Ibsen
On Fri, Mar 16, 2012 at 12:07 PM, soumya_sd wrote: > > > > Claus Ibsen-2 wrote >> >> Hi >> >> This is also posted as Q on stackoverflow, which is answered there >> http://stackoverflow.com/questions/9728604/apache-camel-simple-https-google-places-call-difference-between-spring-dsl-a >> >> Please w

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

2012-03-16 Thread soumya_sd
Claus Ibsen-2 wrote > > Hi > > This is also posted as Q on stackoverflow, which is answered there > http://stackoverflow.com/questions/9728604/apache-camel-simple-https-google-places-call-difference-between-spring-dsl-a > > Please when you ask for help on multiple channels, then mention that

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

2012-03-15 Thread Claus Ibsen
Hi This is also posted as Q on stackoverflow, which is answered there http://stackoverflow.com/questions/9728604/apache-camel-simple-https-google-places-call-difference-between-spring-dsl-a Please when you ask for help on multiple channels, then mention that you do that. This help keep the conver

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 from the Camel - Users mai

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

2012-03-15 Thread Christian Müller
In your XML/Spring route definition, you have to use "&" instead of "&". Best, Christian On Fri, Mar 16, 2012 at 12:04 AM, soumya_sd wrote: > I'm trying to integrate Google Places API using Apache Camel > (2.10-SNAPSHOT) > and Spring (3.0.7.RELEASE) with Tomcat (7.0.26) as my web conainer serve