RE: CXF Standalone Server

2007-04-30 Thread Christopher Moesel
EMAIL PROTECTED] Sent: Monday, April 30, 2007 10:01 AM To: cxf-user@incubator.apache.org Subject: RE: CXF Standalone Server Thanks for the pointers, Willem. Now when I load the spring config files (just via a main method in a Java class), I get an error when it tries to load the jetty classes. Any ideas

RE: CXF Standalone Server

2007-04-30 Thread Christopher Moesel
at java.lang.reflect.Method.invoke(Method.java:585) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:90) -Original Message- From: Willem Jiang [mailto:[EMAIL PROTECTED] Sent: Friday, April 27, 2007 10:32 PM To: cxf-user@incubator.apache.org Subject: Re: CXF Standalone Server Hi Chris, I

Re: CXF Standalone Server

2007-04-27 Thread Willem Jiang
Hi Chris, If you want to start up a CXF standalone Server , you don't need to do any configuration of the HTTP listener. It will start up the listener on the service publish address which you define in the wsdl or pass to the jaxws api. CXF HTTP standalone Server start the http transport lis