RE: Back to a really basic question: using CXF+Spring to deploy a JAX-WS+Aegis service behind a servlet container.

2007-07-20 Thread Benson Margulies
My experience is that commenting on the Wiki pages is like a quantum
process. Willem fixes them more or less instantly.

 -Original Message-
 From: Freeman Fang [mailto:[EMAIL PROTECTED]
 Sent: Thursday, July 19, 2007 10:55 PM
 To: cxf-user@incubator.apache.org
 Subject: Re: Back to a really basic question: using CXF+Spring to
deploy a
 JAX-WS+Aegis service behind a servlet container.
 
 Hi Benson,
 FYI,  I just know Willem update this wiki page today. So what I see
may
 not same as you saw.
 
 Best Regards
 Freeman
 
 Freeman Fang wrote:
  Hi Benson,
 
  I think you should follow spring_http sample.
  The doc from wiki might out of date, but the working demo is more
  believable. :-)
 
  Btw, I roughly check this wiki page and spring_http sample, they are
  pretty much match with each other. Would you please mark what kind
of
  macros defined in the sample is not match the wiki, so that we can
  update the wiki.
  Best Regards
 
  Freeman
 
  Benson Margulies wrote:
  Before I started discovering various issues in the migration from
xfire
  to cxf, my original goal was to wrap up a service of mine for
 deployment
  in a servlet container. The code of my service is set up to use
Spring
  to wire together various of its bits and pieces.
 
 
 
  I'm looking at the macros defined in the samples, and I see one or
two
  things that give me a pause. They don't look that much like
 
http://cwiki.apache.org/CXF20DOC/writing-a-service-with-spring.html.
  Should I just follow the wiki and ignore the samples?
 
 
 
 
 
 


RE: Back to a really basic question: using CXF+Spring to deploy a JAX-WS+Aegis service behind a servlet container.

2007-07-20 Thread Benson Margulies
I see that the Wiki and the spring_http samples are perfectly aligned.

My confusion resulted from looking at hello_world, which is another
thing altogether. What's going on in there?

The hello sample carefully deploys a prebuilt, static, WSDL file. Why
not just let the service handle the ?wsdl URL, as usual?

The cxf.xml for hello_world uses complex {} namespaces. The wiki
doesn't. It has a SOAPService bean. ?


Back to a really basic question: using CXF+Spring to deploy a JAX-WS+Aegis service behind a servlet container.

2007-07-19 Thread Benson Margulies
Before I started discovering various issues in the migration from xfire
to cxf, my original goal was to wrap up a service of mine for deployment
in a servlet container. The code of my service is set up to use Spring
to wire together various of its bits and pieces.

 

I'm looking at the macros defined in the samples, and I see one or two
things that give me a pause. They don't look that much like
http://cwiki.apache.org/CXF20DOC/writing-a-service-with-spring.html.
Should I just follow the wiki and ignore the samples?

 



Re: Back to a really basic question: using CXF+Spring to deploy a JAX-WS+Aegis service behind a servlet container.

2007-07-19 Thread Freeman Fang

Hi Benson,
FYI,  I just know Willem update this wiki page today. So what I see may 
not same as you saw.


Best Regards
Freeman

Freeman Fang wrote:

Hi Benson,

I think you should follow spring_http sample.
The doc from wiki might out of date, but the working demo is more 
believable. :-)


Btw, I roughly check this wiki page and spring_http sample, they are 
pretty much match with each other. Would you please mark what kind of  
macros defined in the sample is not match the wiki, so that we can 
update the wiki.

Best Regards

Freeman

Benson Margulies wrote:

Before I started discovering various issues in the migration from xfire
to cxf, my original goal was to wrap up a service of mine for deployment
in a servlet container. The code of my service is set up to use Spring
to wire together various of its bits and pieces.

 


I'm looking at the macros defined in the samples, and I see one or two
things that give me a pause. They don't look that much like
http://cwiki.apache.org/CXF20DOC/writing-a-service-with-spring.html.
Should I just follow the wiki and ignore the samples?