You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by "John D. Ament" <jo...@apache.org> on 2017/11/27 14:17:49 UTC

ResourceContext and CDI

Hi,

I'm wondering, should ResourceContextImpl be updated to support Class
Unwrapping, specifically the CdiClassUnwrapper in case the bean passed in
is a CDI bean (see specifically the initResource method).

John

Re: ResourceContext and CDI

Posted by Andriy Redko <dr...@gmail.com>.
Hey John,

It is likely worth updating, did you run into any issues with that? The
usage of the resource class is very limited in there, I am wondering
if you have an real example we could add as a test case. Thanks.

Best Regards,
    Andriy Redko

JDA> Hi,

JDA> I'm wondering, should ResourceContextImpl be updated to support Class
JDA> Unwrapping, specifically the CdiClassUnwrapper in case the bean passed in
JDA> is a CDI bean (see specifically the initResource method).

JDA> John