I would be happy both to send you the app and to contribute to info about deploying on Geronimo. Of course, I have been unsuccessful deploying to Geronimo, as yet. It deployed on G1.0, but G1.1.1 gives me a meaningless stack trace about 1000 lines long. In order to keep my deployment free of any non-generic artifacts (except for geronimo-application.xml and geronimo-web.xml, of course), my build process is pretty narly. I'm using the Axis java2wsdl tool to generate the WSDL from the interface, and then I use Sun's 'wscompile' tool to generate the 'mapping.xml' file. I have been using 'wscompile' for both the wsdl and mapping file generation, but 'java2wsdl' explicitly supports document literal wrapped, so I'm trying that. That requires more manual coordination to make the namespaces correct in 'webservices.xml', 'config.xml' (the wscompile info file), and the wsdl. When I was using only wscompile, I only had to coordinate the config.xml and webservices.xml files. However, I'm getting Ant to take care of most of it.
- Ray Clough -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jacek Laskowski Sent: Wednesday, October 11, 2006 11:23 PM To: [email protected] Subject: Re: Web Service Problem On 10/11/06, Clough, Ray C PWR <[EMAIL PROTECTED]> wrote: > I wrote a simple demo WS which deployed fine under Geronimo 1.0. I > recently tried upgrading it to G1.1.1 and I've failed miserably. I used the upgrade > tool to modify the geronimo-web.xml and geronimo-application.xml files. I > generate the WSDL using Sun's 'wscompile' tool. When I deploy on G1.1.1 I > get a huge and not helpful error message output beginning with: Is there any chance we could take a look at the app? It could become part of our docs if you don't mind. BTW, would you happen to find some spare cycles and contribute to our docs with information about deploying web services to Geronimo? Jacek -- Jacek Laskowski http://www.laskowski.net.pl
