Hi,

I have a web service created under jDeveloper using JAX-WS 2.2 that I'm trying to move into STS. I am able to create a project and everything compiles cleanly, but I'm having trouble running the WS. Since it's running under Java 6, I need to use the 'endorsed' process of telling tomcat to use the JAX-WS 2.2 version (instead of the 2.1 version bundled with Java 6).
I've created shared/lib folders, copied jars, created an endorsed folder, modified the catalina.properties file and changed the server JVM options to include the -Djava.endorsed.dirs, but when I run the WS I get a telltale NoSuchMethodError which tells me I have a mismatch between JAX-WS 2.1 on the server and JAX-WS 2.2 in the code.
I go back to look at the JVM options and notice that they have been overwritten. Same with the catalina.properties file.

How do I modify the embedded VMware vFabric Server so that it doesn't overwrite my 'endorsed' changes?