Open glassfishrobot opened 9 years ago
Reported by pgliznie
mandarchatufale said: I am also facing this issue. The solution provided above cannot be implemented by me as this code is present in the jars. If this issue is not solved then, i may come to conclusion that we cannot implement jax-ws webserice [SUN RI implementation] using Spring Boot and embedded tomcat.
torstenwerner said: A simple patch for this problem is available here: https://github.com/torstenwerner/jaxws-ri/commit/e3314d314cf23cbceeefca819eea9887d9ea2b72 . Could you please provide a fixed official version? Thank you!
casperreduct said: Looks like noone want fix it Also have same issue when Autowired: StandardServlet$NoPluggabilityServletContext
This issue was imported from java.net JIRA JAX_WS-1175
loadFromServletContext(String) wants to access a method through the runtime object class instead of the interface:
This results in errors, when the class is a private nested class, which is true in case of Tomcat:
This should work: