4 Replies Latest reply on Aug 18, 2016 7:03 AM by igarashitm

    @Property annotation in CDI Bean

    arielcarrera

      The property injection does not work when a service implementation is a Proxy CDI Bean.

      When ServiceProxyHandler.injectImplementationProperties tries to get the declared Fields, the field is a weld's proxy and not recognize the @Property annotation.

      Has anyone tried this?