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 "Dibyendu Majumdar (JIRA)" <ji...@apache.org> on 2008/02/23 01:07:19 UTC

[jira] Created: (DERBY-3452) ShutdownException and ErrorStringBuilder classes do not belong to the services context module

ShutdownException and ErrorStringBuilder classes do not belong to the services context module
---------------------------------------------------------------------------------------------

                 Key: DERBY-3452
                 URL: https://issues.apache.org/jira/browse/DERBY-3452
             Project: Derby
          Issue Type: Sub-task
            Reporter: Dibyendu Majumdar
            Assignee: Dibyendu Majumdar


The classes ShutdownException and ErrorStringBuilder do not seem well placed in org.apache.derby.iapi.services.context as they are more about errors than about contexts.

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


[jira] Commented: (DERBY-3452) ShutdownException and ErrorStringBuilder classes do not belong to the services context module

Posted by "Daniel John Debrunner (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-3452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12573500#action_12573500 ] 

Daniel John Debrunner commented on DERBY-3452:
----------------------------------------------

Applied patch Revision: 632129 with minor cleanup to correct the package names in the ASF licence header for the moved files. Thanks Dibyendu.

I actually think the ErrorStringBuilder belongs in the iapi.services.streams module but in a slightly different form.

A set of logical operations on InfoStreams that mirrored a sub-set of  java.util.logging.Logger would provide benefits such as dynamic changing the level of the log information, including through standard JMX platform MBeans allowing other code to add handlers to Derby's logging etc.

E.g. warning(), info(), config(), throwing() with the latter replacing the functionality of ErrorStringBuilder.

I'll enter a new jira issue for this though.

> ShutdownException and ErrorStringBuilder classes do not belong to the services context module
> ---------------------------------------------------------------------------------------------
>
>                 Key: DERBY-3452
>                 URL: https://issues.apache.org/jira/browse/DERBY-3452
>             Project: Derby
>          Issue Type: Sub-task
>            Reporter: Dibyendu Majumdar
>            Assignee: Dibyendu Majumdar
>         Attachments: DERBY-3452_patch_rev630512.txt
>
>
> The classes ShutdownException and ErrorStringBuilder do not seem well placed in org.apache.derby.iapi.services.context as they are more about errors than about contexts.

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


[jira] Commented: (DERBY-3452) ShutdownException and ErrorStringBuilder classes do not belong to the services context module

Posted by "Dibyendu Majumdar (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-3452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12571684#action_12571684 ] 

Dibyendu Majumdar commented on DERBY-3452:
------------------------------------------

For test results, see DERBY-3451.

> ShutdownException and ErrorStringBuilder classes do not belong to the services context module
> ---------------------------------------------------------------------------------------------
>
>                 Key: DERBY-3452
>                 URL: https://issues.apache.org/jira/browse/DERBY-3452
>             Project: Derby
>          Issue Type: Sub-task
>            Reporter: Dibyendu Majumdar
>            Assignee: Dibyendu Majumdar
>         Attachments: DERBY-3452_patch_1.txt
>
>
> The classes ShutdownException and ErrorStringBuilder do not seem well placed in org.apache.derby.iapi.services.context as they are more about errors than about contexts.

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


[jira] Updated: (DERBY-3452) ShutdownException and ErrorStringBuilder classes do not belong to the services context module

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

Myrna van Lunteren updated DERBY-3452:
--------------------------------------

    Fix Version/s: 10.4.1.3

> ShutdownException and ErrorStringBuilder classes do not belong to the services context module
> ---------------------------------------------------------------------------------------------
>
>                 Key: DERBY-3452
>                 URL: https://issues.apache.org/jira/browse/DERBY-3452
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Services
>            Reporter: Dibyendu Majumdar
>            Assignee: Dibyendu Majumdar
>             Fix For: 10.4.1.3
>
>         Attachments: DERBY-3452_patch_rev630512.txt
>
>
> The classes ShutdownException and ErrorStringBuilder do not seem well placed in org.apache.derby.iapi.services.context as they are more about errors than about contexts.

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


[jira] Updated: (DERBY-3452) ShutdownException and ErrorStringBuilder classes do not belong to the services context module

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

