-
Bug
-
Resolution: Fixed
-
P2
-
9
-
Verified
com/sun/xml/internal/ws/model/Injector.java needs to be re-examined as it relies on being able to break into protected ClassLoader methods. As a short term solution then it can use Unsafe::defineClass to inject the classes but the Injector code also attempts to invoke other methods.
For now, we propose to disable wrapper gen in JDK 9. This has the effect of causing a problem for wsgen (seeJDK-8169981). It also causes the test javax/xml/ws/clientjar/TestWsImport.java to fail.
For now, we propose to disable wrapper gen in JDK 9. This has the effect of causing a problem for wsgen (see
- relates to
-
JDK-8170371 Re-examine injector code in JAXB
- Resolved
-
JDK-8177858 JAWS-RT reference to internal JDK API's
- Closed
-
JDK-8173317 Revisit javax/xml/ws/clientjar/TestWsImport.java
- Closed
-
JDK-8169981 wsgen -wsdl can't generate WebMethod in schema for the parent class of a WebService class
- Closed
-
JDK-8174735 Update JAX-WS RI integration to latest version
- Closed