You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Jarek Gawor (JIRA)" <ji...@apache.org> on 2010/02/17 17:17:27 UTC

[jira] Created: (ARIES-176) War converter keeps entire war contents in memory

War converter keeps entire war contents in memory
-------------------------------------------------

                 Key: ARIES-176
                 URL: https://issues.apache.org/jira/browse/ARIES-176
             Project: Aries
          Issue Type: Bug
          Components: Web
    Affects Versions: Incubation
            Reporter: Jarek Gawor
            Assignee: Jarek Gawor


The war to wab converter keeps the entire war contents in memory as a byte array. This will not scale when converting large war files.


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


[jira] Resolved: (ARIES-176) War converter keeps entire war contents in memory

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

Jarek Gawor resolved ARIES-176.
-------------------------------

       Resolution: Fixed
    Fix Version/s: Incubation

Committed updates in revision 911057. If the size of the source war exceeds 64K, the war contents will be stored in a temporary file instead of memory. I also separated the process of creating the wab into two steps: 1) generating the manifest and 2) copying the war contents into wab. 


> War converter keeps entire war contents in memory
> -------------------------------------------------
>
>                 Key: ARIES-176
>                 URL: https://issues.apache.org/jira/browse/ARIES-176
>             Project: Aries
>          Issue Type: Bug
>          Components: Web
>    Affects Versions: Incubation
>            Reporter: Jarek Gawor
>            Assignee: Jarek Gawor
>             Fix For: Incubation
>
>
> The war to wab converter keeps the entire war contents in memory as a byte array. This will not scale when converting large war files.

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