Erro no faces-config.xml [RESOLVIDO]

[color=darkblue]olá a todos estou tendo dois erros no arquivo faces-config.xml, onde estão nao linha 61 e 79, no qual estar dando essa mensagem:[/color]

[b]The content of element type “navigation-case” must match “(description*,display-name*,icon*,from-action?,from-outcome?,to-view-id,redirect?)”. [61]

The content of element type “navigation-case” must match “(description*,display-name*,icon*,from-action?,from-outcome?,to-view-id,redirect?)”. [79][/b]

[color=darkblue]Mas sendo que eu estou seguindo igual ao livro Desenvolvendo Aplicações Web de Edson Gonçalves. E nao sei o que fazer mais… O que pode estar dando errado.

Abaixo estar o codigo[/color]

[code]<?xml version='1.0' encoding='UTF-8'?>

ClienteView relbugs.controller.RelbugsController session mostrarRelbugs /mostrarRelbugs.jsp editar /atuRelbugs formRelbugs /formRelbugs.jsp sucesso_ins /mostrarRelbugs.jsp menu /menu.jsp novo /formRelbugs.jsp atualizarRelbugs atuRelbugs.jsp sucesso_atu /mostrarRelbugs.jsp
<display-name>mostrarRelbugs</display-name>
<from-view-id>/mostrarRelbugs.jsp</from-view-id>

<navigation-case>
    <from-view-id>sucesso_exc</from-view-id>
    <to-view-id>/mostrarRelbugs.jsp</to-view-id>
</navigation-case>
mostrar /mostrarRelbugs.jsp mostrarRelbugs /mostrarRelbugs.jsp novo /formRelbugs.jsp [/code]

Agora só estou tendo o problema na linha 79

com a seguinte mensagem:

The content of element type “navigation-case” must match “(description*,display-name*,icon*,from-action?,from-outcome?,to-view-id,redirect?)”. [79]