eclipse-ee4j / eclipse-ee4j/jersey
Error on reload the container
Open
bug
- Dominant language
- Java
- Stars
- 730
- Forks
- 382
- PR merge metrics
- No merged PRs in 30d
Description
Hello!
I'm using HotswapAgent to enable the hot-reload. This library has a plugin to supports Jersey. This plugin basically invokes the [`org.glassfish.jersey.servlet.ServletContainer.reload()`](https://github.com/HotswapProjects/HotswapAgent/blob/8f1d97cfc1c0ba78bb2dfdc4145082e2f815bb8a/plugin/hotswap-agent-jersey2-plugin/src/main/java/org/hotswap/agent/plugin/jersey2/Jersey2Plugin.java#L184-L198) method.
When it invokes this method the application throws an exception.
See the issue for more details:
https://github.com/HotswapProjects/HotswapAgent/issues/333
Contributor guide
Assessment
This issue has not been assessed yet.