[ http://issues.apache.org/jira/browse/BEEHIVE-529?page=history ]
Rich Feit resolved BEEHIVE-529:
-------------------------------
Assign To: Alejandro Ramirez (was: Rich Feit)
Resolution: Fixed
Fixed with revision 161602.
The problem was that there was no way for the JSP to access actions in a shared
flow, since there was no page flow to declare the shared flow reference. The
solution was to add a block like this to /WEB-INF/beehive-netui-config.xml:
<default-shared-flow-refs>
<shared-flow-ref>
<name>defaultSharedFlow1</name>
<type>miniTests.jspSeesSharedFlow.sharedFlow1.SharedFlow1</type>
</shared-flow-ref>
<shared-flow-ref>
<name>defaultSharedFlow2</name>
<type>miniTests.jspSeesSharedFlow.sharedFlow2.SharedFlow2</type>
</shared-flow-ref>
</default-shared-flow-refs>
This declares default shared flow references that are used across the webapp.
> Fix failing BVT JspSeesSharedFlow
> ---------------------------------
>
> Key: BEEHIVE-529
> URL: http://issues.apache.org/jira/browse/BEEHIVE-529
> Project: Beehive
> Type: Bug
> Components: NetUI
> Versions: V1, V1Beta
> Reporter: Rich Feit
> Assignee: Alejandro Ramirez
> Fix For: V1
>
> The JspSeesSharedFlow BVT is failing. The JSP in it doesn't have any way to
> see the shared flow.
--
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
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira