Ivan Xu wrote: > > > which version and assembly do you use ? Geronimo 2.2 Tomcat ? > > 2010/9/11 Faw <[email protected]> > > -- > Ivan > >
I'm using geronimo-jetty 2.2. Tested on geronimo-tomcat 2.2 it deploys but it throws 3 errors (errors at the end of this message). So there is a problem somewhere, could be my config, jetty, or tomcat just want to know who to blame. I just started with geronimo, so I think it might be my config. Here is the test service I made: http://www.megaupload.com/?d=4KSTASG4 Here is the eclipse project: http://www.megaupload.com/?d=HPWLR3FX Uses the geronimo-admin realm, the path to the wsdl is http://<geronimo-server>/TestService?wsdl Errors: 2010-09-13 14:15:34,258 ERROR [EjbModuleBuilder] AxisModuleBuilderExtension.initContext() failed: Duplicate contextID registered! com.mycompamy/SecureService/1.0/car?EJBModule=com.mycompamy/SecureService/1.0/car,J2EEApplication=null,j2eeType=StatelessSessionBean,name=TestService 2010-09-13 14:15:36,520 ERROR [WsdlGeneratorUtils] Process failed: wsgen can not generate WSDL for SOAP 1.2 binding: http://www.w3.org/2003/05/soap/bindings/HTTP/ on class: com.mycompany.TestServiceBean. 2010-09-13 14:15:36,530 ERROR [EjbModuleBuilder] JAXWSEJBModuleBuilderExtension.addGBeans() failed: WSDL generation failed -- View this message in context: http://apache-geronimo.328035.n3.nabble.com/Secure-WebService-with-BASIC-Authentication-tp1354513p1467642.html Sent from the Users mailing list archive at Nabble.com.
