Re: @Provider scan not working

2017-09-05 Thread Romain Manni-Bucau
Hi if you put it in tomee/lib then it is not scanned by default for backward compatibility reasons you can try to set -Dopenejb.scan.webapp.container=true Romain Manni-Bucau @rmannibucau | Blog | Old Blog

@Provider scan not working

2017-09-05 Thread Aruna Kalagnanam
Hi, I have a JAX-RS service running on TomEE with an empty Application subclass. The WAR doesnt have any Providers, but the TomEE runtime library has a custom jar that has filters and exception mappers annotated with @Provider. My expectation is that those @Provider classes will be scanned