How can I get all the initialized managed beans in the session? Following code crashes the JVM every time.
FacesContext facesContext=FacesContext.getCurrentInstance();
com.sun.faces.application.ApplicationAssociate application =
ApplicationAssociate.getInstance(facesContext.getExternalContext());