You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Shiva Kumar H R (JIRA)" <ji...@apache.org> on 2008/03/14 04:33:24 UTC

[jira] Created: (GERONIMODEVTOOLS-312) Reimplement fixGeronimo*Schema() functions inside GeronimRuntime classes using JAXB

Reimplement fixGeronimo*Schema() functions inside GeronimRuntime classes using JAXB
-----------------------------------------------------------------------------------

                 Key: GERONIMODEVTOOLS-312
                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-312
             Project: Geronimo-Devtools
          Issue Type: Sub-task
          Components: eclipse-plugin
    Affects Versions: 2.1.0
            Reporter: Shiva Kumar H R
            Assignee: Tim McConnell
             Fix For: 2.1.0


The fixGeronimo*Schema() function inside GeronimRuntime classes is curently implemented using XMLBeans. As part of GERONIMODEVTOOLS-295, xmlbeans-2.3.0.jar has been removed from GEP's dependencies. Hence fixGeronimo*Schema() functionality needs to be reimplemented using JAXB.

Classes to be changed:
1) org.apache.geronimo.st.core.IGeronimoRuntime
2) org.apache.geronimo.st.core.operations.ImportDeploymentPlanOperation
3) org.apache.geronimo.st.v11.core.GeronimoRuntime
4) org.apache.geronimo.st.v20.core.GeronimoRuntime
5) org.apache.geronimo.st.v21.core.GeronimoRuntime

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


[jira] Resolved: (GERONIMODEVTOOLS-312) Reimplement fixGeronimo*Schema() functions inside GeronimRuntime classes using JAXB

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

Tim McConnell resolved GERONIMODEVTOOLS-312.
--------------------------------------------

    Resolution: Fixed

Created a new ConversionHelper class with static methods to assist in the conversion of various Geronimo deployment descriptors rather than implementing as a function of the Geronimo runtime instance. Resolved in revision 648451.

> Reimplement fixGeronimo*Schema() functions inside GeronimRuntime classes using JAXB
> -----------------------------------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-312
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-312
>             Project: Geronimo-Devtools
>          Issue Type: Improvement
>          Components: eclipse-plugin
>    Affects Versions: 2.1.0
>            Reporter: Shiva Kumar H R
>            Assignee: Tim McConnell
>            Priority: Critical
>             Fix For: 2.1.0
>
>
> The fixGeronimo*Schema() function inside GeronimRuntime classes is curently implemented using XMLBeans. As part of GERONIMODEVTOOLS-295, xmlbeans-2.3.0.jar has been removed from GEP's dependencies. Hence fixGeronimo*Schema() functionality needs to be reimplemented using JAXB.
> Classes to be changed:
> 1) org.apache.geronimo.st.core.IGeronimoRuntime
> 2) org.apache.geronimo.st.core.operations.ImportDeploymentPlanOperation
> 3) org.apache.geronimo.st.v11.core.GeronimoRuntime
> 4) org.apache.geronimo.st.v20.core.GeronimoRuntime
> 5) org.apache.geronimo.st.v21.core.GeronimoRuntime

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


[jira] Updated: (GERONIMODEVTOOLS-312) Reimplement fixGeronimo*Schema() functions inside GeronimRuntime classes using JAXB

Posted by "Shiva Kumar H R (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shiva Kumar H R updated GERONIMODEVTOOLS-312:
---------------------------------------------

    Priority: Critical  (was: Major)

> Reimplement fixGeronimo*Schema() functions inside GeronimRuntime classes using JAXB
> -----------------------------------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-312
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-312
>             Project: Geronimo-Devtools
>          Issue Type: Improvement
>          Components: eclipse-plugin
>    Affects Versions: 2.1.0
>            Reporter: Shiva Kumar H R
>            Assignee: Tim McConnell
>            Priority: Critical
>             Fix For: 2.1.0
>
>
> The fixGeronimo*Schema() function inside GeronimRuntime classes is curently implemented using XMLBeans. As part of GERONIMODEVTOOLS-295, xmlbeans-2.3.0.jar has been removed from GEP's dependencies. Hence fixGeronimo*Schema() functionality needs to be reimplemented using JAXB.
> Classes to be changed:
> 1) org.apache.geronimo.st.core.IGeronimoRuntime
> 2) org.apache.geronimo.st.core.operations.ImportDeploymentPlanOperation
> 3) org.apache.geronimo.st.v11.core.GeronimoRuntime
> 4) org.apache.geronimo.st.v20.core.GeronimoRuntime
> 5) org.apache.geronimo.st.v21.core.GeronimoRuntime

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


[jira] Updated: (GERONIMODEVTOOLS-312) Reimplement fixGeronimo*Schema() functions inside GeronimRuntime classes using JAXB

Posted by "Shiva Kumar H R (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shiva Kumar H R updated GERONIMODEVTOOLS-312:
---------------------------------------------

    Issue Type: Improvement  (was: Sub-task)
        Parent:     (was: GERONIMODEVTOOLS-278)

> Reimplement fixGeronimo*Schema() functions inside GeronimRuntime classes using JAXB
> -----------------------------------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-312
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-312
>             Project: Geronimo-Devtools
>          Issue Type: Improvement
>          Components: eclipse-plugin
>    Affects Versions: 2.1.0
>            Reporter: Shiva Kumar H R
>            Assignee: Tim McConnell
>             Fix For: 2.1.0
>
>
> The fixGeronimo*Schema() function inside GeronimRuntime classes is curently implemented using XMLBeans. As part of GERONIMODEVTOOLS-295, xmlbeans-2.3.0.jar has been removed from GEP's dependencies. Hence fixGeronimo*Schema() functionality needs to be reimplemented using JAXB.
> Classes to be changed:
> 1) org.apache.geronimo.st.core.IGeronimoRuntime
> 2) org.apache.geronimo.st.core.operations.ImportDeploymentPlanOperation
> 3) org.apache.geronimo.st.v11.core.GeronimoRuntime
> 4) org.apache.geronimo.st.v20.core.GeronimoRuntime
> 5) org.apache.geronimo.st.v21.core.GeronimoRuntime

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


[jira] Commented: (GERONIMODEVTOOLS-312) Reimplement fixGeronimo*Schema() functions inside GeronimRuntime classes using JAXB

Posted by "Shiva Kumar H R (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12589544#action_12589544 ] 

Shiva Kumar H R commented on GERONIMODEVTOOLS-312:
--------------------------------------------------

Redundant code after above fix has been deleted at revision: 648689 

> Reimplement fixGeronimo*Schema() functions inside GeronimRuntime classes using JAXB
> -----------------------------------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-312
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-312
>             Project: Geronimo-Devtools
>          Issue Type: Improvement
>          Components: eclipse-plugin
>    Affects Versions: 2.1.0
>            Reporter: Shiva Kumar H R
>            Assignee: Tim McConnell
>            Priority: Critical
>             Fix For: 2.1.0
>
>
> The fixGeronimo*Schema() function inside GeronimRuntime classes is curently implemented using XMLBeans. As part of GERONIMODEVTOOLS-295, xmlbeans-2.3.0.jar has been removed from GEP's dependencies. Hence fixGeronimo*Schema() functionality needs to be reimplemented using JAXB.
> Classes to be changed:
> 1) org.apache.geronimo.st.core.IGeronimoRuntime
> 2) org.apache.geronimo.st.core.operations.ImportDeploymentPlanOperation
> 3) org.apache.geronimo.st.v11.core.GeronimoRuntime
> 4) org.apache.geronimo.st.v20.core.GeronimoRuntime
> 5) org.apache.geronimo.st.v21.core.GeronimoRuntime

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