Bug 99471

Summary: bebop-jsp samples is not working (NullPointerException RequestContext)
Product: [Retired] Red Hat Web Application Framework Reporter: Guntis Stokmanis <guntiss>
Component: uiAssignee: ccm-bugs-list
Status: CLOSED EOL QA Contact: Jon Orris <jorris>
Severity: medium Docs Contact:
Priority: medium    
Version: nightly   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 16:48:20 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Guntis Stokmanis 2003-07-20 20:50:26 UTC
Description of problem:  
bebop-jsp pages are not working (e.g. packages/bebop-jsp/www/list.jsp)  
because DispatcherHelper does not have set the RequestContext  
it throws null pointer exception on statement in Page.generateXML method  
DispatcherHelper.getRequestContext(state.getRequest()).getDebugging()   
  
Version-Release number of selected component (if applicable):  
nightly build 07.08.2003 
  
How reproducible:  
  
  
Steps to Reproduce:  
1. navigate to http://localhost:8080/packages/bebop-jsp/www/list.jsp 
      
Actual results:  
java.lang.NullPointerException 
        at com.arsdigita.bebop.Page.generateXML(Page.java:643) 
        at 
com.arsdigita.bebop.jsp.DefinePage.servePageWithPresentationManager(DefinePage.java:197) 
        at com.arsdigita.bebop.jsp.DefinePage.doEndTag(DefinePage.java:171)  
  
Expected results:  
  
  
Additional info: