metro-jax-ws
metro-jax-ws copied to clipboard
Modify the handler clean-up for non-stand alone scenario
This issue was based while working on GLASSFISH-19493.
JAX-WS is calling handler's preDestory during WSEndpoint's dispose. This should be done only when JAX-WS is used in standalone mode but in JSR-109 environment, it should be left upto container to do so.
Affected Versions
[2.2.7]
Source: https://github.com/javaee/metro-jax-ws/issues/1111 Author: glassfishrobot