Pessoal to pegando um erro fila da mae :
USUARIO: http://localhost:8084/ManutecPFC/a4j/g/3_3_3.Finalorg.richfaces.renderkit.html.GradientA/DATB/eAH7!!3Tj2v7mAAZZAV3.jsf
VOU REDIRECIONAR
USUARIO: http://localhost:8084/ManutecPFC/images/page_bg2.png
CONTINUANDO
Veja false e acessando http://localhost:8084/ManutecPFC/images/page_bg2.png
Veja false e acessando http://localhost:8084/ManutecPFC/a4j/g/3_3_3.Finalorg.richfaces.renderkit.html.GradientA/DATB/eAH7!!3Tj2v7mAAZZAV3.jsf
USUARIO: http://localhost:8084/ManutecPFC/login.jsf
CONTINUANDO
javax.persistence.NoResultException: No entity found for query
Veja false e acessando http://localhost:8084/ManutecPFC/login.jsf
este é minha persistência :
<?xml version="1.0" encoding="UTF-8"?>
<persistence version="1.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd">
<persistence-unit name="ManutecPFCPU" transaction-type="RESOURCE_LOCAL">
<provider>org.hibernate.ejb.HibernatePersistence</provider>
<class>br.manutec.entities.Cargo</class>
<class>br.manutec.entities.Direito</class>
<class>br.manutec.entities.Funcionario</class>
<class>br.manutec.entities.Historico</class>
<class>br.manutec.entities.Log</class>
<class>br.manutec.entities.Maqpecas</class>
<class>br.manutec.entities.Maquinas</class>
<class>br.manutec.entities.Modalidade</class>
<class>br.manutec.entities.OrdemManutencao</class>
<class>br.manutec.entities.Pecas</class>
<class>br.manutec.entities.Setor</class>
<class>br.manutec.entities.StatusManutencao</class>
<class>br.manutec.entities.TipoManutencao</class>
<class>br.manutec.entities.Turno</class>
<exclude-unlisted-classes>true</exclude-unlisted-classes>
<properties>
<property name="hibernate.connection.username" value="root"/>
<property name="hibernate.connection.driver_class" value="org.postgresql.Driver"/>
<property name="hibernate.connection.password" value="debian23"/>
<property name="hibernate.connection.url" value="jdbc:postgresql://localhost:5432/manutec"/>
<property name="hibernate.cache.provider_class" value="org.hibernate.cache.NoCacheProvider"/>
</properties>
</persistence-unit>
</persistence>