You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <ji...@apache.org> on 2007/12/23 23:57:43 UTC

[jira] Created: (GERONIMO-3719) Monitoring agent uses sun classes

Monitoring agent uses sun classes
---------------------------------

                 Key: GERONIMO-3719
                 URL: https://issues.apache.org/jira/browse/GERONIMO-3719
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: monitoring
    Affects Versions: 2.1
            Reporter: David Jencks
             Fix For: 2.1


SnapshotConfigXMLBuilder uses a couple sun classes to write out xml.  This doesn't work on non-sun jvms.



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


[jira] Commented: (GERONIMO-3719) Monitoring agent uses sun classes

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-3719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12554201 ] 

David Jencks commented on GERONIMO-3719:
----------------------------------------

rev 606631 uses xmlbeans to write  out the xml.  This is not exactly satisfactory.  I would think using jaxb for all xml manipulation would overall be a much better solution than the current code.

> Monitoring agent uses sun classes
> ---------------------------------
>
>                 Key: GERONIMO-3719
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3719
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: monitoring
>    Affects Versions: 2.1
>            Reporter: David Jencks
>             Fix For: 2.1
>
>
> SnapshotConfigXMLBuilder uses a couple sun classes to write out xml.  This doesn't work on non-sun jvms.

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


[jira] Updated: (GERONIMO-3719) Monitoring agent uses sun classes

Posted by "Erik B. Craig (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erik B. Craig updated GERONIMO-3719:
------------------------------------

    Affects Version/s: 2.2
        Fix Version/s: 2.2

> Monitoring agent uses sun classes
> ---------------------------------
>
>                 Key: GERONIMO-3719
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3719
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: monitoring
>    Affects Versions: 2.1, 2.1.1, 2.2
>            Reporter: David Jencks
>            Assignee: Viet Hung Nguyen
>             Fix For: 2.1.1, 2.2
>
>
> SnapshotConfigXMLBuilder uses a couple sun classes to write out xml.  This doesn't work on non-sun jvms.

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


[jira] Updated: (GERONIMO-3719) Monitoring agent uses sun classes

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

Kevan Miller updated GERONIMO-3719:
-----------------------------------

    Affects Version/s: 2.1.1
        Fix Version/s:     (was: 2.1)
                       2.1.1

Unless there's a fix on hand, can fix this in 2.1.1.

> Monitoring agent uses sun classes
> ---------------------------------
>
>                 Key: GERONIMO-3719
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3719
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: monitoring
>    Affects Versions: 2.1, 2.1.1
>            Reporter: David Jencks
>            Assignee: Viet Hung Nguyen
>             Fix For: 2.1.1
>
>
> SnapshotConfigXMLBuilder uses a couple sun classes to write out xml.  This doesn't work on non-sun jvms.

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


[jira] Resolved: (GERONIMO-3719) Monitoring agent uses sun classes

Posted by "Erik B. Craig (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erik B. Craig resolved GERONIMO-3719.
-------------------------------------

    Resolution: Fixed

Committed revision 638039 to trunk, revision 638040 to branches/2.1 to remove remnants.
Will open new jira for further tweaks

> Monitoring agent uses sun classes
> ---------------------------------
>
>                 Key: GERONIMO-3719
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3719
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: monitoring
>    Affects Versions: 2.1, 2.1.1, 2.2
>            Reporter: David Jencks
>            Assignee: Viet Hung Nguyen
>             Fix For: 2.1.1, 2.2
>
>
> SnapshotConfigXMLBuilder uses a couple sun classes to write out xml.  This doesn't work on non-sun jvms.

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


[jira] Assigned: (GERONIMO-3719) Monitoring agent uses sun classes

Posted by "Viet Hung Nguyen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Viet Hung Nguyen reassigned GERONIMO-3719:
------------------------------------------

    Assignee: Viet Hung Nguyen

> Monitoring agent uses sun classes
> ---------------------------------
>
>                 Key: GERONIMO-3719
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3719
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: monitoring
>    Affects Versions: 2.1
>            Reporter: David Jencks
>            Assignee: Viet Hung Nguyen
>             Fix For: 2.1
>
>
> SnapshotConfigXMLBuilder uses a couple sun classes to write out xml.  This doesn't work on non-sun jvms.

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