Galera estou com um problema no lifecycle, estou usando netbeans
Toda vez que adiciono no xml
<faces-config version="2.2"
xmlns="http://xmlns.jcp.org/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-facesconfig_2_2.xsd">
<lifecycle>
<phase-listener>br.util.AuthorizationListener</phase-listener>
</lifecycle>
</faces-config>
Ele me mostra o seguinte erro no fluxo: Your XML is Mailformed.
Por que? 
Obrigado.