You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Alejandro Ramirez (JIRA)" <be...@incubator.apache.org> on 2005/02/25 19:26:48 UTC

[jira] Created: (BEEHIVE-363) Multiple Shared flows can live in the same directory

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
 Assigned to: Rich Feit 
 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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (BEEHIVE-363) Multiple Shared flows can live in the same directory

Posted by "Rich Feit (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-363?page=history ]
     
Rich Feit resolved BEEHIVE-363:
-------------------------------

     Assign To: Alejandro Ramirez  (was: Rich Feit)
    Resolution: Cannot Reproduce

I get the following two errors:

C:\temp\todelete\lastmile\WEB-INF\.tmpbeansrc\sharedFlowApi\SharedFlowApiTest.java:9: There is another shared flow in this directory (AnotherSharedFlowApi.java).  There may only be one Sha
redFlowController per directory.
      [apt] public class SharedFlowApiTest extends SharedFlowController
      [apt]        ^
      [apt] C:\temp\todelete\lastmile\WEB-INF\.tmpbeansrc\jer\Controller.java:14: warning: File "child.jsp" could not be found in the web application.
      [apt]     public Forward begin()
      [apt]                    ^
      [apt] C:\temp\todelete\lastmile\WEB-INF\.tmpbeansrc\sharedFlowApi\AnotherSharedFlowApi.java:9: There is another shared flow in this directory (SharedFlowApiTest.java).  There may only be one Sha
redFlowController per directory.
      [apt] public class AnotherSharedFlowApi extends SharedFlowController
      [apt]        ^
      [apt] 2 errors
      [apt] 2 warnings

Is there anything else to the repro that I'm missing?


> 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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (BEEHIVE-363) Multiple Shared flows can live in the same directory

Posted by "Alejandro Ramirez (JIRA)" <be...@incubator.apache.org>.
     [ 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


[jira] Updated: (BEEHIVE-363) Multiple Shared flows can live in the same directory

Posted by "Alejandro Ramirez (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-363?page=history ]

Alejandro Ramirez updated BEEHIVE-363:
--------------------------------------

    Attachment: sharedFlowApi.zip

PageFlow to reproduce the issue.

> 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: Rich Feit
>  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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira