RE: xfire migration

2007-07-20 Thread Deno Vichas
, July 20, 2007 12:43 AM To: cxf-user@incubator.apache.org Subject: Re: xfire migration Hi Deno, I am sorry to reply your mail later. Basicly you NPE issue is coming from the bus is not loaded rightly. Please check the log files to see if you can get the below information: Jul 20, 2007 3:27:58 PM

RE: xfire migration

2007-07-20 Thread Deno Vichas
generated with jaxb. Thanks, deno -Original Message- From: Deno Vichas [mailto:[EMAIL PROTECTED] Sent: Friday, July 20, 2007 9:40 AM To: cxf-user@incubator.apache.org Subject: RE: xfire migration Crap! I found it. D'oh! I forgot to remove the bean from the old xml config that xfire

Re: xfire migration

2007-07-16 Thread Willem Jiang
@incubator.apache.org Subject: Re: xfire migration I think you missed a jar in you class path, It is xml-resolver-1.2.jar and it should be in the CXF_INSTALL/lib directory. Willem. Deno Vichas wrote: All, I'm trying to port my xfire services to cxf. I figured it's a good time since

RE: xfire migration

2007-07-16 Thread Deno Vichas
1:13 AM To: cxf-user@incubator.apache.org Subject: Re: xfire migration Hi Deno, You can use the jaxws syntax to deal with your annotated service class. Please ref this URL [1] for more information. http://cwiki.apache.org/CXF20DOC/jax-ws-configuration.html Cheers, Willem. Deno Vichas wrote

Re: xfire migration

2007-07-15 Thread Willem Jiang
I think you missed a jar in you class path, It is xml-resolver-1.2.jar and it should be in the CXF_INSTALL/lib directory. Willem. Deno Vichas wrote: All, I'm trying to port my xfire services to cxf. I figured it's a good time since I only have 2 of them. I think I've followed the