Re: Getting NullPointerException when talking to NMR Endpoint

2010-04-29 Thread Freeman Fang
MR is working fine. The only change I observed is that the example is keeping all the things in the same bundle whereas 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

Re: Getting NullPointerException when talking to NMR Endpoint

2010-04-29 Thread Harbeer Kadian
xProducer.java:44) >>>>at >>>> org.apache.camel.processor.SendProcessor >>>> $1.doInProducer(SendProcessor.java:97) >>>>at >>>> org.apache.camel.processor.SendProcessor >>>> $1.doInProducer(SendProcessor.java:95) >

Re: Getting NullPointerException when talking to NMR Endpoint

2010-04-29 Thread Freeman Fang
-- View this message in context: http://old.nabble.com/Getting-NullPointerException-when-talking-to-NMR-Endpoint-tp28376375p28386474.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Freeman Fang Open Source SOA: http://fusesource.com

Re: Getting NullPointerException when talking to NMR Endpoint

2010-04-29 Thread Willem Jiang
The nmr endpoint should work across the bundles. Can you check if CXF Bundle is started for the camel-nmr bundle? Willem Harbeer Kadian wrote: HI, The CXF Bundle is deployed properly. I had these lines in the log files. Creating Service {http://impl.ws.esb.com/}PersonEndPointImplImplService f

Re: Getting NullPointerException when talking to NMR Endpoint

2010-04-28 Thread Harbeer Kadian
that the >> example is keeping all the things in the same bundle whereas 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-tp28376375p28386474.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Getting NullPointerException when talking to NMR Endpoint

2010-04-27 Thread Willem Jiang
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 rightly. Willem Harbeer Kadian wrote: Hi, I checked the example given in servicemix 4.0 CXF-Camel NMR. I tried to follow the example. I created a CXF

Getting NullPointerException when talking to NMR Endpoint

2010-04-27 Thread Harbeer Kadian
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 archive at Nabble.com.