When using the DELETE subscription REST service, following WELD warning messages are logged:
[WARN ] 2021-07-15 18:36:07.614 [http-thread-pool::http-listener(1)] Servlet - WELD-000714: HttpContextLifecycle guard leak detected. The Servlet container is not fully compliant. The value was 1
[WARN ] 2021-07-15 18:36:07.615 [http-thread-pool::http-listener(1)] Context - WELD-000225: Bean store leak detected during org.jboss.weld.module.web.context.http.HttpRequestContextImpl association: com.sun.enterprise.web.pwc.connector.coyote.PwcCoyoteRequest@653ad51
[WARN ] 2021-07-15 18:36:07.615 [http-thread-pool::http-listener(1)] Context - WELD-000225: Bean store leak detected during org.jboss.weld.module.web.context.http.HttpSessionContextImpl association: com.sun.enterprise.web.pwc.connector.coyote.PwcCoyoteRequest@653ad51
[WARN ] 2021-07-15 18:36:07.615 [http-thread-pool::http-listener(1)] Conversation - WELD-000335: Conversation context is already active, most likely it was not cleaned up properly during previous request processing: com.sun.enterprise.web.pwc.connector.coyote.PwcCoyoteRequest@653ad51
[WARN ] 2021-07-15 18:36:07.618 [http-thread-pool::http-listener(1)] Servlet - WELD-000715: HttpContextLifecycle guard not set. The Servlet container is not fully compliant.
When using the DELETE subscription REST service, following WELD warning messages are logged:
[WARN ] 2021-07-15 18:36:07.614 [http-thread-pool::http-listener(1)] Servlet - WELD-000714: HttpContextLifecycle guard leak detected. The Servlet container is not fully compliant. The value was 1 [WARN ] 2021-07-15 18:36:07.615 [http-thread-pool::http-listener(1)] Context - WELD-000225: Bean store leak detected during org.jboss.weld.module.web.context.http.HttpRequestContextImpl association: com.sun.enterprise.web.pwc.connector.coyote.PwcCoyoteRequest@653ad51 [WARN ] 2021-07-15 18:36:07.615 [http-thread-pool::http-listener(1)] Context - WELD-000225: Bean store leak detected during org.jboss.weld.module.web.context.http.HttpSessionContextImpl association: com.sun.enterprise.web.pwc.connector.coyote.PwcCoyoteRequest@653ad51 [WARN ] 2021-07-15 18:36:07.615 [http-thread-pool::http-listener(1)] Conversation - WELD-000335: Conversation context is already active, most likely it was not cleaned up properly during previous request processing: com.sun.enterprise.web.pwc.connector.coyote.PwcCoyoteRequest@653ad51 [WARN ] 2021-07-15 18:36:07.618 [http-thread-pool::http-listener(1)] Servlet - WELD-000715: HttpContextLifecycle guard not set. The Servlet container is not fully compliant.