Dibyendu Majumdar updated DERBY-3452:
-------------------------------------

    Derby Info:   (was: [Patch Available])

> ShutdownException and ErrorStringBuilder classes do not belong to the services context module
> ---------------------------------------------------------------------------------------------
>
>                 Key: DERBY-3452
>                 URL: https://issues.apache.org/jira/browse/DERBY-3452
>             Project: Derby
>          Issue Type: Sub-task
>            Reporter: Dibyendu Majumdar
>            Assignee: Dibyendu Majumdar
>         Attachments: DERBY-3452_patch_rev630512.txt
>
>
> The classes ShutdownException and ErrorStringBuilder do not seem well placed in org.apache.derby.iapi.services.context as they are more about errors than about contexts.

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


[jira] Updated: (DERBY-3452) ShutdownException and ErrorStringBuilder classes do not belong to the services context module

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

Dibyendu Majumdar updated DERBY-3452:
-------------------------------------

    Attachment: DERBY-3452_patch_1.txt

The classes ShutdownException and ErrorStringBuilder have been moved from org.apache.derby.iapi.services.context to org.apache.derby.iapi.error, as they are more about errors than about contexts.

> ShutdownException and ErrorStringBuilder classes do not belong to the services context module
> ---------------------------------------------------------------------------------------------
>
>                 Key: DERBY-3452
>                 URL: https://issues.apache.org/jira/browse/DERBY-3452
>             Project: Derby
>          Issue Type: Sub-task
>            Reporter: Dibyendu Majumdar
>            Assignee: Dibyendu Majumdar
>         Attachments: DERBY-3452_patch_1.txt
>
>
> The classes ShutdownException and ErrorStringBuilder do not seem well placed in org.apache.derby.iapi.services.context as they are more about errors than about contexts.

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


[jira] Issue Comment Edited: (DERBY-3452) ShutdownException and ErrorStringBuilder classes do not belong to the services context module

Posted by "Dibyendu Majumdar (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-3452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12571833#action_12571833 ] 

dibyendumajumdar edited comment on DERBY-3452 at 2/23/08 6:19 PM:
-------------------------------------------------------------------

See DERBY-3451 for details on how to apply this patch, and the test results.
This patch should be applied after DERBY-3451.

      was (Author: dibyendumajumdar):
    See DERBY-3451 for details on how to apply this patch, and the test results.

  
> ShutdownException and ErrorStringBuilder classes do not belong to the services context module
> ---------------------------------------------------------------------------------------------
>
>                 Key: DERBY-3452
>                 URL: https://issues.apache.org/jira/browse/DERBY-3452
>             Project: Derby
>          Issue Type: Sub-task
>            Reporter: Dibyendu Majumdar
>            Assignee: Dibyendu Majumdar
>         Attachments: DERBY-3452_patch_rev630512.txt
>
>
> The classes ShutdownException and ErrorStringBuilder do not seem well placed in org.apache.derby.iapi.services.context as they are more about errors than about contexts.

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


[jira] Resolved: (DERBY-3452) ShutdownException and ErrorStringBuilder classes do not belong to the services context module

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

Dibyendu Majumdar resolved DERBY-3452.
--------------------------------------

    Resolution: Fixed

> ShutdownException and ErrorStringBuilder classes do not belong to the services context module
> ---------------------------------------------------------------------------------------------
>
>                 Key: DERBY-3452
>                 URL: https://issues.apache.org/jira/browse/DERBY-3452
>             Project: Derby
>          Issue Type: Sub-task
>            Reporter: Dibyendu Majumdar
>            Assignee: Dibyendu Majumdar
>         Attachments: DERBY-3452_patch_rev630512.txt
>
>
> The classes ShutdownException and ErrorStringBuilder do not seem well placed in org.apache.derby.iapi.services.context as they are more about errors than about contexts.

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


[jira] Updated: (DERBY-3452) ShutdownException and ErrorStringBuilder classes do not belong to the services context module

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

Dibyendu Majumdar updated DERBY-3452:
-------------------------------------

    Attachment:     (was: DERBY-3452_patch_1.txt)

