You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Dariusz Łuksza (JIRA)" <ji...@apache.org> on 2009/04/25 19:14:30 UTC

[jira] Created: (COCOON3-33) Cocoon-monitoring logging reconfiguration

Cocoon-monitoring logging reconfiguration
-----------------------------------------

                 Key: COCOON3-33
                 URL: https://issues.apache.org/jira/browse/COCOON3-33
             Project: Cocoon 3
          Issue Type: Task
          Components: cocoon-optional
            Reporter: Dariusz Łuksza
            Assignee: Cocoon Developers Team


Setup new C3 module cocoon-monitoring and implement support for logging reconfiguration via JMX.

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


[jira] Updated: (COCOON3-33) Cocoon-monitoring logging reconfiguration

Posted by "Dariusz Łuksza (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COCOON3-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dariusz Łuksza updated COCOON3-33:
----------------------------------

    Attachment: cocoon-reconfiguration.patch

This patch adds possibility of reconfiguration all properties during runtime using JMX operations. It is using cocoon-spring-configurator to obtain and modify properties.

This patch renames also package in with previous code was. Now it is more abstract IMHO.

I'll send documentation for this part together with documentation for statistics module.

> Cocoon-monitoring logging reconfiguration
> -----------------------------------------
>
>                 Key: COCOON3-33
>                 URL: https://issues.apache.org/jira/browse/COCOON3-33
>             Project: Cocoon 3
>          Issue Type: Task
>          Components: cocoon-optional
>            Reporter: Dariusz Łuksza
>            Assignee: Reinhard Poetz
>             Fix For: 3.0.0-alpha-2
>
>         Attachments: cocoon-reconfiguration.patch, new-cocoon-monitoring-module.patch, new-cocoon-monitoring-module2.patch
>
>
> Setup new C3 module cocoon-monitoring and implement support for logging reconfiguration via JMX.

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


[jira] Commented: (COCOON3-33) Cocoon-monitoring logging reconfiguration

Posted by "Reinhard Poetz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/COCOON3-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12704134#action_12704134 ] 

Reinhard Poetz commented on COCOON3-33:
---------------------------------------

Unfortunatly I can't apply your patch. TortoiseSVN doesn't recognize it as one at all. After having a close look at I think that it is not a unified diff:

diff --git a/cocoon-monitoring/pom.xml b/cocoon-monitoring/pom.xml
new file mode 100644
index 0000000..f4b9f17
--- /dev/null
+++ b/cocoon-monitoring/pom.xml
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>

Or did I something wrong?

> Cocoon-monitoring logging reconfiguration
> -----------------------------------------
>
>                 Key: COCOON3-33
>                 URL: https://issues.apache.org/jira/browse/COCOON3-33
>             Project: Cocoon 3
>          Issue Type: Task
>          Components: cocoon-optional
>            Reporter: Dariusz Łuksza
>            Assignee: Cocoon Developers Team
>         Attachments: new-cocoon-monitoring-module.patch
>
>
> Setup new C3 module cocoon-monitoring and implement support for logging reconfiguration via JMX.

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


[jira] Reopened: (COCOON3-33) Cocoon-monitoring logging reconfiguration

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

Reinhard Poetz reopened COCOON3-33:
-----------------------------------


> Cocoon-monitoring logging reconfiguration
> -----------------------------------------
>
>                 Key: COCOON3-33
>                 URL: https://issues.apache.org/jira/browse/COCOON3-33
>             Project: Cocoon 3
>          Issue Type: Task
>          Components: cocoon-optional
>            Reporter: Dariusz Łuksza
>            Assignee: Reinhard Poetz
>             Fix For: 3.0.0-alpha-2
>
>         Attachments: new-cocoon-monitoring-module.patch, new-cocoon-monitoring-module2.patch
>
>
> Setup new C3 module cocoon-monitoring and implement support for logging reconfiguration via JMX.

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


[jira] Assigned: (COCOON3-33) Cocoon-monitoring logging reconfiguration

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

Reinhard Poetz reassigned COCOON3-33:
-------------------------------------

    Assignee: Reinhard Poetz  (was: Cocoon Developers Team)

> Cocoon-monitoring logging reconfiguration
> -----------------------------------------
>
>                 Key: COCOON3-33
>                 URL: https://issues.apache.org/jira/browse/COCOON3-33
>             Project: Cocoon 3
>          Issue Type: Task
>          Components: cocoon-optional
>            Reporter: Dariusz Łuksza
>            Assignee: Reinhard Poetz
>             Fix For: 3.0.0-alpha-2
>
>         Attachments: new-cocoon-monitoring-module.patch, new-cocoon-monitoring-module2.patch
>
>
> Setup new C3 module cocoon-monitoring and implement support for logging reconfiguration via JMX.

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


[jira] Commented: (COCOON3-33) Cocoon-monitoring logging reconfiguration

Posted by "Dariusz Łuksza (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/COCOON3-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12704148#action_12704148 ] 

Dariusz Łuksza commented on COCOON3-33:
---------------------------------------

No you did everything ok ;)

It seams that git and svn patches aren't compatible, so I must somehow figure out how to force git diff for returning svn compatible patches ...

> Cocoon-monitoring logging reconfiguration
> -----------------------------------------
>
>                 Key: COCOON3-33
>                 URL: https://issues.apache.org/jira/browse/COCOON3-33
>             Project: Cocoon 3
>          Issue Type: Task
>          Components: cocoon-optional
>            Reporter: Dariusz Łuksza
>            Assignee: Cocoon Developers Team
>         Attachments: new-cocoon-monitoring-module.patch
>
>
> Setup new C3 module cocoon-monitoring and implement support for logging reconfiguration via JMX.

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


[jira] Reopened: (COCOON3-33) Cocoon-monitoring logging reconfiguration

Posted by "Dariusz Łuksza (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COCOON3-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dariusz Łuksza reopened COCOON3-33:
-----------------------------------


I've added new functionality that fits this issue so I reopen it to send patch.

> Cocoon-monitoring logging reconfiguration
> -----------------------------------------
>
>                 Key: COCOON3-33
>                 URL: https://issues.apache.org/jira/browse/COCOON3-33
>             Project: Cocoon 3
>          Issue Type: Task
>          Components: cocoon-optional
>            Reporter: Dariusz Łuksza
>            Assignee: Reinhard Poetz
>             Fix For: 3.0.0-alpha-2
>
>         Attachments: new-cocoon-monitoring-module.patch, new-cocoon-monitoring-module2.patch
>
>
> Setup new C3 module cocoon-monitoring and implement support for logging reconfiguration via JMX.

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


[jira] Closed: (COCOON3-33) Cocoon-monitoring logging reconfiguration

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

Reinhard Poetz closed COCOON3-33.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0.0-alpha-2

> Cocoon-monitoring logging reconfiguration
> -----------------------------------------
>
>                 Key: COCOON3-33
>                 URL: https://issues.apache.org/jira/browse/COCOON3-33
>             Project: Cocoon 3
>          Issue Type: Task
>          Components: cocoon-optional
>            Reporter: Dariusz Łuksza
>            Assignee: Reinhard Poetz
>             Fix For: 3.0.0-alpha-2
>
>         Attachments: new-cocoon-monitoring-module.patch, new-cocoon-monitoring-module2.patch
>
>
> Setup new C3 module cocoon-monitoring and implement support for logging reconfiguration via JMX.

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


[jira] Closed: (COCOON3-33) Cocoon-monitoring logging reconfiguration

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

Reinhard Poetz closed COCOON3-33.
---------------------------------

    Resolution: Fixed

Many thanks, patch applied.

> Cocoon-monitoring logging reconfiguration
> -----------------------------------------
>
>                 Key: COCOON3-33
>                 URL: https://issues.apache.org/jira/browse/COCOON3-33
>             Project: Cocoon 3
>          Issue Type: Task
>          Components: cocoon-monitoring
>            Reporter: Dariusz Łuksza
>            Assignee: Reinhard Poetz
>             Fix For: 3.0.0-alpha-2
>
>         Attachments: cocoon-reconfiguration.patch, new-cocoon-monitoring-module.patch, new-cocoon-monitoring-module2.patch
>
>
> Setup new C3 module cocoon-monitoring and implement support for logging reconfiguration via JMX.

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


[jira] Closed: (COCOON3-33) Cocoon-monitoring logging reconfiguration

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

Reinhard Poetz closed COCOON3-33.
---------------------------------

    Resolution: Fixed

I changed the dependency spring-jmx:2.0.8 to spring-context:2.5.6 - otherwise I applied the patch as it was.

> Cocoon-monitoring logging reconfiguration
> -----------------------------------------
>
>                 Key: COCOON3-33
>                 URL: https://issues.apache.org/jira/browse/COCOON3-33
>             Project: Cocoon 3
>          Issue Type: Task
>          Components: cocoon-optional
>            Reporter: Dariusz Łuksza
>            Assignee: Reinhard Poetz
>             Fix For: 3.0.0-alpha-2
>
>         Attachments: new-cocoon-monitoring-module.patch, new-cocoon-monitoring-module2.patch
>
>
> Setup new C3 module cocoon-monitoring and implement support for logging reconfiguration via JMX.

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


[jira] Updated: (COCOON3-33) Cocoon-monitoring logging reconfiguration

Posted by "Dariusz Łuksza (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COCOON3-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dariusz Łuksza updated COCOON3-33:
----------------------------------

    Attachment: new-cocoon-monitoring-module.patch

Small initial patch that adds cocoon-monitoring module and integrate it with build process.

> Cocoon-monitoring logging reconfiguration
> -----------------------------------------
>
>                 Key: COCOON3-33
>                 URL: https://issues.apache.org/jira/browse/COCOON3-33
>             Project: Cocoon 3
>          Issue Type: Task
>          Components: cocoon-optional
>            Reporter: Dariusz Łuksza
>            Assignee: Cocoon Developers Team
>         Attachments: new-cocoon-monitoring-module.patch
>
>
> Setup new C3 module cocoon-monitoring and implement support for logging reconfiguration via JMX.

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


[jira] Updated: (COCOON3-33) Cocoon-monitoring logging reconfiguration

Posted by "Dariusz Łuksza (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COCOON3-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dariusz Łuksza updated COCOON3-33:
----------------------------------

    Attachment: new-cocoon-monitoring-module2.patch

Please check this patch. I've edited it by hard and I hope it would now apply without problems.

> Cocoon-monitoring logging reconfiguration
> -----------------------------------------
>
>                 Key: COCOON3-33
>                 URL: https://issues.apache.org/jira/browse/COCOON3-33
>             Project: Cocoon 3
>          Issue Type: Task
>          Components: cocoon-optional
>            Reporter: Dariusz Łuksza
>            Assignee: Cocoon Developers Team
>         Attachments: new-cocoon-monitoring-module.patch, new-cocoon-monitoring-module2.patch
>
>
> Setup new C3 module cocoon-monitoring and implement support for logging reconfiguration via JMX.

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


[jira] Updated: (COCOON3-33) Cocoon-monitoring logging reconfiguration

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

Reinhard Poetz updated COCOON3-33:
----------------------------------

    Component/s:     (was: cocoon-optional)
                 cocoon-monitoring

> Cocoon-monitoring logging reconfiguration
> -----------------------------------------
>
>                 Key: COCOON3-33
>                 URL: https://issues.apache.org/jira/browse/COCOON3-33
>             Project: Cocoon 3
>          Issue Type: Task
>          Components: cocoon-monitoring
>            Reporter: Dariusz Łuksza
>            Assignee: Reinhard Poetz
>             Fix For: 3.0.0-alpha-2
>
>         Attachments: cocoon-reconfiguration.patch, new-cocoon-monitoring-module.patch, new-cocoon-monitoring-module2.patch
>
>
> Setup new C3 module cocoon-monitoring and implement support for logging reconfiguration via JMX.

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