Getting error while marshalling: class org.apache.cxf.message.MessageContentsList nor any of its super class is known to this context.

2013-09-23 Thread vsmahesh
Hi all, When I am trying to marshall incoming POJO in cxf .I am getting the *class org.apache.cxf.message.MessageContentsList nor any of its super class is known to this context.* error. My camel Route is like this, http://camel.apache.org/schema/spring";>

Marshalling:getting the error javax.xml.bind.JAXBException: class org.apache.cxf.message.MessageContentsList nor any of its super class is known to this context.

2013-09-17 Thread vsmahesh
Hi I am getting the following error when i try to marshal the incoming pojo My camel-context is like this http://camel.apache.org/schema/spring";> partClass="abcd.pi.mes.id59.powerconsumption.DTPowerConsumption"

Getting the error Invalid content was found starting with element 'marshall'.

2013-09-17 Thread vsmahesh
Hi .. I am getting error when adding tag to my route my camel-context is given below http://camel.apache.org/schema/spring";> The error is like org.springframework.beans.factory.xml.XmlBeanDefinitionStoreExc

Re: sending email:getting error Error processing exchange. Exchange Message: Body is null.

2013-09-14 Thread vsmahesh
Thank you.Its working.I implemented it using Email sending checking.!! -- View this message in context: http://camel.465427.n5.nabble.com/sending-email-getting-error-Error-processing-exchange-Exchange-Message-Body-is-null-tp5739344p5739350.html Sent from the Came

sending email:getting error Error processing exchange. Exchange Message: Body is null.

2013-09-14 Thread vsmahesh
Hi all, I am geeting the error body is null when i m trying to send mail from camel. My route is like, I tried with following process methods,but i am getting the same error @Override public void process(Exchange exchng) throws Exception { CamelContext context = null;

Re: Error when adding in camel route file

2013-09-14 Thread vsmahesh
Thanks a lot..Error has gone..!! -- View this message in context: http://camel.465427.n5.nabble.com/Error-when-adding-dataFormats-in-camel-route-file-tp5739260p5739300.html Sent from the Camel - Users mailing list archive at Nabble.com.

getting com.sun.mail.smtp.SMTPSendFailedException:554 Mail from camel@localhost rejected fo r policy reasons.

2013-09-14 Thread vsmahesh
Hi all, I am getting error when i am adding mail componenet as My camel route is "Email checking mahesh" The error is like that 2013-09-13 17:05:17,610 [0 - timer://foo] WARN TimerConsumer - Er

Error when adding in camel route file

2013-09-12 Thread vsmahesh
Hi all, When I am using in my route I am getting the error [INFO] Finished at: Thu Sep 12 17:16:32 EEST 2013 [INFO] Final Memory: 15M/111M [INFO] [ERROR] Failed to execute goal org.apache.camel:camel-maven-plugin:2.10.0.fuse

Re: getting exception org.apache.camel.InvalidPayloadException: No body available of type: when I try to

2013-09-11 Thread vsmahesh
Hi.. I just used for serialization. Thanks -- View this message in context: http://camel.465427.n5.nabble.com/getting-exception-org-apache-camel-InvalidPayloadException-No-body-available-of-type-when-I-try-to-s-tp5739206p5739209.html Sent from the Camel - Users mailing list ar

getting exception org.apache.camel.InvalidPayloadException: No body available of type: when I try to

2013-09-11 Thread vsmahesh
Hi, When I try to serialize the Incoming POJO in the cxf:bean inorder to save it to queue ,I am getting Invalid payload exception. this is my route I am getting the

Adding camel-jaxb dependency throws error in pom file

2013-09-11 Thread vsmahesh
Hi , I am getting error in and execution> tag showing null,when I am adding the dependency org.apache.camel camel-jaxb 2.6.0 Kindly check the screenshot for the error in POM file -- View this message in c

Re: getting java.io.NotSerializableException when soap request recived in POJO format is routed to active mq

2013-09-10 Thread vsmahesh
Hi, I changed to public class DTPowerConsumption implements Serializable.But it is still throwing the same error. public class DTPowerConsumption ,is a class generated automatically from the WSDL.I am stuck with this error. java.lang.RuntimeException: outotec.pi.mes.id59.powerconsumption.DTPower

Re: getting java.io.NotSerializableException when soap request recived in POJO format is routed to active mq

2013-09-10 Thread vsmahesh
Hi, Thanks for the reply.I am able to route to queue from cxf endpoint.But when I am forwrding the data from that queue to to jaxws :client I am getting the error.I am following WSDL first approch.The error is given below org.apache.cxf.interceptor.Fault: Could not send Message. at org.apac

getting java.io.NotSerializableException when soap request recived in POJO format is routed to active mq

2013-09-10 Thread vsmahesh
Hi i am getting the following erro when i try to route to activemq from cxf endpoint which is getting soap request in POJO format.When i route to queue i am getting not serializable error.The error is java.lang.RuntimeException: outotec.pi.mes.id59.powerconsumption.DTPowerConsumption at