[ http://issues.apache.org/jira/browse/BEEHIVE-363?page=all ]
     
Alejandro Ramirez closed BEEHIVE-363:
-------------------------------------


Verified fixed now we get the errors:
      [apt] 
D:\TMP\beehive_projects\pageflow_tutorial\WEB-INF\.tmpbeansrc\sharedFlowApi\AnotherSharedFlowApi.java:9:
 There is another shared flow in this directory (SharedFlowApiTest.java).  
There may only be one SharedFlowController per directory.
      [apt] public class AnotherSharedFlowApi extends SharedFlowController
      [apt] ^
      [apt] 
D:\TMP\beehive_projects\pageflow_tutorial\WEB-INF\.tmpbeansrc\sharedFlowApi\SharedFlowApiTest.java:9:
 There is another shared flow in this directory (AnotherSharedFlowApi.java).  
There may only be one SharedFlowController per directory.
      [apt] public class SharedFlowApiTest extends SharedFlowController
      [apt] ^
      [apt] 2 errors

> Multiple Shared flows can live in the same directory
> ----------------------------------------------------
>
>          Key: BEEHIVE-363
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-363
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1Beta
>     Reporter: Alejandro Ramirez
>     Assignee: Alejandro Ramirez
>  Attachments: sharedFlowApi.zip
>
> 1.- The attached PageFlow contains a single controller (regular pageflow) and 
> two SharedFlows (SharedFlowApiTest.jpfs and AnotherSharedFlowApi.jpfs).
> 2.- Unzip the attached PageFlow and compile it.
> Expected:  The compiler should throw an error letting you know that you 
> cannot have multiple SharedFlows in the same directory.
> Actual:  You are able to compile them.

-- 
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