I am using CDI to inject things into my JAX-RS MessageBodyWriters and MessageBodyReaders. This works well for the MessageBodyWriters but not for the MessageBodyReaders. Also, Interceptors work on the writers, but not on the readers.
Can anyone explain whether this is desired behavior or what I might be doing wrong?
I am using JBOSS 6, so Weld is my CDI implementation.
Jan