When a Wicket app is starting, i see the following warning in the system log of our application servers: org.jboss.seam.conversation.spi.SeamConversationContextFactory W No matching SeamConversationContext for store type interface javax.servlet.http.HttpServletRequest, using NOOP instance!
This message is also mentioned in posts in 2013/2014 (search for SeamConversationContext) but we still get the warning using wicket 8.14.0. I've seen the warning in the following application servers: - IBM WebSphere Application Server 9.0.5.x - WebSphere Liberty 22.0.0.1 - Open Liberty 22.0.0.1 We use the following products: <artifactId>wicket-core</artifactId> <artifactId>wicket-auth-roles</artifactId> <artifactId>wicket-extensions</artifactId> <artifactId>wicket-cdi</artifactId> Marco