You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Tomohito Nakayama (JIRA)" <ji...@apache.org> on 2007/05/20 16:35:16 UTC

[jira] Created: (DERBY-2676) Class name "com.ibm.db2j.aggregates.Aggregator" refered in error message is no longer used

Class name "com.ibm.db2j.aggregates.Aggregator" refered in error message is no longer used
------------------------------------------------------------------------------------------

                 Key: DERBY-2676
                 URL: https://issues.apache.org/jira/browse/DERBY-2676
             Project: Derby
          Issue Type: Bug
          Components: Documentation, SQL
            Reporter: Tomohito Nakayama
            Priority: Trivial


Error message for 42Y32 refers com.ibm.db2j.aggregates.Aggregator as next.

> 42Y32 Aggregator class '<className>' for aggregate '<aggregateName>' on 
> type <type> does not implement com.ibm.db2j.aggregates.Aggregator. 

Reading org.apache.derby.impl.sql.compile.AggregateNode#checkAggregatorClassName, however, the current fully qualified name for the class is org.apache.derby.iapi.sql.execute.ExecAggregator.

Same problem exists in reference manual also.
http://db.apache.org/derby/docs/dev/ref/rrefexcept71493.html


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (DERBY-2676) Class name "com.ibm.db2j.aggregates.Aggregator" refered in error message is no longer correct

Posted by "Kristian Waagan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kristian Waagan reassigned DERBY-2676:
--------------------------------------

    Assignee: Hiranya Jayathilaka

Sure, I have added Hiranya to the derby-developers group. Welcome :)

I also assigned the issue to him.

> Class name "com.ibm.db2j.aggregates.Aggregator" refered in error message is no longer correct
> ---------------------------------------------------------------------------------------------
>
>                 Key: DERBY-2676
>                 URL: https://issues.apache.org/jira/browse/DERBY-2676
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation, Newcomer, SQL
>            Reporter: Tomohito Nakayama
>            Assignee: Hiranya Jayathilaka
>            Priority: Trivial
>             Fix For: 10.6.0.0
>
>         Attachments: DERBY-2676.patch
>
>
> Error message for 42Y32 refers com.ibm.db2j.aggregates.Aggregator is as next.
> > 42Y32 Aggregator class '<className>' for aggregate '<aggregateName>' on 
> > type <type> does not implement com.ibm.db2j.aggregates.Aggregator. 
> Reading org.apache.derby.impl.sql.compile.AggregateNode#checkAggregatorClassName, however, the current fully qualified name for the class is org.apache.derby.iapi.sql.execute.ExecAggregator.
> Same problem exists in reference manual also.
> http://db.apache.org/derby/docs/dev/ref/rrefexcept71493.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DERBY-2676) Class name "com.ibm.db2j.aggregates.Aggregator" refered in error message is no longer correct

Posted by "Tomohito Nakayama (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomohito Nakayama updated DERBY-2676:
-------------------------------------

    Summary: Class name "com.ibm.db2j.aggregates.Aggregator" refered in error message is no longer correct  (was: Class name "com.ibm.db2j.aggregates.Aggregator" refered in error message is no longer used)

> Class name "com.ibm.db2j.aggregates.Aggregator" refered in error message is no longer correct
> ---------------------------------------------------------------------------------------------
>
>                 Key: DERBY-2676
>                 URL: https://issues.apache.org/jira/browse/DERBY-2676
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation, SQL
>            Reporter: Tomohito Nakayama
>            Priority: Trivial
>
> Error message for 42Y32 refers com.ibm.db2j.aggregates.Aggregator as next.
> > 42Y32 Aggregator class '<className>' for aggregate '<aggregateName>' on 
> > type <type> does not implement com.ibm.db2j.aggregates.Aggregator. 
> Reading org.apache.derby.impl.sql.compile.AggregateNode#checkAggregatorClassName, however, the current fully qualified name for the class is org.apache.derby.iapi.sql.execute.ExecAggregator.
> Same problem exists in reference manual also.
> http://db.apache.org/derby/docs/dev/ref/rrefexcept71493.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DERBY-2676) Class name "com.ibm.db2j.aggregates.Aggregator" refered in error message is no longer correct

Posted by "Hiranya Jayathilaka (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hiranya Jayathilaka updated DERBY-2676:
---------------------------------------

    Attachment: DERBY-2676.patch

This is a simple issue unfortunately without a patch. So here goes :)

