Alexander Fischer created OWB-1346: -------------------------------------- Summary: prevent scanning of generated proxies Key: OWB-1346 URL: https://issues.apache.org/jira/browse/OWB-1346 Project: OpenWebBeans Issue Type: Sub-task Reporter: Alexander Fischer
actual behaviour: in case of build time proxy generation and active scanning, the proxy is seen as a bean and is being scanned -> resolution exception, because multiple beans are found expected behaviour: build time generated proxies should not be scanned at runtime, as they are available already -> possible solution: add @Vetoed annotation to all proxies (affects all proxies though, not only build time generated) -- This message was sent by Atlassian Jira (v8.3.4#803005)