Sorry, forgot the attachments of the previous message.
---
Att. Filipe Areias Névola
Analista Desenvolvedor Java

E-mail: filipenev...@gmail.com
MSN: filipenev...@gmail.com
gTalk: filipe...@gmail.com
Skype: filipenevola

Fundador e Escritor do Blog http://www.allgoritmos.com
Colaborador JavaFree.org

“Nem olhos viram, nem ouvidos ouviram, nem jamais penetrou em coração humano
o que Deus tem preparado para aqueles que o amam.” (1 Coríntios 2:9)
<?xml version='1.0' encoding='UTF-8'?>

	<!--
		=========== core CONFIGURATION FILE ==================================
	-->

<faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee";
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
	xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd";>

	<application>
		<resource-bundle>
			<base-name>Local</base-name>
			<var>t</var>
		</resource-bundle>
		<locale-config>
			<default-locale>pt</default-locale>
			<supported-locale>en</supported-locale>
		</locale-config>
	</application>

	<!-- managed-bean -->
	<managed-bean>
		<managed-bean-name>conhecimentoBean</managed-bean-name>
		<managed-bean-class>faces.ConhecimentoBean</managed-bean-class>
		<managed-bean-scope>session</managed-bean-scope>
	</managed-bean>
	<managed-bean>
		<managed-bean-name>visitaBean</managed-bean-name>
		<managed-bean-class>faces.VisitaBean</managed-bean-class>
		<managed-bean-scope>session</managed-bean-scope>
	</managed-bean>
	<managed-bean>
		<managed-bean-name>cadastroUsuarioBean</managed-bean-name>
		<managed-bean-class>faces.CadastroUsuarioBean</managed-bean-class>
		<managed-bean-scope>session</managed-bean-scope>
	</managed-bean>
	<managed-bean>
		<managed-bean-name>candidatoBean</managed-bean-name>
		<managed-bean-class>faces.CandidatoBean</managed-bean-class>
		<managed-bean-scope>session</managed-bean-scope>
	</managed-bean>
	<managed-bean>
		<managed-bean-name>empresaBean</managed-bean-name>
		<managed-bean-class>faces.EmpresaBean</managed-bean-class>
		<managed-bean-scope>session</managed-bean-scope>
	</managed-bean>
	<managed-bean>
		<managed-bean-name>listaUsuarioBean</managed-bean-name>
		<managed-bean-class>faces.ListaUsuarioBean</managed-bean-class>
		<managed-bean-scope>session</managed-bean-scope>
	</managed-bean>
	<managed-bean>
		<managed-bean-name>motorBean</managed-bean-name>
		<managed-bean-class>faces.MotorBean</managed-bean-class>
		<managed-bean-scope>session</managed-bean-scope>
	</managed-bean>
	<managed-bean>
		<managed-bean-name>nav</managed-bean-name>
		<managed-bean-class>faces.NavegacaoBean</managed-bean-class>
		<managed-bean-scope>session</managed-bean-scope>
	</managed-bean>
	<managed-bean>
		<managed-bean-name>nivelConhecimentoBean</managed-bean-name>
		<managed-bean-class>faces.NivelConhecimentoBean</managed-bean-class>
		<managed-bean-scope>session</managed-bean-scope>
	</managed-bean>
	<managed-bean>
		<managed-bean-name>nivelLinguaBean</managed-bean-name>
		<managed-bean-class>faces.NivelLinguaBean</managed-bean-class>
		<managed-bean-scope>session</managed-bean-scope>
	</managed-bean>
	<managed-bean>
		<managed-bean-name>tecnologiaBean</managed-bean-name>
		<managed-bean-class>faces.TecnologiaBean</managed-bean-class>
		<managed-bean-scope>session</managed-bean-scope>
	</managed-bean>
	<managed-bean>
		<managed-bean-name>utilBean</managed-bean-name>
		<managed-bean-class>faces.UtilBean</managed-bean-class>
		<managed-bean-scope>session</managed-bean-scope>
	</managed-bean>
	<managed-bean>
		<managed-bean-name>progressBarBean</managed-bean-name>
		<managed-bean-class>faces.ProgressBarBean</managed-bean-class>
		<managed-bean-scope>session</managed-bean-scope>
	</managed-bean>


	<!-- navigation-rule -->
	<navigation-rule>
		<from-view-id>*</from-view-id>
		<navigation-case>
			<from-outcome>indexAdmin</from-outcome>
			<to-view-id>/admin/admin.jsp</to-view-id>
		</navigation-case>
	</navigation-rule>

	<navigation-rule>
		<from-view-id>*</from-view-id>
		<navigation-case>
			<from-outcome>iniciaAdicionaUsuario</from-outcome>
			<to-view-id>/cadastro/novoUsuario.jsp</to-view-id>
		</navigation-case>
	</navigation-rule>

	<navigation-rule>
		<from-view-id>*</from-view-id>
		<navigation-case>
			<from-outcome>index</from-outcome>
			<to-view-id>/index.jsp</to-view-id>
		</navigation-case>
	</navigation-rule>

	<navigation-rule>
		<from-view-id>*</from-view-id>
		<navigation-case>
			<from-outcome>listaUsuarios</from-outcome>
			<to-view-id>/admin/usuario/listaUsuarios.jsp</to-view-id>
		</navigation-case>
	</navigation-rule>

	<navigation-rule>
		<from-view-id>*</from-view-id>
		<navigation-case>
			<from-outcome>detalhesUsuario</from-outcome>
			<to-view-id>/admin/usuario/detalhesUsuario.jsp</to-view-id>
		</navigation-case>
	</navigation-rule>

	<navigation-rule>
		<from-view-id>*</from-view-id>
		<navigation-case>
			<from-outcome>listaNiveisConhecimentos</from-outcome>
			<to-view-id>/admin/nivelConhecimento/listaNiveisConhecimentos.jsp</to-view-id>
		</navigation-case>
	</navigation-rule>

	<navigation-rule>
		<from-view-id>*</from-view-id>
		<navigation-case>
			<from-outcome>iniciaAdicionaNivelConhecimento</from-outcome>
			<to-view-id>/admin/nivelConhecimento/novoNivelConhecimento.jsp</to-view-id>
		</navigation-case>
	</navigation-rule>

	<navigation-rule>
		<from-view-id>*</from-view-id>
		<navigation-case>
			<from-outcome>listaNiveisLinguas</from-outcome>
			<to-view-id>/admin/nivelLingua/listaNiveisLinguas.jsp</to-view-id>
		</navigation-case>
	</navigation-rule>
	<navigation-rule>
		<from-view-id>*</from-view-id>
		<navigation-case>
			<from-outcome>listaEmpregos</from-outcome>
			<to-view-id>/admin/emprego/listaEmpregos.jsp</to-view-id>
		</navigation-case>
	</navigation-rule>

	<navigation-rule>
		<from-view-id>*</from-view-id>
		<navigation-case>
			<from-outcome>iniciaAdicionaNivelLingua</from-outcome>
			<to-view-id>/admin/nivelLingua/novoNivelLingua.jsp</to-view-id>
		</navigation-case>
	</navigation-rule>

	<navigation-rule>
		<from-view-id>*</from-view-id>
		<navigation-case>
			<from-outcome>iniciaLogin</from-outcome>
			<to-view-id>/acesso/login.jsp</to-view-id>
		</navigation-case>
	</navigation-rule>

	<navigation-rule>
		<from-view-id>*</from-view-id>
		<navigation-case>
			<from-outcome>iniciaDadosPessoais</from-outcome>
			<to-view-id>/candidato/dadosPessoais.jsp</to-view-id>
		</navigation-case>
	</navigation-rule>

	<navigation-rule>
		<from-view-id>*</from-view-id>
		<navigation-case>
			<from-outcome>terminaDadosPessoais</from-outcome>
			<to-view-id>/index.jsp</to-view-id>
		</navigation-case>
	</navigation-rule>
	<navigation-rule>
		<from-view-id>*</from-view-id>
		<navigation-case>
			<from-outcome>iniciaDadosProfissionais</from-outcome>
			<to-view-id>/candidato/dadosProfissionais.jsp</to-view-id>
		</navigation-case>
	</navigation-rule>
	<navigation-rule>
		<from-view-id>*</from-view-id>
		<navigation-case>
			<from-outcome>iniciaCandidatosVaga</from-outcome>
			<to-view-id>/candidato/candidatosVaga.jsp</to-view-id>
		</navigation-case>
	</navigation-rule>
	
	<navigation-rule>
		<from-view-id>*</from-view-id>
		<navigation-case>
			<from-outcome>descricaoCandidato</from-outcome>
			<to-view-id>/candidato/descricaoCandidato.jsp</to-view-id>
		</navigation-case>
	</navigation-rule>
	<navigation-rule>
		<from-view-id>*</from-view-id>
		<navigation-case>
			<from-outcome>iniciaStatusCandidato</from-outcome>
			<to-view-id>/candidato/statusCandidato.jsp</to-view-id>
		</navigation-case>
	</navigation-rule>

	<navigation-rule>
		<from-view-id>*</from-view-id>
		<navigation-case>
			<from-outcome>terminaDadosProfissionais</from-outcome>
			<to-view-id>/index.jsp</to-view-id>
		</navigation-case>
	</navigation-rule>
	<navigation-rule>
		<from-view-id>*</from-view-id>
		<navigation-case>
			<from-outcome>iniciaDadosEmpresa</from-outcome>
			<to-view-id>/empresa/dadosEmpresa.jsp</to-view-id>
		</navigation-case>
	</navigation-rule>

	<navigation-rule>
		<from-view-id>*</from-view-id>
		<navigation-case>
			<from-outcome>terminaDadosEmpresa</from-outcome>
			<to-view-id>/index.jsp</to-view-id>
		</navigation-case>
	</navigation-rule>

	<navigation-rule>
		<from-view-id>*</from-view-id>
		<navigation-case>
			<from-outcome>iniciaVagas</from-outcome>
			<to-view-id>/empresa/vagas.jsp</to-view-id>
		</navigation-case>
	</navigation-rule>

	<navigation-rule>
		<from-view-id>*</from-view-id>
		<navigation-case>
			<from-outcome>iniciaVagasCandidato</from-outcome>
			<to-view-id>/empresa/vagasCandidato.jsp</to-view-id>
		</navigation-case>
	</navigation-rule>
	<navigation-rule>
		<from-view-id>*</from-view-id>
		<navigation-case>
			<from-outcome>descricaoVaga</from-outcome>
			<to-view-id>/empresa/descricaoVaga.jsp</to-view-id>
		</navigation-case>
	</navigation-rule>

	<navigation-rule>
		<from-view-id>*</from-view-id>
		<navigation-case>
			<from-outcome>iniciaVaga</from-outcome>
			<to-view-id>/empresa/vaga.jsp</to-view-id>
		</navigation-case>
	</navigation-rule>

	<navigation-rule>
		<from-view-id>*</from-view-id>
		<navigation-case>
			<from-outcome>iniciaStatusVaga</from-outcome>
			<to-view-id>/empresa/statusVaga.jsp</to-view-id>
		</navigation-case>
	</navigation-rule>

	<navigation-rule>
		<from-view-id>*</from-view-id>
		<navigation-case>
			<from-outcome>iniciaTecnologias</from-outcome>
			<to-view-id>/tecnologia/listaTecnologias.jsp</to-view-id>
		</navigation-case>
	</navigation-rule>

	<navigation-rule>
		<from-view-id>*</from-view-id>
		<navigation-case>
			<from-outcome>iniciaTecnologia</from-outcome>
			<to-view-id>/tecnologia/novoTecnologia.jsp</to-view-id>
		</navigation-case>
	</navigation-rule>
	<navigation-rule>
		<from-view-id>*</from-view-id>
		<navigation-case>
			<from-outcome>iniciaConhecimentos</from-outcome>
			<to-view-id>/conhecimento/conhecimentos.jsp</to-view-id>
		</navigation-case>
	</navigation-rule>

	<!-- validator -->

	<validator>
		<validator-id>email</validator-id>
		<validator-class>validator.cadastro.Email</validator-class>
	</validator>

	<validator>
		<validator-id>confereSenha</validator-id>
		<validator-class>validator.cadastro.ConfereSenha</validator-class>
	</validator>

	<validator>
		<validator-id>confereLogin</validator-id>
		<validator-class>validator.cadastro.ConfereLogin</validator-class>
	</validator>

	<validator>
		<validator-id>confereDataNascimento</validator-id>
		<validator-class>validator.cadastro.ConfereDataNascimento</validator-class>
	</validator>

	<!--  converter -->
	<converter>
		<converter-id>cidadeConverter</converter-id>
		<converter-class>converter.CidadeConverter</converter-class>
	</converter>
	<converter>
		<converter-id>estadoConverter</converter-id>
		<converter-class>converter.EstadoConverter</converter-class>
	</converter>
	<converter>
		<converter-id>paisConverter</converter-id>
		<converter-class>converter.PaisConverter</converter-class>
	</converter>
