Hi Raj, I might be missing something, but why do you think Camel comes into the picture at all? Since without it your application is running just fine, I would say that you should just go with that and be happy :-)
Regards, Roland On Mon, Feb 10, 2014 at 7:06 PM, Vaibhav Raj <[email protected]>wrote: > Use case: I have a REST endpoint which is developed with Spray Routing. It > receives requests from clients and for some services it calls another REST > service which is hosted on another server. After receiving response from > remote REST service it does some processing and returns the result back to > the client. > > Implementation: can be found at > https://github.com/rajvaibhav/akka-camel-producer-example.git > > I am getting "Internal server error" after calling > http://localhost:8080/ping. I am not able to trace the Exception or the > cause. Probably I am not able to configure akka-camel properly. The > application is running properly if I remove the askakka-camel Producer code > from the application. > > Please help me find the issue. I also need help in how to log any uncaught > exception in an actor. > > Any help appreciated! > > -- > >>>>>>>>>> Read the docs: http://akka.io/docs/ > >>>>>>>>>> Check the FAQ: http://akka.io/faq/ > >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user > --- > You received this message because you are subscribed to the Google Groups > "Akka User List" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/groups/opt_out. > -- Akka Team Typesafe - The software stack for applications that scale Blog: letitcrash.com Twitter: @akkateam -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/groups/opt_out.
