Boa noite galera,
estou com problema para rodar uma aplicação desenvolvida no netbeans 6.8
utilizando JSF 1.2 + Facelets, em ordem postarei o meu arquivos web.xml /
faces-config.xml / erro apresentado no console:
<?xml version="1.0" encoding="UTF-8"?>
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-app_2_5.xsd">
<context-param>
<param-name>javax.faces.DEFAULT_SUFFIX</param-name>
<param-value>.xhtml</param-value>
</context-param>
<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>*.jsf</url-pattern>
</servlet-mapping>
<session-config>
<session-timeout>
30
</session-timeout>
</session-config>
<welcome-file-list>
<welcome-file>Cadastro.xhtml</welcome-file>
</welcome-file-list>
</web-app>
_________________________________________________
<?xml version='1.0' encoding='UTF-8'?>
<!-- =========== FULL 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>
<view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
</application>
<managed-bean>
<managed-bean-name>Controle</managed-bean-name>
<managed-bean-class>Controller.Controle</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
</managed-bean>
<navigation-rule>
<from-view-id>/Cadastro.xhtml</from-view-id>
<navigation-case>
<from-outcome>cadastrados</from-outcome>
<to-view-id>/Cadastrados.xhtml</to-view-id>
</navigation-case>
</navigation-rule>
<navigation-rule>
<from-view-id>/Cadastrados.xhtml</from-view-id>
<navigation-case>
<from-outcome>cadastro</from-outcome>
<to-view-id>/Cadastro.xhtml</to-view-id>
</navigation-case>
</navigation-rule>
</faces-config>
________________________________________________________
init:
deps-module-jar:
deps-ear-jar:
deps-jar:
library-inclusion-in-archive:
library-inclusion-in-manifest:
compile:
compile-jsps:
Executando implantação incremental para http://localhost:8084/TrabComFacelets
Distribuição incremental do http://localhost:8084/TrabComFacelets completada
Reimplantando http://localhost:8084/TrabComFacelets incrementalmente
Inicialização em andamento...
start?path=/TrabComFacelets
FAIL - Application at context path /TrabComFacelets could not be started
C:\Users\PEDRO
CASTRO\Documents\NetBeansProjects\TrabComFacelets\nbproject\build-impl.xml:582:
O módulo não foi implementado.
FALHA NA CONSTRUÇÃO (tempo total: 0 segundos)
Conto com a ajuda de quem tiver conhecimento a respeito.
Att,
Pedro Castro.
[As partes desta mensagem que não continham texto foram removidas]
Para upload/download de arquivos: http://www.yahoogroups.com/files/java-br







0 comentários:
Postar um comentário