You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Sachin Patel (JIRA)" <de...@geronimo.apache.org> on 2005/08/18 19:27:54 UTC

[jira] Created: (GERONIMO-888) Introduce dp export operations

Introduce dp export operations
------------------------------

         Key: GERONIMO-888
         URL: http://issues.apache.org/jira/browse/GERONIMO-888
     Project: Geronimo
        Type: Improvement
    Reporter: Sachin Patel
    Priority: Minor


Eclipse WTP allows multiple components to be defined within a project or each project can be its own component.  Either way each j2ee components deployment plans are scattered within the workspace for a given application.  An extendable deployment export operation is needed to aggregate the dp plans for a given app and export them out as a single geronimo-application.xml file.  This operation is implemented using the WTP operation framework which will eventually allow the operation to be embedded as part of a post op during WTP Ear file export operation.

The following patch is the initial drop of a stubbed out implementation for the AbstractDataModelOperation and AbstractDataModelProvider which will allow this capability.

The EarExportOperation is wtp is missing extended op support in wtp... Eclipse bugzilla 107203 opened.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (GERONIMO-888) Introduce dp export operations

Posted by "Sachin Patel (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-888?page=all ]
     
Sachin Patel closed GERONIMO-888:
---------------------------------


> Introduce dp export operations
> ------------------------------
>
>          Key: GERONIMO-888
>          URL: http://issues.apache.org/jira/browse/GERONIMO-888
>      Project: Geronimo
>         Type: Improvement
>   Components: eclipse-plugin
>     Reporter: Sachin Patel
>     Assignee: Geir Magnusson Jr
>     Priority: Minor
>  Attachments: patch.txt
>
> Eclipse WTP allows multiple components to be defined within a project or each project can be its own component.  Either way each j2ee components deployment plans are scattered within the workspace for a given application.  An extendable deployment export operation is needed to aggregate the dp plans for a given app and export them out as a single geronimo-application.xml file.  This operation is implemented using the WTP operation framework which will eventually allow the operation to be embedded as part of a post op during WTP Ear file export operation.
> The following patch is the initial drop of a stubbed out implementation for the AbstractDataModelOperation and AbstractDataModelProvider which will allow this capability.
> The EarExportOperation is wtp is missing extended op support in wtp... Eclipse bugzilla 107203 opened.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (GERONIMO-888) Introduce dp export operations

Posted by "Geir Magnusson Jr (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-888?page=all ]
     
Geir Magnusson Jr resolved GERONIMO-888:
----------------------------------------

    Resolution: Fixed

patch applied

> Introduce dp export operations
> ------------------------------
>
>          Key: GERONIMO-888
>          URL: http://issues.apache.org/jira/browse/GERONIMO-888
>      Project: Geronimo
>         Type: Improvement
>   Components: eclipse-plugin
>     Reporter: Sachin Patel
>     Priority: Minor
>  Attachments: patch.txt
>
> Eclipse WTP allows multiple components to be defined within a project or each project can be its own component.  Either way each j2ee components deployment plans are scattered within the workspace for a given application.  An extendable deployment export operation is needed to aggregate the dp plans for a given app and export them out as a single geronimo-application.xml file.  This operation is implemented using the WTP operation framework which will eventually allow the operation to be embedded as part of a post op during WTP Ear file export operation.
> The following patch is the initial drop of a stubbed out implementation for the AbstractDataModelOperation and AbstractDataModelProvider which will allow this capability.
> The EarExportOperation is wtp is missing extended op support in wtp... Eclipse bugzilla 107203 opened.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (GERONIMO-888) Introduce dp export operations

Posted by "Geir Magnusson Jr (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-888?page=all ]

Geir Magnusson Jr reassigned GERONIMO-888:
------------------------------------------

    Assign To: Geir Magnusson Jr

> Introduce dp export operations
> ------------------------------
>
>          Key: GERONIMO-888
>          URL: http://issues.apache.org/jira/browse/GERONIMO-888
>      Project: Geronimo
>         Type: Improvement
>   Components: eclipse-plugin
>     Reporter: Sachin Patel
>     Assignee: Geir Magnusson Jr
>     Priority: Minor
>  Attachments: patch.txt
>
> Eclipse WTP allows multiple components to be defined within a project or each project can be its own component.  Either way each j2ee components deployment plans are scattered within the workspace for a given application.  An extendable deployment export operation is needed to aggregate the dp plans for a given app and export them out as a single geronimo-application.xml file.  This operation is implemented using the WTP operation framework which will eventually allow the operation to be embedded as part of a post op during WTP Ear file export operation.
> The following patch is the initial drop of a stubbed out implementation for the AbstractDataModelOperation and AbstractDataModelProvider which will allow this capability.
> The EarExportOperation is wtp is missing extended op support in wtp... Eclipse bugzilla 107203 opened.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-888) Introduce dp export operations

Posted by "Sachin Patel (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-888?page=all ]

Sachin Patel updated GERONIMO-888:
----------------------------------

    Attachment: patch.txt

> Introduce dp export operations
> ------------------------------
>
>          Key: GERONIMO-888
>          URL: http://issues.apache.org/jira/browse/GERONIMO-888
>      Project: Geronimo
>         Type: Improvement
>     Reporter: Sachin Patel
>     Priority: Minor
>  Attachments: patch.txt
>
> Eclipse WTP allows multiple components to be defined within a project or each project can be its own component.  Either way each j2ee components deployment plans are scattered within the workspace for a given application.  An extendable deployment export operation is needed to aggregate the dp plans for a given app and export them out as a single geronimo-application.xml file.  This operation is implemented using the WTP operation framework which will eventually allow the operation to be embedded as part of a post op during WTP Ear file export operation.
> The following patch is the initial drop of a stubbed out implementation for the AbstractDataModelOperation and AbstractDataModelProvider which will allow this capability.
> The EarExportOperation is wtp is missing extended op support in wtp... Eclipse bugzilla 107203 opened.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-888) Introduce dp export operations

Posted by "Sachin Patel (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-888?page=all ]

Sachin Patel updated GERONIMO-888:
----------------------------------

    Component: eclipse-plugin

> Introduce dp export operations
> ------------------------------
>
>          Key: GERONIMO-888
>          URL: http://issues.apache.org/jira/browse/GERONIMO-888
>      Project: Geronimo
>         Type: Improvement
>   Components: eclipse-plugin
>     Reporter: Sachin Patel
>     Priority: Minor
>  Attachments: patch.txt
>
> Eclipse WTP allows multiple components to be defined within a project or each project can be its own component.  Either way each j2ee components deployment plans are scattered within the workspace for a given application.  An extendable deployment export operation is needed to aggregate the dp plans for a given app and export them out as a single geronimo-application.xml file.  This operation is implemented using the WTP operation framework which will eventually allow the operation to be embedded as part of a post op during WTP Ear file export operation.
> The following patch is the initial drop of a stubbed out implementation for the AbstractDataModelOperation and AbstractDataModelProvider which will allow this capability.
> The EarExportOperation is wtp is missing extended op support in wtp... Eclipse bugzilla 107203 opened.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira