Specifying call instead of signal on transition causes runtime error
--------------------------------------------------------------------

         Key: BPM-180
         URL: http://jira.andromda.org/browse/BPM-180
     Project: Bpm4Struts Cartridge
        Type: Bug
    Versions: 3.0 RC2    
    Reporter: Lee Greiner
 Assigned to: Wouter Zoons 


I inadvertantly selected a "call" trigger instead of a "signal" on a transition 
between a FrontEndView and a controller action state. When the transition is 
navigated in the application the following exception is thrown:

javax.servlet.ServletException: Unable to find a value for "org" in object of 
class 
"edu.duke.dcri.patientconsult.presentation.patients.ManagePatientsControllerImpl$PatientsDummy"
 using operator "."
        
org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:825)
        
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:758)
        
org.apache.jsp.edu.duke.dcri.patientconsult.presentation.patients.select_002dpatient_jsp._jspService(select_002dpatient_jsp.java:340)
        org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
        
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
        org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
        org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
        
org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1056)
        
org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:261)
        
org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:388)
        
org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:316)
        
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:231)
        org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
        org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:415)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
        
org.displaytag.filter.ResponseOverrideFilter.doFilter(ResponseOverrideFilter.java:125)
        
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:75)



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.andromda.org/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Andromda-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/andromda-devel

Reply via email to