You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Andrey Yakushev (JIRA)" <ji...@apache.org> on 2007/01/29 13:29:49 UTC

[jira] Created: (HARMONY-3075) [classlib][logging] implementation of getLoggingMXBean

[classlib][logging] implementation of getLoggingMXBean
------------------------------------------------------

                 Key: HARMONY-3075
                 URL: https://issues.apache.org/jira/browse/HARMONY-3075
             Project: Harmony
          Issue Type: Improvement
          Components: Classlib
         Environment: ws2003
            Reporter: Andrey Yakushev


Current implementation for getLoggingMXBean is AssertionError with "not currently implemented" message.
This method should be implemented for the lang-management functionality enabling.


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


[jira] Commented: (HARMONY-3075) [classlib][logging] implementation of getLoggingMXBean

Posted by "Alexei Zakharov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-3075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469019 ] 

Alexei Zakharov commented on HARMONY-3075:
------------------------------------------

Thanks Andrey, your patch was applied at the revision 501829. It would also be nice if you can create a patch with unit test - to test implemented functionality. 

> [classlib][logging] implementation of getLoggingMXBean
> ------------------------------------------------------
>
>                 Key: HARMONY-3075
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3075
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: ws2003
>            Reporter: Andrey Yakushev
>         Assigned To: Alexei Zakharov
>         Attachments: getLoggingMXBean.patch
>
>
> Current implementation for getLoggingMXBean is AssertionError with "not currently implemented" message.
> This method should be implemented for the lang-management functionality enabling.

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


[jira] Assigned: (HARMONY-3075) [classlib][logging] implementation of getLoggingMXBean

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

Alexei Zakharov reassigned HARMONY-3075:
----------------------------------------

    Assignee: Alexei Zakharov

> [classlib][logging] implementation of getLoggingMXBean
> ------------------------------------------------------
>
>                 Key: HARMONY-3075
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3075
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: ws2003
>            Reporter: Andrey Yakushev
>         Assigned To: Alexei Zakharov
>         Attachments: getLoggingMXBean.patch
>
>
> Current implementation for getLoggingMXBean is AssertionError with "not currently implemented" message.
> This method should be implemented for the lang-management functionality enabling.

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


[jira] Commented: (HARMONY-3075) [classlib][logging] implementation of getLoggingMXBean

Posted by "Andrey Yakushev (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-3075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471646 ] 

Andrey Yakushev commented on HARMONY-3075:
------------------------------------------

I've open new issue HARMONY-3142 with the test

> [classlib][logging] implementation of getLoggingMXBean
> ------------------------------------------------------
>
>                 Key: HARMONY-3075
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3075
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: ws2003
>            Reporter: Andrey Yakushev
>         Assigned To: Alexei Zakharov
>         Attachments: getLoggingMXBean.patch
>
>
> Current implementation for getLoggingMXBean is AssertionError with "not currently implemented" message.
> This method should be implemented for the lang-management functionality enabling.

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


[jira] Updated: (HARMONY-3075) [classlib][logging] implementation of getLoggingMXBean

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

Andrey Yakushev updated HARMONY-3075:
-------------------------------------

    Patch Info: [Patch Available]

> [classlib][logging] implementation of getLoggingMXBean
> ------------------------------------------------------
>
>                 Key: HARMONY-3075
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3075
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: ws2003
>            Reporter: Andrey Yakushev
>         Attachments: getLoggingMXBean.patch
>
>
> Current implementation for getLoggingMXBean is AssertionError with "not currently implemented" message.
> This method should be implemented for the lang-management functionality enabling.

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


[jira] Updated: (HARMONY-3075) [classlib][logging] implementation of getLoggingMXBean

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

Andrey Yakushev updated HARMONY-3075:
-------------------------------------

    Attachment: getLoggingMXBean.patch

This patch is an implementation for getLoggingMXBean 

> [classlib][logging] implementation of getLoggingMXBean
> ------------------------------------------------------
>
>                 Key: HARMONY-3075
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3075
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: ws2003
>            Reporter: Andrey Yakushev
>         Attachments: getLoggingMXBean.patch
>
>
> Current implementation for getLoggingMXBean is AssertionError with "not currently implemented" message.
> This method should be implemented for the lang-management functionality enabling.

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


[jira] Resolved: (HARMONY-3075) [classlib][logging] implementation of getLoggingMXBean

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

Alexei Zakharov resolved HARMONY-3075.
--------------------------------------

    Resolution: Fixed

> [classlib][logging] implementation of getLoggingMXBean
> ------------------------------------------------------
>
>                 Key: HARMONY-3075
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3075
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: ws2003
>            Reporter: Andrey Yakushev
>         Assigned To: Alexei Zakharov
>         Attachments: getLoggingMXBean.patch
>
>
> Current implementation for getLoggingMXBean is AssertionError with "not currently implemented" message.
> This method should be implemented for the lang-management functionality enabling.

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