Problem read all properties FacesContext must not be null
I implemented the following method to read all the properties of a model AuthenticationUtils.startSession("admin", "MYPASSWORD");FacesContext fc = FacesContext.getCurrentInstance();ServiceRegistry services = Repository.getServiceRegistry(fc);Dictiona...