> On 4 May 2017, at 17:21, Mandy Chung <mandy.ch...@oracle.com> wrote: > > The JAX-WS in JDK 9 is going to be 2.3.0 [1]. java.xml.ws is not resolved by > default. JAX-WS 2.1 API can only be loaded to the runtime from class path if > java.xml.ws is not resolved. The JAX-WS runtime in JDK 9 will not be loaded > in this case. If this message is specific for this scenario, this message is > okay to keep it and would be good to add a comment saying “this message > should not be loaded from JDK 9 runtime"
Yes I think, it is OK to keep untranslated. According to comments in code it looks like this may happen if JAXWS-RI 2.2 is loaded together with JAXWS-API 2.1. Which in turn could only happen if java.xml.ws module is not resolved in and both are loaded from classpath. Adding Lukas. Roman