bwolin
05/21/2024, 1:30 AMAssert.state(this.servletContext != null, "No ServletContext set");
We don’t instantiate this directly. Does anyone have any idea what we may be doing wrong here or if we can delay the creation of this bean until after the servlet context is established? Thanks in advance for any help