}
DatabaseUtil.getSingleton().beginTransaction(this.credentials);
CollectionBean collectionBean = (CollectionBean) FacesContext.getCurrentInstance().getApplication().createValueBinding(CollectionBean.BEAN_REF).getValue(FacesContext.getCurrentInstance());
//Prepare collectionBean
collectionBean.retrieveBaseCollections();
return "workspace_home";
}