Hello Oisin, Thank you for the reply and I'm sorry for my explanation.
I have an application developed using Eclipse RCP and I have a plug-in to create the web services (using the code sent in the previous email). This application has a product definition and is the same in both versions of Eclipse. Using the Eclipse Ganymede (jdk 1.5) everything works fine, but when I run the same application using Eclipse Galileo (jdk 1.6) the web services are not created (they are not present in the WSDL). The problem occurs when I run the application using the "Launch an Eclipse application" and when I run the application after exporting it. If I use the same code but running as a "normal" application (without using Eclise RCP) it runs without problems. Thanks, Pedro Oliveira Software Engineer Critical Software, S.A. Parque Industrial de Taveiro, Lote 48 3045-504 Coimbra, Portugal Tel: +351 239 989 100 Fax: +351 239 989 119 Dependable Technologies for Critical Systems DISCLAIMER: This message is confidential and may contain privileged information. It is for use only by the persons or entities to whom it is addressed. If you are not an intended recipient, you should not disclose, distribute, copy, print, rely on or otherwise make use of this message. If an addressing or transmission error has misdirected it to you we would be grateful if you would please notify the sender by return, before deleting it from your system. -----Original Message----- From: Oisin Hurley [mailto:[email protected]] Sent: segunda-feira, 27 de Julho de 2009 15:14 To: [email protected] Subject: Re: Eclipse Galileo and Apache CXF Pedro - I'm trying to discover if it's actually Eclipse is the issue. I'm having some trouble parsing your mail. You've developed a CXF application using Eclipse Ganymede and it runs successfully when you do Run As... in the IDE. Is that correct? What choice did you make after Run As...? > Recently, we migrated it to Eclipse Galileo and the web service stoped > working. It doesn't raise any error or exception and apparently runs without > problem. However, the services are not created. Is there someone with the > same problem? Now, you have recompiled your application using Eclipse Galileo as the IDE and when you to do Run As... in the IDE the application runs, but the services are not present in the WSDL. Is this correct? When you say "the web service stopped working" do you mean it stopped working but only when your run it in Eclipse? Or it stopped working even when you run it outside of Eclipse? Are the Java compiler settings the same in both cases of Eclipse? Are you running the application using a main() method? Or is it being run in a container? It would be helpful if you could list what steps you are taking to run the application and perhaps provide a short piece of code that is similar to your application and shows the same behaviour. --oh
