You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "simon godik (JIRA)" <de...@geronimo.apache.org> on 2005/12/01 00:59:30 UTC

[jira] Created: (GERONIMO-1259) reduce the size of the combined deployment plan: package deployment plans in a jar and pass this jar to the deployer

reduce the size of the combined deployment plan: package deployment plans in a jar and pass this jar to the deployer
--------------------------------------------------------------------------------------------------------------------

         Key: GERONIMO-1259
         URL: http://issues.apache.org/jira/browse/GERONIMO-1259
     Project: Geronimo
        Type: New Feature
  Components: deployment  
    Versions: 1.1    
    Reporter: simon godik
    Priority: Trivial


External plan is prefered method of deployment. For non trivial ear combined deployment plan is difficult to manage. Package deployment plans into the jar file by using alt-dd scheme and pass this jar file together with the module to the deployer.

-- 
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-1259) reduce the size of the combined deployment plan: package deployment plans in a jar and pass this jar to the deployer

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

Aaron Mulder updated GERONIMO-1259:
-----------------------------------

    Fix Version: 1.1
        Version: 1.0-M5
                     (was: 1.1)

> reduce the size of the combined deployment plan: package deployment plans in a jar and pass this jar to the deployer
> --------------------------------------------------------------------------------------------------------------------
>
>          Key: GERONIMO-1259
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1259
>      Project: Geronimo
>         Type: New Feature
>   Components: deployment
>     Versions: 1.0-M5
>     Reporter: simon godik
>     Priority: Trivial
>      Fix For: 1.1

>
> External plan is prefered method of deployment. For non trivial ear combined deployment plan is difficult to manage. Package deployment plans into the jar file by using alt-dd scheme and pass this jar file together with the module to the deployer.

-- 
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-1259) reduce the size of the combined deployment plan: package deployment plans in a jar and pass this jar to the deployer

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

    Resolution: Won't Fix

This seem more complex, and doesn't have support in the community.  If this idea gains support in the community, we can reopen the issue.

> reduce the size of the combined deployment plan: package deployment plans in a jar and pass this jar to the deployer
> --------------------------------------------------------------------------------------------------------------------
>
>          Key: GERONIMO-1259
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1259
>      Project: Geronimo
>         Type: New Feature
>     Security: public(Regular issues) 
>   Components: deployment
>     Versions: 1.0-M5
>     Reporter: simon godik
>     Priority: Trivial
>      Fix For: 1.2

>
> External plan is prefered method of deployment. For non trivial ear combined deployment plan is difficult to manage. Package deployment plans into the jar file by using alt-dd scheme and pass this jar file together with the module to the deployer.

-- 
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] Commented: (GERONIMO-1259) reduce the size of the combined deployment plan: package deployment plans in a jar and pass this jar to the deployer

Posted by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-1259?page=comments#action_12362126 ] 

Aaron Mulder commented on GERONIMO-1259:
----------------------------------------

Are you suggesting that we change our "deployment plan format" so an EAR "deployment plan" can be a JAR file containing META-INF/geronimo-application.xml where that file has alt-dd elements referring to other module's deployment plans within the JAR (relative to the root of the JAR)?

Our current EAR plan format has the advantage of being human-readable.  Do you think reducing the number of bytes in the plan at the cost of making it a binary file is worthwhile?  I have my doubts.

But I'm not sure that's the correct reading of this issue -- could you elaborate?  Thanks.

> reduce the size of the combined deployment plan: package deployment plans in a jar and pass this jar to the deployer
> --------------------------------------------------------------------------------------------------------------------
>
>          Key: GERONIMO-1259
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1259
>      Project: Geronimo
>         Type: New Feature
>   Components: deployment
>     Versions: 1.0-M5
>     Reporter: simon godik
>     Priority: Trivial
>      Fix For: 1.1

>
> External plan is prefered method of deployment. For non trivial ear combined deployment plan is difficult to manage. Package deployment plans into the jar file by using alt-dd scheme and pass this jar file together with the module to the deployer.

-- 
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] Commented: (GERONIMO-1259) reduce the size of the combined deployment plan: package deployment plans in a jar and pass this jar to the deployer

Posted by "simon godik (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-1259?page=comments#action_12362402 ] 

simon godik commented on GERONIMO-1259:
---------------------------------------

Deployment plans for an EAR are still readable, just unpack  jar file with deployment plans. For maven users,  deployment plan project will produce a jar  file with deployment plans. IMO non-trivial plan modularity is worth a step of packaging plans in a jar. This jira does not break usual deployment; people can still use combined deployment plan. Deployer needs to recognize that plans are packaged in a jar and unpack it before doing it's usual work.

> reduce the size of the combined deployment plan: package deployment plans in a jar and pass this jar to the deployer
> --------------------------------------------------------------------------------------------------------------------
>
>          Key: GERONIMO-1259
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1259
>      Project: Geronimo
>         Type: New Feature
>   Components: deployment
>     Versions: 1.0-M5
>     Reporter: simon godik
>     Priority: Trivial
>      Fix For: 1.1

>
> External plan is prefered method of deployment. For non trivial ear combined deployment plan is difficult to manage. Package deployment plans into the jar file by using alt-dd scheme and pass this jar file together with the module to the deployer.

-- 
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