Re: Getting NullPointerException when talking to NMR Endpoint

2010-04-29 Thread Harbeer Kadian
. nmr:endpoint:serviceNamespace[sep]serviceName[sep]endpointName Do I also need to add all this information in my spring beans file. With Regards Harbeer Kadian Freeman Fang wrote: Hi, Please tell me the exact smx 4 version you are using, I checked apache servicemix 4.0 code, but ServiceMixProducer.java

Re: Getting NullPointerException when talking to NMR Endpoint

2010-04-28 Thread Harbeer Kadian
publish address to be nmr:Persons Also I did not received any exception when starting the CXF Bundle. With Regards Harbeer Kadian willem.jiang wrote: Can you make sure the cxf bundle is started rightly before the camel route bundle? For the stack trace , I think the CXF endpoint is not start

Getting NullPointerException when talking to NMR Endpoint

2010-04-27 Thread Harbeer Kadian
in my case the NMR endpoint and the router are in different bundles. Please help. With Regards Harbeer Kadian -- View this message in context: http://old.nabble.com/Getting-NullPointerException-when-talking-to-NMR-Endpoint-tp28376375p28376375.html Sent from the Camel - Users mailing list

How to change java application into Enterprise Integration Pattern

2010-04-08 Thread Harbeer Kadian
pictorial representation of our application. http://old.nabble.com/file/p28179266/ExecuteOperation.png ExecuteOperation.png Please give me some guidelines regarding how to change a java application into Enterprise Integration Patterns. With Regards Harbeer Kadian -- View this message in context

Re: Not able to invoke webservice using http component

2010-03-24 Thread Harbeer Kadian
=http://www.w3.org/2001/XMLSchema; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;soapenv:BodysayHelloResponse xmlns=http://tutorial.com;sayHelloReturnHello Harbeer Kadian/sayHelloReturn/sayHelloResponse/soapenv:Body/soapenv:Envelope Now i want to read this output and change it into java objects

Re: NoSuchEndpointException: getting exception when talking to http endpoint using camel

2010-01-08 Thread Harbeer Kadian
is forcing us to add explicitly HttpComponent to talk to a http endpoint, or this is the camel way of sending messages to endpoints. Thanks for the valuable suggestions added to understand the problem. With Regads Harbeer kadian Harbeer Kadian wrote: Hi, I did as per your suggestion. Here

Re: NoSuchEndpointException: getting exception when talking to http endpoint using camel

2010-01-07 Thread Harbeer Kadian
a http endpoint. With Regards Harbeer kadian willem.jiang wrote: After you create the CamelContext with CamelContextFactory, you can set the JndiContext with these codes CompositeRegistry compositeRegistry = new CompositeRegistry(); compositeRegistry.addRegistry(new JndiRegistry

Re: NoSuchEndpointException: getting exception when talking to http endpoint using camel

2010-01-07 Thread Harbeer Kadian
-spring (1.6.1.fuse) [ 165] [Active ] [ ] [ 60] camel-http (1.6.1.fuse) With Regards Harbeer Kadian Harbeer Kadian wrote: Hi, I created a new camel router to send a message to a webservice using camel-http component. The configure method of the router is as follows

Re: NoSuchEndpointException: getting exception when talking to http endpoint using camel

2010-01-07 Thread Harbeer Kadian
Hi, I checked the respective jar(camel-osgi) in cache folder. To my surprise, the CompositeRegistry class is not present there. Is it like I am using old version of camel-osgi feature. With Regards Harbeer Kadian Harbeer Kadian wrote: Hi, I changed the creation of CamelContext as per

NoSuchEndpointException: getting exception when talking to http endpoint using camel

2010-01-06 Thread Harbeer Kadian
. [ 165] [Active ] [ ] [ 60] camel-http (1.6.1.fuse) Please tell if i am missing some thing required to talk to a Http Component. With Regards Harbeer Kadian -- View this message in context: http://old.nabble.com/NoSuchEndpointException%3A-getting-exception-when-talking-to-http

Re: NoSuchEndpointException: getting exception when talking to http endpoint using camel

2010-01-06 Thread Harbeer Kadian
for you. Do you know any book or any good website which comprehensively explains how to work with apache camel. With Regards Harbeer Kadian Harbeer Kadian wrote: Hi, I created a new camel router to send a message to a webservice using camel-http component. The configure method

Getting error when using Apache camel inside servicemix.

2009-12-04 Thread Harbeer Kadian
Please help if i am missing some thing. With Regards Harbeer Kadian -- View this message in context: http://old.nabble.com/Getting-error-when-using-Apache-camel-inside-servicemix.-tp26635824p26635824.html Sent from the Camel - Users mailing list archive at Nabble.com.