Re: Getting NullPointerException when talking to NMR Endpoint

2010-04-29 Thread Freeman Fang
Hi, My comment inlien On 2010-4-29, at 下午6:25, Harbeer Kadian wrote: Hi, I am using following version of servicemix FUSE ESB v. 4.2.0 Also I am giving more description of what I did. I have a cxf webservice exposed as nmr endpoint using following configuration. jaxws:endpoint id="PersonEndPo

Re: Getting NullPointerException when talking to NMR Endpoint

2010-04-29 Thread Harbeer Kadian
Hi, I am using following version of servicemix FUSE ESB v. 4.2.0 Also I am giving more description of what I did. I have a cxf webservice exposed as nmr endpoint using following configuration. jaxws:endpoint id="PersonEndPointWebService" implementor="#PersonEndPoint"

Re: Getting NullPointerException when talking to NMR Endpoint

2010-04-29 Thread Freeman Fang
Hi, Please tell me the exact smx 4 version you are using, I checked apache servicemix 4.0 code, but ServiceMixProducer.java:44 won't throw NPE. Thanks Freeman On 2010-4-28, at 下午5:18, Harbeer Kadian wrote: HI, The CXF Bundle is deployed properly. I had these lines in the log files. Crea

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
HI, The CXF Bundle is deployed properly. I had these lines in the log files. Creating Service {http://impl.ws.esb.com/}PersonEndPointImplImplService from class com.esb.ws.impl.PersonEndPointImpl ServerImpl | g.apache.cxf.endpoint.ServerImpl 91 | Setting the server's publi

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