I am trying to migrate our apps that are using jax-ws based communication between services, and i found that simply enabling devtools causes exception related to ClassLoader, that is returned to jax-ws handler by spring app, to find web-service interface in classpath, the exception message i got was:
interface com.app.PrincipalWebService is not visible from class loader
Do i need to provide more information?