Hi, I am running the cdiviewscope example developed by Michael Kurz at
https://github.com/jsflive/jsf22-examples/tree/master/jsf22-cdi-view-scope
I used JDK 1.8 and Glass fish 4.1.
Glassfish gives me this error when the
jsf application is deployed:
cannot Deploy cdiviewscope
deploy is failing=Error occurred during deployment: Exception while loading the app : CDI deployment failure:WELD-001408: Unsatisfied dependencies for type PersonRepository with qualifiers @Default
at injection point [BackedAnnotatedField] @Inject private at.jsflive.jsf22.cdiviewscope.PersonPage.personRepository
at at.jsflive.jsf22.cdiviewscope.PersonPage.personRepository(PersonPage.java:0)
. Please see server.log for more details.