Hi Glen, Thanks for you reply.
Actually in the user guide, the hello world example uses a simple JaxWsServerFactoryBean. I'm using the eclipse for trying out these examples. I tried to find the javadoc of the JaxWsServerFactoryBean but I was not able to find. Can you please help on this. The javadoc contains only the method summary and not explanations of the methods. On Wed, Oct 31, 2012 at 9:47 PM, Glen Mazza <[email protected]> wrote: > Hmm, I'm not sure an external process can call another process' destroy() > method. Normally the standalone embedded Jetty services run in one window > until you Ctrl-C to escape from it. Have you considered deployment on > Tomcat or an OSGi container? (http://www.jroller.com/** > gmazza/entry/web_service_**tutorial<http://www.jroller.com/gmazza/entry/web_service_tutorial>) > -- that might give you the service-side rigor you're looking for. > > Glen > > > On 10/31/2012 12:01 PM, selvakumar netaji wrote: > >> Hi All, >> >> I'm new to apache cxf. I have tried out the hello world example. The >> service is exposed using the JaxWsServerFactoryBean. After starting the >> server I tested the services. It was working fine and tired to stop the >> server using the destroy method. It didn't work out. So I tried to see the >> javadoc but nothing was mentioned in those javadoc except the method >> summary. The server is stopped only on stopping the vm. Can you please >> help on this to find out the javadocs. >> >> > > -- > Glen Mazza > Talend Community Coders - coders.talend.com > blog: www.jroller.com/gmazza > >
