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
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
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
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
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