IOException ZIP entry size is too large when downloading excel file

2012-08-25 Thread sdia1400
Using eclipse/tomcat, I have a single page wicket app with a single link for downloading an excel sheet (*.xlsm, around 6MB) and it works, great. However, when I plug the same piece of code in my main web application (wicket + spring + hibernate + mysql), it throws java.io.IOException: ZIP entry

Re: IOException ZIP entry size is too large when downloading excel file

2012-08-25 Thread sdia1400
Thank Francois, As mentioned earlier, exactly same piece of code when run on its own works. However, it throws IOException when I plug the same in my wicket application with spring/hibernate/mysql. The only difference between two setups is spring/hibernate and the following two lines from

IOException ZIP entry size is too large when downloading excel file

2012-08-25 Thread sdia1400
Using eclipse/tomcat, I have a single page wicket app with a single link for downloading an excel sheet (*.xlsm, around 6MB) and it works, great. However, when I plug the same piece of code in my main web application (wicket + spring + hibernate + mysql), it throws java.io.IOException: ZIP entry