> Thank you for the reply and I'm sorry for my explanation. No sorry necessary :)
> 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). Right, so it's an RCP app. Have you attempted to run the application using Galileo with jdk 1.5? If this works, then the issue will be to do with some of the capabilities that are included in Java 6, which are not in Java 5, eg. the JAXB stuff. --oh
