weaver      2004/08/24 07:18:40

  Modified:    portal/src/java/org/apache/jetspeed/container/invoker
                        ServletPortletInvoker.java
  Log:
  Added message to portlet exception.
  
  Revision  Changes    Path
  1.16      +2 -2      
jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/container/invoker/ServletPortletInvoker.java
  
  Index: ServletPortletInvoker.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/container/invoker/ServletPortletInvoker.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- ServletPortletInvoker.java        19 Aug 2004 23:58:51 -0000      1.15
  +++ ServletPortletInvoker.java        24 Aug 2004 14:18:40 -0000      1.16
  @@ -181,7 +181,7 @@
           {
               String message = "Failed to find Servlet context for Portlet 
Application: " + portletApplicationName;
               log.error(message);
  -            throw new PortletException();
  +            throw new PortletException(message);
           }
   
           RequestDispatcher dispatcher = 
appContext.getRequestDispatcher(servletMappingName);
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to