1 Reply Latest reply on Jul 21, 2014 7:56 AM by kpiwko

    Maximum Size of War Files supported by Shrinkwrap

    kshantaraman

      Hi,

       

      I would like to know the Maximum size of a war file that can be read by Shrinkwrap using the syntax

       

      (WebArchive)ShrinkWrap.create(ZipImporter.class, "test.war").importFrom(new File("src/test/resources/test.war")).as(WebArchive.class);
      
      

       

      If I have a war file of aboput 20 MB will it read without any exceptions?

       

      There is nothing of a limit exception specified in shrinkwrap/api/src/main/java/org/jboss/shrinkwrap/api/importer/StreamImporter.java at master · shrinkwrap/shrinkwrap · G…

       

      aslak

       

      Thanks,

      Karthik