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
