Pb de déploiement des jar et classes
Bonjour,
J'ai apparemment un nouveau pb.
Lorsque j'appelle la premiere page jsf; la compilation s'effectue bien, mais je me retrouve avec un message d'erreur indiquant que l'application n'arrive pas à resoudre plusieurs symboles javax.faces.
Tous mes jars se trouvent dans /WEB-INF/lib/
Toutes mes classes se trouvent dans /WEB-INF/classes/
Citation:
javax.servlet.ServletException: Unresolved compilation problems:
The import javax.faces cannot be resolved
The import javax.faces cannot be resolved
The import javax.faces cannot be resolved
The import javax.faces cannot be resolved
The import javax.faces cannot be resolved
The import javax.persistence.EntityManager cannot be resolved
EntityManager cannot be resolved to a type
The method createEntityManager() is undefined for the type EntityManagerFactory
FacesContext cannot be resolved to a type
FacesContext cannot be resolved
Application cannot be resolved to a type
FacesMessage cannot be resolved to a type
ExternalContext cannot be resolved to a type
FacesContext cannot be resolved
UIViewRoot cannot be resolved to a type
FacesContext cannot be resolved
FacesContext cannot be resolved
javax.faces.webapp.FacesServlet.service(FacesServlet.java:152)
org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:144)
Bout de code faisant cet appel :
Citation:
<h:form id="ident">
<fieldset>
<legend>Identification <br />
Standard</legend>
<label for="compte" class="required" accesskey="c" title=" votre Identifiant en X chiffre">Mon compte :</label>
<h:inputText id="compte" tabindex="1" title="compte" value="#{user.login}"/>
Avez vous déjà eu un pb de style SVP?
D'avance merci pour votre réponse.