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/13 17:36:08 UTC

[jira] Created: (BEEHIVE-721) JdbcControl interface using deprecated annotation element

JdbcControl interface using deprecated annotation element
---------------------------------------------------------

         Key: BEEHIVE-721
         URL: http://issues.apache.org/jira/browse/BEEHIVE-721
     Project: Beehive
        Type: Bug
  Components: Controls  
    Versions: V1    
    Reporter: Chad Schoettger
    Priority: Minor
 Attachments: jdbc.diff

The JdbcControl interface is using the deprectated checkerClass element of the ControlInterface annotation. Instead it should be using the 'checker' element which is the replacement for the checkerClass element.

-- 
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-721) JdbcControl interface using deprecated annotation element

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

Chad Schoettger updated BEEHIVE-721:
------------------------------------

    Attachment: jdbc.diff

Attached patch file - switch use to 'checker' element.

> JdbcControl interface using deprecated annotation element
> ---------------------------------------------------------
>
>          Key: BEEHIVE-721
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-721
>      Project: Beehive
>         Type: Bug
>   Components: Controls
>     Versions: V1
>     Reporter: Chad Schoettger
>     Priority: Minor
>  Attachments: jdbc.diff
>
> The JdbcControl interface is using the deprectated checkerClass element of the ControlInterface annotation. Instead it should be using the 'checker' element which is the replacement for the checkerClass element.

-- 
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-721) JdbcControl interface using deprecated annotation element

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

      Assign To:     (was: Eddie O'Neil)
     Resolution: Fixed
    Fix Version: V1

Fixed in SVN 170051.

> JdbcControl interface using deprecated annotation element
> ---------------------------------------------------------
>
>          Key: BEEHIVE-721
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-721
>      Project: Beehive
>         Type: Bug
>   Components: Controls
>     Versions: V1
>     Reporter: Chad Schoettger
>     Priority: Minor
>      Fix For: V1
>  Attachments: jdbc.diff
>
> The JdbcControl interface is using the deprectated checkerClass element of the ControlInterface annotation. Instead it should be using the 'checker' element which is the replacement for the checkerClass element.

-- 
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-721) JdbcControl interface using deprecated annotation element

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

Julie Zhuo reassigned BEEHIVE-721:
----------------------------------

    Assign To: Julie Zhuo

> JdbcControl interface using deprecated annotation element
> ---------------------------------------------------------
>
>          Key: BEEHIVE-721
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-721
>      Project: Beehive
>         Type: Bug
>   Components: Controls
>     Versions: V1
>     Reporter: Chad Schoettger
>     Assignee: Julie Zhuo
>     Priority: Minor
>      Fix For: V1
>  Attachments: jdbc.diff
>
> The JdbcControl interface is using the deprectated checkerClass element of the ControlInterface annotation. Instead it should be using the 'checker' element which is the replacement for the checkerClass element.

-- 
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-721) JdbcControl interface using deprecated annotation element

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

Eddie O'Neil reassigned BEEHIVE-721:
------------------------------------

    Assign To: Eddie O'Neil

> JdbcControl interface using deprecated annotation element
> ---------------------------------------------------------
>
>          Key: BEEHIVE-721
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-721
>      Project: Beehive
>         Type: Bug
>   Components: Controls
>     Versions: V1
>     Reporter: Chad Schoettger
>     Assignee: Eddie O'Neil
>     Priority: Minor
>  Attachments: jdbc.diff
>
> The JdbcControl interface is using the deprectated checkerClass element of the ControlInterface annotation. Instead it should be using the 'checker' element which is the replacement for the checkerClass element.

-- 
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-721) JdbcControl interface using deprecated annotation element

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


Verified by code inspection against both the m1 branch and the trunk. It is now using @ControlInterface( checker = JdbcControlChecker.class ) instead of @ControlInterface( checkerClass = JdbcControlChecker.class )



> JdbcControl interface using deprecated annotation element
> ---------------------------------------------------------
>
>          Key: BEEHIVE-721
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-721
>      Project: Beehive
>         Type: Bug
>   Components: Controls
>     Versions: V1
>     Reporter: Chad Schoettger
>     Assignee: Julie Zhuo
>     Priority: Minor
>      Fix For: V1
>  Attachments: jdbc.diff
>
> The JdbcControl interface is using the deprectated checkerClass element of the ControlInterface annotation. Instead it should be using the 'checker' element which is the replacement for the checkerClass element.

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