Re: Camel CXF RS Working example

2011-09-25 Thread nit_mis
Thanks Willem and Jean-Baptiste for your replies. But the problem I am facing is I have used the configurations as mentioned in the docs and as per your instructions. When I try to deploy the application in tomcat as a war and try to access the restful service by typing the link in the browser, ht

Re: How can I insert data in Solr from Camel ?

2011-09-25 Thread Gert Villemos
The Solr component has been compiled against Camel 2.7.0. I will be migrating it to the latest Camel version soon. -- View this message in context: http://camel.465427.n5.nabble.com/How-can-I-insert-data-in-Solr-from-Camel-tp4684539p4839539.html Sent from the Camel - Users mailing list archive a

Re: Invoking a Camel end point deployed in remote Server from JUnit test case

2011-09-25 Thread Claus Ibsen
On Sun, Sep 25, 2011 at 9:18 AM, tatha wrote: > Hi Claus, > > Thanks for the response. > > We are using Camel 2.0.0. Yes you are right, the Tomcat runs on one JVM and > the JUNIT needs to run on another JVM, so in short we have to do a remote > communication to call the endpoint. > Camel 2.0.0 is

Re: business activity monitoring with Spring DSL

2011-09-25 Thread Christoph Burmeister
hi hadrian, thanks for creating this issue. will keep an eye on it. christoph 2011/9/25 Hadrian Zbarcea : > Christoph, unfortunately no, not at this time. I don't think there is any > short time plan for that either. > > I created CAMEL-4488 [1] because it's an interesting idea. I think came

Re: Invoking a Camel end point deployed in remote Server from JUnit test case

2011-09-25 Thread tatha
Hi Claus, Thanks for the response. We are using Camel 2.0.0. Yes you are right, the Tomcat runs on one JVM and the JUNIT needs to run on another JVM, so in short we have to do a remote communication to call the endpoint. The DispatcherServiceImpl is a simple stateless business class, which has b