Hi, there is an excellent problem description on http://stackoverflow.com/questions/30412613/weld-does-not-register-viewscoped-beans-anymore-after-adding-hibernate-and-jand. So it is an old issue, but I have just confronted with this problem yesterday. How can we use hibernate-entity-manager (uses jandex dependency) and ViewScoped/FlowScoped CDI annotations without changing bean-discovery-mode from "annotated" setting to "all"?
|