I have had two cases now where using the refactoring to change the name of a JAX-WS web service project does not end with the generated deployment name changing .
For example, change a project from “WsTemp16” to “WsTemp” still generates a WAR and internal tomcat deployment of “WsTemp16” for the URL needed to access the application.
The only way I have been able to get around the generation issue is to create a new project and copy the settings and contents from the old one, this of course is not a reasonable solution.
The project name and all references I can find reference the new “WsTemp” name, so does any know how to get ME to actually generate to the new name?
I am using ME 10.5 on windows to do the development work.
Thanks for any thoughts,
Ed