「EAR A」から「EAR B」までのエンコード形式を使用しています。
リクエストを処理しようとすると:
accion = "/decimprenta";
pagina = "/procesardeclaracion.do";
this.getServlet().getServletContext().getContext(accion).getRequestDispatcher(pagina).forward(request, response);
「EAR A」は次の例外をスローします。
java.lang.RuntimeException: SRV.8.2: RequestWrapper objects must extend ServletRequestWrapper or HttpServletRequestWrapper
at com.ibm.wsspi.webcontainer.util.ServletUtil.unwrapRequest(ServletUtil.java:91)
at com.ibm.wsspi.webcontainer.util.ServletUtil.unwrapRequest(ServletUtil.java:63)
at com.ibm.wsspi.webcontainer.util.ServletUtil.unwrapRequest(ServletUtil.java:58)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:1127)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:191)
ブラウジングすると、同じエラーのこのリンクが見つかりましたが、パッチは WAS のバージョン 6 です。WAS 8 を使用しています: http://www-01.ibm.com/support/docview.wss?uid=swg1PM10357
何か案が?