Hi All, I noticed an issue with injecting a WebServiceContext into a field using @Resource when the endpoint uses CDI interceptors. I've created a PR with a test and fix. Essentially, the field is being injected into the OWB proxy, but being accessed from the underlying instance (resulting in a NullPointerException).
The PR is here: https://github.com/apache/tomee/pull/799 - please do let me know if you have any feedback. Thanks Jon
