Re: i am getting exception org.apache.cxf.interceptor.Fault: org/apache/camel/CamelContext

2014-07-16 Thread ishwar
actually i am using the apache-tomee-jaxrs as server. and i included this two library camel-core-2.12.1 camel-mail-2.12.1. so its work.try it. -- View this message in context:

Re: i am getting exception org.apache.cxf.interceptor.Fault: org/apache/camel/CamelContext

2014-07-15 Thread Rajagopal
Hey Ishwar, Even i am using the eclipse. Which lib did you put into apache lib..?? -- View this message in context: http://camel.465427.n5.nabble.com/i-am-getting-exception-org-apache-cxf-interceptor-Fault-org-apache-camel-CamelContext-tp5742012p5753875.html Sent from the Camel - Users

Re: i am getting exception org.apache.cxf.interceptor.Fault: org/apache/camel/CamelContext

2013-10-22 Thread Claus Ibsen
You have some sort of class loading issue, this is from the exception Caused by: java.lang.ClassNotFoundException: org.apache.camel.CamelContext at On Tue, Oct 22, 2013 at 9:16 AM, ishwar panjariish...@gmail.com wrote: hi, i am new in camel. i want to send the email using camel so i

Re: i am getting exception org.apache.cxf.interceptor.Fault: org/apache/camel/CamelContext

2013-10-22 Thread ishwar
but this exception only i am getting when i invoking using rest uri eg. http://localhost:8080/Notification/notificationservice/sendemail but when i am calling from main class i am not getting any exception -- View this message in context:

Re: i am getting exception org.apache.cxf.interceptor.Fault: org/apache/camel/CamelContext

2013-10-22 Thread Willem jiang
Can I have a look at your camel route? -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English) http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese) Twitter: willemjiang Weibo: 姜宁willem On

Re: i am getting exception org.apache.cxf.interceptor.Fault: org/apache/camel/CamelContext

2013-10-22 Thread ishwar
i got the solution .actually i am using eclipse and i included the lib into class path so its working when i call from main method but when i call from rest services then i am got the exception so i put the lib file into the apache lib folder so its working fine. Thanks for helping me. -- View

Re: i am getting exception org.apache.cxf.interceptor.Fault: org/apache/camel/CamelContext

2013-10-22 Thread ishwar
now i got the solution.i am using eclipse without maven pluggin so i included two lib file into class file but i forgot to put in apache lib for that i got the exception after put the file into the apache lib the every thing is working fine -- View this message in context: