Re: problem with camel-http routing with spring dsl

2012-07-13 Thread magic.coder
Worked like a charm.. Thanks a lot Mr. Claus Ibsen. Regards, magic.coder -- View this message in context: http://camel.465427.n5.nabble.com/problem-with-camel-http-routing-with-spring-dsl-tp5715852p5716021.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: problem with camel-http routing with spring dsl

2012-07-13 Thread Claus Ibsen
> context.addRoutes(new RouteBuilder() { > @Override > public void configure() throws Exception { > > from("direct:MyProducerUri").to("http://localhost:8080/camel-example-cxf-tomcat/webservices/incident";); > } > }); > > I have deployed the webservi

problem with camel-http routing with spring dsl

2012-07-11 Thread magic.coder
oid configure() throws Exception { from("direct:MyProducerUri").to("http://localhost:8080/camel-example-cxf-tomcat/webservices/incident";); } }); I have deployed the webservice in my local machine tomcat. Please help me with this. I am sure this is some configuration issue.