> ShutdownException and ErrorStringBuilder classes do not belong to the services context module
> ---------------------------------------------------------------------------------------------
>
>                 Key: DERBY-3452
>                 URL: https://issues.apache.org/jira/browse/DERBY-3452
>             Project: Derby
>          Issue Type: Sub-task
>            Reporter: Dibyendu Majumdar
>            Assignee: Dibyendu Majumdar
>         Attachments: DERBY-3452_patch_rev630512.txt
>
>
> The classes ShutdownException and ErrorStringBuilder do not seem well placed in org.apache.derby.iapi.services.context as they are more about errors than about contexts.

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


[jira] Updated: (DERBY-3452) ShutdownException and ErrorStringBuilder classes do not belong to the services context module

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

Dibyendu Majumdar updated DERBY-3452:
-------------------------------------

    Attachment: DERBY-3452_patch_rev630512.txt

See DERBY-3451 for details on how to apply this patch, and the test results.


> ShutdownException and ErrorStringBuilder classes do not belong to the services context module
> ---------------------------------------------------------------------------------------------
>
>                 Key: DERBY-3452
>                 URL: https://issues.apache.org/jira/browse/DERBY-3452
>             Project: Derby
>          Issue Type: Sub-task
>            Reporter: Dibyendu Majumdar
>            Assignee: Dibyendu Majumdar
>         Attachments: DERBY-3452_patch_rev630512.txt
>
>
> The classes ShutdownException and ErrorStringBuilder do not seem well placed in org.apache.derby.iapi.services.context as they are more about errors than about contexts.

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


[jira] Commented: (DERBY-3452) ShutdownException and ErrorStringBuilder classes do not belong to the services context module

Posted by "Dyre Tjeldvoll (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-3452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574594#action_12574594 ] 

Dyre Tjeldvoll commented on DERBY-3452:
---------------------------------------

Can we remove 'patch available' for this issue after the commit of 632129 ?

> ShutdownException and ErrorStringBuilder classes do not belong to the services context module
> ---------------------------------------------------------------------------------------------
>
>                 Key: DERBY-3452
>                 URL: https://issues.apache.org/jira/browse/DERBY-3452
>             Project: Derby
>          Issue Type: Sub-task
>            Reporter: Dibyendu Majumdar
>            Assignee: Dibyendu Majumdar
>         Attachments: DERBY-3452_patch_rev630512.txt
>
>
> The classes ShutdownException and ErrorStringBuilder do not seem well placed in org.apache.derby.iapi.services.context as they are more about errors than about contexts.

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


[jira] Updated: (DERBY-3452) ShutdownException and ErrorStringBuilder classes do not belong to the services context module

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

Dibyendu Majumdar updated DERBY-3452:
-------------------------------------

    Derby Info: [Patch Available]

> ShutdownException and ErrorStringBuilder classes do not belong to the services context module
> ---------------------------------------------------------------------------------------------
>
>                 Key: DERBY-3452
>                 URL: https://issues.apache.org/jira/browse/DERBY-3452
>             Project: Derby
>          Issue Type: Sub-task
>            Reporter: Dibyendu Majumdar
>            Assignee: Dibyendu Majumdar
>         Attachments: DERBY-3452_patch_1.txt
>
>
> The classes ShutdownException and ErrorStringBuilder do not seem well placed in org.apache.derby.iapi.services.context as they are more about errors than about contexts.

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


[jira] Updated: (DERBY-3452) ShutdownException and ErrorStringBuilder classes do not belong to the services context module

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

Kathey Marsden updated DERBY-3452:
----------------------------------

    Component/s: Services

> ShutdownException and ErrorStringBuilder classes do not belong to the services context module
> ---------------------------------------------------------------------------------------------
>
>                 Key: DERBY-3452
>                 URL: https://issues.apache.org/jira/browse/DERBY-3452
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Services
>            Reporter: Dibyendu Majumdar
>            Assignee: Dibyendu Majumdar
>         Attachments: DERBY-3452_patch_rev630512.txt
>
>
> The classes ShutdownException and ErrorStringBuilder do not seem well placed in org.apache.derby.iapi.services.context as they are more about errors than about contexts.

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