You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Rich Feit (JIRA)" <de...@beehive.apache.org> on 2005/12/02 00:26:30 UTC

[jira] Created: (BEEHIVE-1017) Iterative dev of inherited page flows is broken

Iterative dev of inherited page flows is broken
-----------------------------------------------

         Key: BEEHIVE-1017
         URL: http://issues.apache.org/jira/browse/BEEHIVE-1017
     Project: Beehive
        Type: Bug
  Components: NetUI  
    Versions: V1    
    Reporter: Rich Feit
 Assigned to: Rich Feit 
     Fix For: 1.1


This issue was reported to me by Steve Pepper.  To reproduce:

    - Expand the attached project and build it with 'ant clean build'.
    - Deploy it to Tomcat.
    - Hit http://localhost:8080/inherit/pageFlowCore/inheritConfig/Controller.jpf.
    - Click the "baseAction1" link.
    - Change pageFlowCore/inheritConfig/base/Controller.java so that baseAction1 forwards to "unused.jsp".
    - Build with 'ant build'.
    - Redeploy the webapp.
    - Hit http://localhost:8080/inherit/pageFlowCore/inheritConfig/Controller.jpf.
    - Click the "baseAction1" link.

EXPECTED: See the "Unused" page (unused.jsp)
ACTUAL: See "Base Page" (basePage.jsp) -- the change you made did not take effect.

-- 
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] Assigned: (BEEHIVE-1017) Iterative dev of inherited page flows is broken

Posted by "Alejandro Ramirez (JIRA)" <de...@beehive.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-1017?page=all ]

Alejandro Ramirez reassigned BEEHIVE-1017:
------------------------------------------

    Assign To: Julie Zhuo  (was: Alejandro Ramirez)

please verify

> Iterative dev of inherited page flows is broken
> -----------------------------------------------
>
>          Key: BEEHIVE-1017
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-1017
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1
>     Reporter: Rich Feit
>     Assignee: Julie Zhuo
>      Fix For: 1.1

>
> This issue was reported to me by Steve Pepper.  To reproduce:
>     - Expand the attached project and build it with 'ant clean build'.
>     - Deploy it to Tomcat.
>     - Hit http://localhost:8080/inherit/pageFlowCore/inheritConfig/Controller.jpf.
>     - Click the "baseAction1" link.
>     - Change pageFlowCore/inheritConfig/base/Controller.java so that baseAction1 forwards to "unused.jsp".
>     - Build with 'ant build'.
>     - Redeploy the webapp.
>     - Hit http://localhost:8080/inherit/pageFlowCore/inheritConfig/Controller.jpf.
>     - Click the "baseAction1" link.
> EXPECTED: See the "Unused" page (unused.jsp)
> ACTUAL: See "Base Page" (basePage.jsp) -- the change you made did not take effect.

-- 
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] Closed: (BEEHIVE-1017) Iterative dev of inherited page flows is broken

Posted by "Julie Zhuo (JIRA)" <de...@beehive.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-1017?page=all ]
     
Julie Zhuo closed BEEHIVE-1017:
-------------------------------


Did not find any attatchment here, so I come up with something similar. It shows picking up the changes in the parent class just fine. Close.

This is verified with rev354233.

> Iterative dev of inherited page flows is broken
> -----------------------------------------------
>
>          Key: BEEHIVE-1017
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-1017
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1
>     Reporter: Rich Feit
>     Assignee: Julie Zhuo
>      Fix For: 1.1

>
> This issue was reported to me by Steve Pepper.  To reproduce:
>     - Expand the attached project and build it with 'ant clean build'.
>     - Deploy it to Tomcat.
>     - Hit http://localhost:8080/inherit/pageFlowCore/inheritConfig/Controller.jpf.
>     - Click the "baseAction1" link.
>     - Change pageFlowCore/inheritConfig/base/Controller.java so that baseAction1 forwards to "unused.jsp".
>     - Build with 'ant build'.
>     - Redeploy the webapp.
>     - Hit http://localhost:8080/inherit/pageFlowCore/inheritConfig/Controller.jpf.
>     - Click the "baseAction1" link.
> EXPECTED: See the "Unused" page (unused.jsp)
> ACTUAL: See "Base Page" (basePage.jsp) -- the change you made did not take effect.

-- 
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] Resolved: (BEEHIVE-1017) Iterative dev of inherited page flows is broken

Posted by "Rich Feit (JIRA)" <de...@beehive.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-1017?page=all ]
     
Rich Feit resolved BEEHIVE-1017:
--------------------------------

    Resolution: Fixed
     Assign To: Alejandro Ramirez  (was: Rich Feit)

Fixed with revision 351812.

> Iterative dev of inherited page flows is broken
> -----------------------------------------------
>
>          Key: BEEHIVE-1017
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-1017
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1
>     Reporter: Rich Feit
>     Assignee: Alejandro Ramirez
>      Fix For: 1.1

>
> This issue was reported to me by Steve Pepper.  To reproduce:
>     - Expand the attached project and build it with 'ant clean build'.
>     - Deploy it to Tomcat.
>     - Hit http://localhost:8080/inherit/pageFlowCore/inheritConfig/Controller.jpf.
>     - Click the "baseAction1" link.
>     - Change pageFlowCore/inheritConfig/base/Controller.java so that baseAction1 forwards to "unused.jsp".
>     - Build with 'ant build'.
>     - Redeploy the webapp.
>     - Hit http://localhost:8080/inherit/pageFlowCore/inheritConfig/Controller.jpf.
>     - Click the "baseAction1" link.
> EXPECTED: See the "Unused" page (unused.jsp)
> ACTUAL: See "Base Page" (basePage.jsp) -- the change you made did not take effect.

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