Bom dia pessoal, esse é o meu primeiro post aqui e já venho com problemas para vocês (hehehe),
então estou enfrentando o seguinte problema, quando faço o deploy de uma aplicação que estou testando,
a qual utiliza o NEO, ele retorna o seguinte erro:
Code:
...11:38:57,276 INFO [STDOUT] 11:38:57,271 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception
br.com.linkcom.neo.exception.NotInNeoContextException: O código não está sendo excecutado em um contexto NEO!
Classe: org.apache.jsp.error_jsp
Método: _jspService
Linha: 82
Se você estiver excecutanto em um ambiente J2EE verifique se você configurou no web.xml o filtro da classe ,
a configuração desse filtro é importante porque é ele que cria o contexto NEO
at br.com.linkcom.neo.core.standard.Neo.getRequestContext(Neo.java:116)
at br.com.linkcom.neo.core.web.NeoWeb.getRequestContext(NeoWeb.java:60)
...
Agraço desde já pela ajuda.