SharedFlowMessageKeys coreWeb BVT test fails with struts1.1
-----------------------------------------------------------

         Key: BEEHIVE-580
         URL: http://issues.apache.org/jira/browse/BEEHIVE-580
     Project: Beehive
        Type: Bug
  Components: NetUI  
    Versions: V1    
    Reporter: Julie Zhuo
 Assigned to: Rich Feit 


coreWeb/miniTests/sharedFlowMessageKeys/sf.throwException2.do cause Action Not 
Found page flow error,
******************
Page Flow Error - Action Not Found
Page Flow: /miniTests/sharedFlowMessageKeys/Controller.jpf 
Action: sf.throwException2 
Form: null 

Unable to find matching action sf.throwException2.
*********************************************
Its catch has hard coded message,
@Jpf.Catch(type=SharedFlow.Exception2.class, path="index.jsp", message="got the 
hardcoded shared flow exception message")
while @Jpf.Catch(type=SharedFlow.Exception1.class, path="index.jsp", 
messageKey="bar"), whould work.

With struts1.2, the generates the following result,
***************
/miniTests/sharedFlowMessageKeys/Controller.jpf
got the hardcoded shared flow exception message 
  
sf.throwException1 
sf.throwException2
****************

Test code resides at 
beehive\netui\test\webapps\drt\coreWeb\miniTests\sharedFlowMessageKeys.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to