You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Chad Schoettger (JIRA)" <be...@incubator.apache.org> on 2005/05/23 22:33:56 UTC

[jira] Created: (BEEHIVE-758) checker element of ControlInterface annotation does not work

checker element of ControlInterface annotation does not work
------------------------------------------------------------

         Key: BEEHIVE-758
         URL: http://issues.apache.org/jira/browse/BEEHIVE-758
     Project: Beehive
        Type: Bug
  Components: Controls  
    Versions: V1    
    Reporter: Chad Schoettger


The ControlInterface annatation contains a 'checker' element and a 'checkerClass' element.  The 'checkerClass' element was deprecated and replaced by the 'checker' element.  However, while a controlchecker specified by the 'checker' element is never run at controls compile time.

'checkerClass' works as expected.

-- 
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] Commented: (BEEHIVE-758) checker element of ControlInterface annotation does not work

Posted by "Kenneth Tam (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-758?page=comments#action_66187 ]
     
Kenneth Tam commented on BEEHIVE-758:
-------------------------------------

Agree.  The diff looks good, I'll get it checked in.


> checker element of ControlInterface annotation does not work
> ------------------------------------------------------------
>
>          Key: BEEHIVE-758
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-758
>      Project: Beehive
>         Type: Bug
>   Components: Controls
>     Versions: V1
>     Reporter: Chad Schoettger
>     Assignee: Eddie O'Neil
>     Priority: Blocker
>      Fix For: V1
>  Attachments: BEEHIVE-758.diff
>
> The ControlInterface annatation contains a 'checker' element and a 'checkerClass' element.  The 'checkerClass' element was deprecated and replaced by the 'checker' element.  However, while a controlchecker specified by the 'checker' element is never run at controls compile time.
> 'checkerClass' works as expected.

-- 
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-758) checker element of ControlInterface annotation does not work

Posted by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-758?page=all ]
     
Eddie O'Neil resolved BEEHIVE-758:
----------------------------------

     Assign To: Zach Smith  (was: Eddie O'Neil)
    Resolution: Fixed

Fixed with Ken's SVN 178253.

> checker element of ControlInterface annotation does not work
> ------------------------------------------------------------
>
>          Key: BEEHIVE-758
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-758
>      Project: Beehive
>         Type: Bug
>   Components: Controls
>     Versions: V1
>     Reporter: Chad Schoettger
>     Assignee: Zach Smith
>     Priority: Blocker
>      Fix For: V1
>  Attachments: BEEHIVE-758.diff
>
> The ControlInterface annatation contains a 'checker' element and a 'checkerClass' element.  The 'checkerClass' element was deprecated and replaced by the 'checker' element.  However, while a controlchecker specified by the 'checker' element is never run at controls compile time.
> 'checkerClass' works as expected.

-- 
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-758) checker element of ControlInterface annotation does not work

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

Chad Schoettger updated BEEHIVE-758:
------------------------------------

    Attachment: BEEHIVE-758.diff

Attached patch, first check for the 'checker' element if not set then check for the deprecated 'checkerClass' element.

> checker element of ControlInterface annotation does not work
> ------------------------------------------------------------
>
>          Key: BEEHIVE-758
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-758
>      Project: Beehive
>         Type: Bug
>   Components: Controls
>     Versions: V1
>     Reporter: Chad Schoettger
>  Attachments: BEEHIVE-758.diff
>
> The ControlInterface annatation contains a 'checker' element and a 'checkerClass' element.  The 'checkerClass' element was deprecated and replaced by the 'checker' element.  However, while a controlchecker specified by the 'checker' element is never run at controls compile time.
> 'checkerClass' works as expected.

-- 
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-758) checker element of ControlInterface annotation does not work

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


This is fixed.

> checker element of ControlInterface annotation does not work
> ------------------------------------------------------------
>
>          Key: BEEHIVE-758
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-758
>      Project: Beehive
>         Type: Bug
>   Components: Controls
>     Versions: v1m1
>     Reporter: Chad Schoettger
>     Assignee: James Song
>     Priority: Blocker
>      Fix For: v1m1
>  Attachments: BEEHIVE-758.diff
>
> The ControlInterface annatation contains a 'checker' element and a 'checkerClass' element.  The 'checkerClass' element was deprecated and replaced by the 'checker' element.  However, while a controlchecker specified by the 'checker' element is never run at controls compile time.
> 'checkerClass' works as expected.

-- 
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-758) checker element of ControlInterface annotation does not work

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

Zach Smith reassigned BEEHIVE-758:
----------------------------------

    Assign To: James Song  (was: Zach Smith)

> checker element of ControlInterface annotation does not work
> ------------------------------------------------------------
>
>          Key: BEEHIVE-758
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-758
>      Project: Beehive
>         Type: Bug
>   Components: Controls
>     Versions: V1
>     Reporter: Chad Schoettger
>     Assignee: James Song
>     Priority: Blocker
>      Fix For: V1
>  Attachments: BEEHIVE-758.diff
>
> The ControlInterface annatation contains a 'checker' element and a 'checkerClass' element.  The 'checkerClass' element was deprecated and replaced by the 'checker' element.  However, while a controlchecker specified by the 'checker' element is never run at controls compile time.
> 'checkerClass' works as expected.

-- 
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-758) checker element of ControlInterface annotation does not work

Posted by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-758?page=all ]

Eddie O'Neil updated BEEHIVE-758:
---------------------------------

      Assign To: Eddie O'Neil
       Priority: Blocker  (was: Major)
    Fix Version: V1

Hm.  This seems like something to fix before the pending release -- this is an entire annotation value that doesn't work because only the deprecated "checkerClass" is wired up.

> checker element of ControlInterface annotation does not work
> ------------------------------------------------------------
>
>          Key: BEEHIVE-758
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-758
>      Project: Beehive
>         Type: Bug
>   Components: Controls
>     Versions: V1
>     Reporter: Chad Schoettger
>     Assignee: Eddie O'Neil
>     Priority: Blocker
>      Fix For: V1
>  Attachments: BEEHIVE-758.diff
>
> The ControlInterface annatation contains a 'checker' element and a 'checkerClass' element.  The 'checkerClass' element was deprecated and replaced by the 'checker' element.  However, while a controlchecker specified by the 'checker' element is never run at controls compile time.
> 'checkerClass' works as expected.

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