metro-jax-ws icon indicating copy to clipboard operation
metro-jax-ws copied to clipboard

Modify the handler clean-up for non-stand alone scenario

Open Tomas-Kraus opened this issue 3 years ago • 0 comments

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

Tomas-Kraus avatar Jun 02 '22 17:06 Tomas-Kraus