Paul Robinson wrote:
Off the top of your head, should I be able to use CDI interceptors on @WebMethod annotated methods? I have that working on EJBs exposed as JAX-WS services, but not for plain JAX-WS services deployed in a war.
It won't work on POJO endpoints AFAIK.
But if you'll provide us sample app (reproducer)
and will give us some pointers in CDI spec
where this is mandatory EE feature,
then it's definitely a bug we need to fix.