> Class name "com.ibm.db2j.aggregates.Aggregator" refered in error message is no longer correct
> ---------------------------------------------------------------------------------------------
>
>                 Key: DERBY-2676
>                 URL: https://issues.apache.org/jira/browse/DERBY-2676
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation, Newcomer, SQL
>            Reporter: Tomohito Nakayama
>            Assignee: Abhilash T.G
>            Priority: Trivial
>         Attachments: DERBY-2676.patch
>
>
> Error message for 42Y32 refers com.ibm.db2j.aggregates.Aggregator is as next.
> > 42Y32 Aggregator class '<className>' for aggregate '<aggregateName>' on 
> > type <type> does not implement com.ibm.db2j.aggregates.Aggregator. 
> Reading org.apache.derby.impl.sql.compile.AggregateNode#checkAggregatorClassName, however, the current fully qualified name for the class is org.apache.derby.iapi.sql.execute.ExecAggregator.
> Same problem exists in reference manual also.
> http://db.apache.org/derby/docs/dev/ref/rrefexcept71493.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DERBY-2676) Class name "com.ibm.db2j.aggregates.Aggregator" refered in error message is no longer correct

Posted by "Kathey Marsden (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kathey Marsden updated DERBY-2676:
----------------------------------

    Component/s: Newcomer

> Class name "com.ibm.db2j.aggregates.Aggregator" refered in error message is no longer correct
> ---------------------------------------------------------------------------------------------
>
>                 Key: DERBY-2676
>                 URL: https://issues.apache.org/jira/browse/DERBY-2676
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation, Newcomer, SQL
>            Reporter: Tomohito Nakayama
>            Priority: Trivial
>
> Error message for 42Y32 refers com.ibm.db2j.aggregates.Aggregator is as next.
> > 42Y32 Aggregator class '<className>' for aggregate '<aggregateName>' on 
> > type <type> does not implement com.ibm.db2j.aggregates.Aggregator. 
> Reading org.apache.derby.impl.sql.compile.AggregateNode#checkAggregatorClassName, however, the current fully qualified name for the class is org.apache.derby.iapi.sql.execute.ExecAggregator.
> Same problem exists in reference manual also.
> http://db.apache.org/derby/docs/dev/ref/rrefexcept71493.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (DERBY-2676) Class name "com.ibm.db2j.aggregates.Aggregator" refered in error message is no longer correct

Posted by "Abhilash T.G (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Abhilash T.G reassigned DERBY-2676:
-----------------------------------

    Assignee: Abhilash T.G

> Class name "com.ibm.db2j.aggregates.Aggregator" refered in error message is no longer correct
> ---------------------------------------------------------------------------------------------
>
>                 Key: DERBY-2676
>                 URL: https://issues.apache.org/jira/browse/DERBY-2676
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation, Newcomer, SQL
>            Reporter: Tomohito Nakayama
>            Assignee: Abhilash T.G
>            Priority: Trivial
>
> Error message for 42Y32 refers com.ibm.db2j.aggregates.Aggregator is as next.
> > 42Y32 Aggregator class '<className>' for aggregate '<aggregateName>' on 
> > type <type> does not implement com.ibm.db2j.aggregates.Aggregator. 
> Reading org.apache.derby.impl.sql.compile.AggregateNode#checkAggregatorClassName, however, the current fully qualified name for the class is org.apache.derby.iapi.sql.execute.ExecAggregator.
> Same problem exists in reference manual also.
> http://db.apache.org/derby/docs/dev/ref/rrefexcept71493.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-2676) Class name "com.ibm.db2j.aggregates.Aggregator" refered in error message is no longer correct

Posted by "Kathey Marsden (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-2676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12648297#action_12648297 ] 

Kathey Marsden commented on DERBY-2676:
---------------------------------------

Abhilash, please unassign yourself from this issue if you are no longer working on it.

> Class name "com.ibm.db2j.aggregates.Aggregator" refered in error message is no longer correct
> ---------------------------------------------------------------------------------------------
>
>                 Key: DERBY-2676
>                 URL: https://issues.apache.org/jira/browse/DERBY-2676
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation, Newcomer, SQL
>            Reporter: Tomohito Nakayama
>            Assignee: Abhilash T.G
>            Priority: Trivial
>
> Error message for 42Y32 refers com.ibm.db2j.aggregates.Aggregator is as next.
> > 42Y32 Aggregator class '<className>' for aggregate '<aggregateName>' on 
> > type <type> does not implement com.ibm.db2j.aggregates.Aggregator. 
> Reading org.apache.derby.impl.sql.compile.AggregateNode#checkAggregatorClassName, however, the current fully qualified name for the class is org.apache.derby.iapi.sql.execute.ExecAggregator.
> Same problem exists in reference manual also.
> http://db.apache.org/derby/docs/dev/ref/rrefexcept71493.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DERBY-2676) Class name "com.ibm.db2j.aggregates.Aggregator" refered in error message is no longer correct

