Veja que no final do getCategoria() vc faz uma chamada a getCategoria().
O resultado só pode ser StackOverflow.
public List<SelectItem> getCategoria() throws ClassNotFoundException,
SQLException {
if (categorias == null) {
categoriaDao.getAll();
}
return getCategoria();
}