I have part of code which works via Junit test, but under JBoss server, executing stops when I try create new work book - "wb = new HSSFWorkbook(1000);", I don't have any exceptions or anything else... It simply freezing...
wb = new SXSSFWorkbook(1000); wb.setCompressTempFiles(true); sheet = this.wb.createSheet("Sheet 1"); What I should do with Jboss for correct executing? -- View this message in context: http://apache-poi.1045710.n5.nabble.com/Couldn-t-create-new-SXSSFWorkbook-under-application-server-Jboss-tp5659764p5659764.html Sent from the POI - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org