org.apache.myfaces.tobago.webapp
Class WeblogicWorkaroundServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.myfaces.tobago.webapp.WeblogicWorkaroundServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class WeblogicWorkaroundServlet
extends HttpServlet

Workaround: Weblogic 8.1 calls the ContextListeners after calling Servlet.init() but, JSF assume it does it before. Maybe weblogic doesn't call ContextListeners from *.jar!

See Also:
WLS8.1 & JSF 1.0 Final: "Faces Servlet" failed to preload, Serialized Form

Constructor Summary
WeblogicWorkaroundServlet()
           
 
Method Summary
 void init()
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeblogicWorkaroundServlet

public WeblogicWorkaroundServlet()
Method Detail

init

public void init()
          throws ServletException
Overrides:
init in class GenericServlet
Throws:
ServletException


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.