</faces-config>










<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
	xmlns="http://java.sun.com/xml/ns/javaee"; xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd";
	xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd";
	id="WebApp_ID" version="2.5">
	<session-config>
		<session-timeout>30</session-timeout>
	</session-config>
	<welcome-file-list>
		<welcome-file>faces/welcomeJSF.jsp</welcome-file>
	</welcome-file-list>
	<servlet>
		<servlet-name>Faces Servlet</servlet-name>
		<servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
		<load-on-startup>1</load-on-startup>
	</servlet>
	<servlet-mapping>
		<servlet-name>Faces Servlet</servlet-name>
		<url-pattern>/faces/*</url-pattern>
	</servlet-mapping>
	<context-param>
		<param-name>javax.faces.CONFIG_FILES</param-name>
		<param-value>/WEB-INF/faces-config.xml</param-value>
	</context-param>
	<context-param>
		<param-name>org.ajax4jsf.SKIN</param-name>
		<param-value>blueSky</param-value>
	</context-param>
	<filter>
		<display-name>Ajax4jsf Filter</display-name>
		<filter-name>ajax4jsf</filter-name>
		<filter-class>org.ajax4jsf.Filter</filter-class>
	</filter>
	<filter-mapping>
		<filter-name>ajax4jsf</filter-name>
		<servlet-name>Faces Servlet</servlet-name>
		<dispatcher>REQUEST</dispatcher>
		<dispatcher>FORWARD</dispatcher>
		<dispatcher>INCLUDE</dispatcher>
	</filter-mapping>
</web-app>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to