Posted by "Tomohito Nakayama (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomohito Nakayama updated DERBY-2676:
-------------------------------------

    Description: 
Error message for 42Y32 refers com.ibm.db2j.aggregates.Aggregator is as next.

> 42Y32 Aggregator class '<className>' for aggregate '<aggregateName>' on 
> type <type> does not implement com.ibm.db2j.aggregates.Aggregator. 

Reading org.apache.derby.impl.sql.compile.AggregateNode#checkAggregatorClassName, however, the current fully qualified name for the class is org.apache.derby.iapi.sql.execute.ExecAggregator.

Same problem exists in reference manual also.
http://db.apache.org/derby/docs/dev/ref/rrefexcept71493.html


  was:
Error message for 42Y32 refers com.ibm.db2j.aggregates.Aggregator as next.

> 42Y32 Aggregator class '<className>' for aggregate '<aggregateName>' on 
> type <type> does not implement com.ibm.db2j.aggregates.Aggregator. 

Reading org.apache.derby.impl.sql.compile.AggregateNode#checkAggregatorClassName, however, the current fully qualified name for the class is org.apache.derby.iapi.sql.execute.ExecAggregator.

Same problem exists in reference manual also.
http://db.apache.org/derby/docs/dev/ref/rrefexcept71493.html



> Class name "com.ibm.db2j.aggregates.Aggregator" refered in error message is no longer correct
> ---------------------------------------------------------------------------------------------
>
>                 Key: DERBY-2676
>                 URL: https://issues.apache.org/jira/browse/DERBY-2676
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation, SQL
>            Reporter: Tomohito Nakayama
>            Priority: Trivial
>
> Error message for 42Y32 refers com.ibm.db2j.aggregates.Aggregator is as next.
> > 42Y32 Aggregator class '<className>' for aggregate '<aggregateName>' on 
> > type <type> does not implement com.ibm.db2j.aggregates.Aggregator. 
> Reading org.apache.derby.impl.sql.compile.AggregateNode#checkAggregatorClassName, however, the current fully qualified name for the class is org.apache.derby.iapi.sql.execute.ExecAggregator.
> Same problem exists in reference manual also.
> http://db.apache.org/derby/docs/dev/ref/rrefexcept71493.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (DERBY-2676) Class name "com.ibm.db2j.aggregates.Aggregator" refered in error message is no longer correct

Posted by "Knut Anders Hatlen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Knut Anders Hatlen resolved DERBY-2676.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 10.6.0.0
         Assignee:     (was: Abhilash T.G)

Thanks for the patch!
Committed revision 762122.

I'm marking the issue as resolved even though the wrong class name is still used in the reference manual. I believe that generating a new list of error messages is one of the steps in the release process (http://wiki.apache.org/db-derby/DerbySnapshotOrRelease) so it will be done by someone else in a bulk operation later.

Resetting assignee. Could one of the JIRA superusers add Hiranya to the derby-developers group so that the issue could be assigned to him?

> Class name "com.ibm.db2j.aggregates.Aggregator" refered in error message is no longer correct
> ---------------------------------------------------------------------------------------------
>
>                 Key: DERBY-2676
>                 URL: https://issues.apache.org/jira/browse/DERBY-2676
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation, Newcomer, SQL
>            Reporter: Tomohito Nakayama
>            Priority: Trivial
>             Fix For: 10.6.0.0
>
>         Attachments: DERBY-2676.patch
>
>
> Error message for 42Y32 refers com.ibm.db2j.aggregates.Aggregator is as next.
> > 42Y32 Aggregator class '<className>' for aggregate '<aggregateName>' on 
> > type <type> does not implement com.ibm.db2j.aggregates.Aggregator. 
> Reading org.apache.derby.impl.sql.compile.AggregateNode#checkAggregatorClassName, however, the current fully qualified name for the class is org.apache.derby.iapi.sql.execute.ExecAggregator.
> Same problem exists in reference manual also.
> http://db.apache.org/derby/docs/dev/ref/rrefexcept71493.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.