Boa tarde pessoal,
Ao tentar exibir uma listagem de produtos por exemplo, estoura a seguinte excessão
exception
javax.servlet.ServletException: java.lang.Error: Unresolved compilation problems:
The import javax.servlet.jsp.JspException cannot be resolved
The hierarchy of the type Conversor is inconsistent
JspException cannot be resolved to a type
bodyContent cannot be resolved or is not a field
org.vraptor.VRaptorServlet.service(VRaptorServlet.java:87)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
cz.softeu.rewriter.RewriterFilter.doFilter(RewriterFilter.java:153)
root cause
javax.servlet.ServletException: java.lang.Error: Unresolved compilation problems:
The import javax.servlet.jsp.JspException cannot be resolved
The hierarchy of the type Conversor is inconsistent
JspException cannot be resolved to a type
bodyContent cannot be resolved or is not a field
import javax.servlet.jsp.JspException;
Verificando em meus jars realmente não tenho em meu projeto nenhum jar, para que este import não de mais erro.
pesquisando no findJar, introduzi em meu projeto o seguinte arquivo " jsp-api-5.x.x.jar " e tbm já coloquei arquivos das versões anteriores "jsp-api-2.0.x.jar"onde teóricamente o mesmo tem o arquivo necessario.
Ao adicionar-lo ao buildPath ele para de me dar o erro de import, mas ao rodar o programa, o sistema nem entra, e lança varios outros erros..
Alguem já passou por algo parecido? pois jah quebrei a cabeça por aki q ainda não consegui soluciona-lo
Vlw Fico no Aguardo..!
