You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by be...@incubator.apache.org on 2004/10/07 05:25:51 UTC

[jira] Created: (BEEHIVE-9) Pageflow annotation processors should extend TwoPhaseAnnotationProcessor

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/BEEHIVE-9

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: BEEHIVE-9
    Summary: Pageflow annotation processors should extend TwoPhaseAnnotationProcessor
       Type: Improvement

     Status: Open
   Priority: Minor

    Project: Beehive
 Components: 
             NetUI
   Fix Fors:
             TBD
   Versions:
             TBD

   Assignee: Rich Feit
   Reporter: Kenneth Tam

    Created: Wed, 6 Oct 2004 8:25 PM
    Updated: Wed, 6 Oct 2004 8:25 PM

Description:
TwoPhaseAnnotationProcessor should be the root of all Beehive annotation processors, so flow of control between phases and diagnostics support can be centralized. 

This may require refactoring of diagnostics support into its own class (maybe just reusing the current netui Diagnostics class?).

 


---------------------------------------------------------------------
JIRA INFORMATION:
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] Commented: (BEEHIVE-9) Pageflow annotation processors should extend TwoPhaseAnnotationProcessor

Posted by be...@incubator.apache.org.
The following comment has been added to this issue:

     Author: Rich Feit
    Created: Wed, 6 Oct 2004 11:09 PM
       Body:
Just entered http://nagoya.apache.org/jira/browse/BEEHIVE-10 -- TwoPhaseAnnotationProcessor (as well as some of the code that's on the netui side) could move to a common area.
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/BEEHIVE-9?page=comments#action_53797

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/BEEHIVE-9

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: BEEHIVE-9
    Summary: Pageflow annotation processors should extend TwoPhaseAnnotationProcessor
       Type: Improvement

     Status: Open
   Priority: Minor

    Project: Beehive
 Components: 
             NetUI
   Fix Fors:
             TBD
   Versions:
             TBD

   Assignee: Rich Feit
   Reporter: Kenneth Tam

    Created: Wed, 6 Oct 2004 8:25 PM
    Updated: Wed, 6 Oct 2004 11:09 PM

Description:
TwoPhaseAnnotationProcessor should be the root of all Beehive annotation processors, so flow of control between phases and diagnostics support can be centralized. 

This may require refactoring of diagnostics support into its own class (maybe just reusing the current netui Diagnostics class?).

 


---------------------------------------------------------------------
JIRA INFORMATION:
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] Assigned: (BEEHIVE-9) Pageflow annotation processors should extend TwoPhaseAnnotationProcessor

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

Alejandro Ramirez reassigned BEEHIVE-9:
---------------------------------------

    Assign To: Julie Zhuo  (was: Kenneth Tam)

Please verify.

> Pageflow annotation processors should extend TwoPhaseAnnotationProcessor
> ------------------------------------------------------------------------
>
>          Key: BEEHIVE-9
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-9
>      Project: Beehive
>         Type: Improvement
>   Components: NetUI
>     Versions: V1Beta
>     Reporter: Kenneth Tam
>     Assignee: Julie Zhuo
>     Priority: Minor
>      Fix For: V1Beta
>  Attachments: patch.txt
>
> TwoPhaseAnnotationProcessor should be the root of all Beehive annotation processors, so flow of control between phases and diagnostics support can be centralized. 
> This may require refactoring of diagnostics support into its own class (maybe just reusing the current netui Diagnostics class?).
>  

-- 
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-9) Pageflow annotation processors should extend TwoPhaseAnnotationProcessor

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


Verified at rev170936. The BaseAnnotaionProcessor is now extending TwoPhaseAnnotationProcessor.

public abstract class BaseAnnotationProcessor
        extends TwoPhaseAnnotationProcessor
        implements JpfLanguageConstants


> Pageflow annotation processors should extend TwoPhaseAnnotationProcessor
> ------------------------------------------------------------------------
>
>          Key: BEEHIVE-9
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-9
>      Project: Beehive
>         Type: Improvement
>   Components: NetUI
>     Versions: V1Beta
>     Reporter: Kenneth Tam
>     Assignee: Julie Zhuo
>     Priority: Minor
>      Fix For: V1Beta
>  Attachments: patch.txt
>
> TwoPhaseAnnotationProcessor should be the root of all Beehive annotation processors, so flow of control between phases and diagnostics support can be centralized. 
> This may require refactoring of diagnostics support into its own class (maybe just reusing the current netui Diagnostics class?).
>  

-- 
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-9) Pageflow annotation processors should extend TwoPhaseAnnotationProcessor

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

Rich Feit updated BEEHIVE-9:
----------------------------

    Attachment: patch.txt

changes under controls/src

> Pageflow annotation processors should extend TwoPhaseAnnotationProcessor
> ------------------------------------------------------------------------
>
>          Key: BEEHIVE-9
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-9
>      Project: Beehive
>         Type: Improvement
>   Components: NetUI
>     Versions: V1Beta
>     Reporter: Kenneth Tam
>     Assignee: Rich Feit
>     Priority: Minor
>      Fix For: V1Beta
>  Attachments: patch.txt
>
> TwoPhaseAnnotationProcessor should be the root of all Beehive annotation processors, so flow of control between phases and diagnostics support can be centralized. 
> This may require refactoring of diagnostics support into its own class (maybe just reusing the current netui Diagnostics class?).
>  

-- 
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] Updated: (BEEHIVE-9) Pageflow annotation processors should extend TwoPhaseAnnotationProcessor

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

Rich Feit updated BEEHIVE-9:
----------------------------

    Version: V1Beta
                 (was: V1Alpha)

> Pageflow annotation processors should extend TwoPhaseAnnotationProcessor
> ------------------------------------------------------------------------
>
>          Key: BEEHIVE-9
>          URL: http://nagoya.apache.org/jira/browse/BEEHIVE-9
>      Project: Beehive
>         Type: Improvement
>   Components: NetUI
>     Versions: V1Beta
>     Reporter: Kenneth Tam
>     Assignee: Rich Feit
>     Priority: Minor
>      Fix For: V1Alpha

>
> TwoPhaseAnnotationProcessor should be the root of all Beehive annotation processors, so flow of control between phases and diagnostics support can be centralized. 
> This may require refactoring of diagnostics support into its own class (maybe just reusing the current netui Diagnostics class?).
>  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.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-9) Pageflow annotation processors should extend TwoPhaseAnnotationProcessor

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

    Resolution: Fixed

OK, this is addressed with revision 154965 (I got in touch with Kyle to take a look).

> Pageflow annotation processors should extend TwoPhaseAnnotationProcessor
> ------------------------------------------------------------------------
>
>          Key: BEEHIVE-9
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-9
>      Project: Beehive
>         Type: Improvement
>   Components: NetUI
>     Versions: V1Beta
>     Reporter: Kenneth Tam
>     Assignee: Kenneth Tam
>     Priority: Minor
>      Fix For: V1Beta
>  Attachments: patch.txt
>
> TwoPhaseAnnotationProcessor should be the root of all Beehive annotation processors, so flow of control between phases and diagnostics support can be centralized. 
> This may require refactoring of diagnostics support into its own class (maybe just reusing the current netui Diagnostics class?).
>  

-- 
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] Updated: (BEEHIVE-9) Pageflow annotation processors should extend TwoPhaseAnnotationProcessor

Posted by "Heather Stephens (JIRA)" <be...@incubator.apache.org>.
     [ http://nagoya.apache.org/jira/browse/BEEHIVE-9?page=history ]

Heather Stephens updated BEEHIVE-9:
-----------------------------------

    Fix Version: V1Beta
                     (was: V1Alpha)

> Pageflow annotation processors should extend TwoPhaseAnnotationProcessor
> ------------------------------------------------------------------------
>
>          Key: BEEHIVE-9
>          URL: http://nagoya.apache.org/jira/browse/BEEHIVE-9
>      Project: Beehive
>         Type: Improvement
>   Components: NetUI
>     Versions: V1Beta
>     Reporter: Kenneth Tam
>     Assignee: Rich Feit
>     Priority: Minor
>      Fix For: V1Beta

>
> TwoPhaseAnnotationProcessor should be the root of all Beehive annotation processors, so flow of control between phases and diagnostics support can be centralized. 
> This may require refactoring of diagnostics support into its own class (maybe just reusing the current netui Diagnostics class?).
>  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.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] Updated: (BEEHIVE-9) Pageflow annotation processors should extend TwoPhaseAnnotationProcessor

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

Rich Feit updated BEEHIVE-9:
----------------------------

    Assign To: Kenneth Tam  (was: Rich Feit)

> Pageflow annotation processors should extend TwoPhaseAnnotationProcessor
> ------------------------------------------------------------------------
>
>          Key: BEEHIVE-9
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-9
>      Project: Beehive
>         Type: Improvement
>   Components: NetUI
>     Versions: V1Beta
>     Reporter: Kenneth Tam
>     Assignee: Kenneth Tam
>     Priority: Minor
>      Fix For: V1Beta
>  Attachments: patch.txt
>
> TwoPhaseAnnotationProcessor should be the root of all Beehive annotation processors, so flow of control between phases and diagnostics support can be centralized. 
> This may require refactoring of diagnostics support into its own class (maybe just reusing the current netui Diagnostics class?).
>  

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