Hi Sergery,

Thanks. I finally managed to do the CDI instantiation like below. 

MyBean bean =
javax.enterprise.inject.spi.CDI.current().select(MyBean.class).get();

Because my CDI is requestscoped, it works well with Interceptor as it is
instantiated per call.
Do you see any disadvantage in it ?

regards
Balu



--
Sent from: http://cxf.547215.n5.nabble.com/cxf-user-f547216.html

Reply via email to