Hello again, Using this example project -> I want to make an example with a WebFilter. Calling it "MyFilter" and it resides in the same package as the rest endpoint.
Reproducer below: https://github.com/karlkilden/openwebbeans-meecrowave-examples mvn install cd /rest-trivial/target java -jar samples-rest-trivial-1.2.8-SNAPSHOT.jar -http=9090 During maven install, the test works and the print outs from the Filter can be seen. When running from intellij or with maven exec it works too. But when running as above the WebFilter is not picked up. The pom is configured to create a lib dir under target and it uses Cli as main. Works fine for e.g. the port config and for the rest-endpoint. So was really expecting the filter to work I cannot figure out why Cheers Karl
