Réponse acceptée !
j'ai ajouté un repertoire de ressources, dans lequel j'ai mis mon fichier xml.
FacesContext context = FacesContext.getCurrentInstance();
ServletContext servletContext = (ServletContext)context.getExternalContext().getContext();
String xmlLocation = servletContext.getRealPath("/monrepe/applicationDescriptor.xml");
now it works.
