[Bug 66620] Heap dump when using SXSSF for large XLSX files containing RichTextStrings

2023-05-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66620 --- Comment #2 from PJ Fanning --- You could try poi-shared-strings - it has supports keeping the shared strings in a temp file to avoid the memory overhead. https://github.com/pjfanning/poi-shared-strings. SXSSF sample in

[Bug 66620] Heap dump when using SXSSF for large XLSX files containing RichTextStrings

2023-05-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66620 --- Comment #1 from Tonny --- Comment on attachment 38567 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38567 Export of many RichTextStrings with font styles To Excel >package com.foo.export; > >import java.io.FileOutputStream;

[Bug 66620] New: Heap dump when using SXSSF for large XLSX files containing RichTextStrings

2023-05-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66620 Bug ID: 66620 Summary: Heap dump when using SXSSF for large XLSX files containing RichTextStrings Product: POI Version: 5.2.3-FINAL Hardware: PC OS:

[jira] [Commented] (XMLBEANS-637) Combine same contiguous element types incorrectly while generating XSD from an XML instance

2023-05-30 Thread PJ Fanning (Jira)
[ https://issues.apache.org/jira/browse/XMLBEANS-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17727438#comment-17727438 ] PJ Fanning commented on XMLBEANS-637: - I added

[jira] [Comment Edited] (XMLBEANS-637) Combine same contiguous element types incorrectly while generating XSD from an XML instance

2023-05-30 Thread PJ Fanning (Jira)
[ https://issues.apache.org/jira/browse/XMLBEANS-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17727404#comment-17727404 ] PJ Fanning edited comment on XMLBEANS-637 at 5/30/23 8:47 AM: -- Yes. QName

[jira] [Commented] (XMLBEANS-637) Combine same contiguous element types incorrectly while generating XSD from an XML instance

2023-05-30 Thread PJ Fanning (Jira)
[ https://issues.apache.org/jira/browse/XMLBEANS-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17727404#comment-17727404 ] PJ Fanning commented on XMLBEANS-637: - Yes. QName equals does not check the prefix. This is

[jira] [Commented] (XMLBEANS-637) Combine same contiguous element types incorrectly while generating XSD from an XML instance

2023-05-30 Thread Ronan (Jira)
[ https://issues.apache.org/jira/browse/XMLBEANS-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17727401#comment-17727401 ] Ronan commented on XMLBEANS-637: The _*QName.equals()*_ does not check the prefix

[jira] [Updated] (XMLBEANS-637) Combine same contiguous element types incorrectly while generating XSD from an XML instance

2023-05-30 Thread Ronan (Jira)
[ https://issues.apache.org/jira/browse/XMLBEANS-637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ronan updated XMLBEANS-637: --- Attachment: image-2023-05-30-15-40-15-343.png > Combine same contiguous element types incorrectly while

[jira] [Commented] (XMLBEANS-637) Combine same contiguous element types incorrectly while generating XSD from an XML instance

2023-05-30 Thread PJ Fanning (Jira)
[ https://issues.apache.org/jira/browse/XMLBEANS-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17727399#comment-17727399 ] PJ Fanning commented on XMLBEANS-637: - Thanks for reporting this. Seems like the '==' check is

[jira] [Comment Edited] (XMLBEANS-637) Combine same contiguous element types incorrectly while generating XSD from an XML instance

2023-05-30 Thread Ronan (Jira)
[ https://issues.apache.org/jira/browse/XMLBEANS-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17727393#comment-17727393 ] Ronan edited comment on XMLBEANS-637 at 5/30/23 8:27 AM: - To solve this issue,

[jira] [Commented] (XMLBEANS-637) Combine same contiguous element types incorrectly while generating XSD from an XML instance

2023-05-30 Thread Ronan (Jira)
[ https://issues.apache.org/jira/browse/XMLBEANS-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17727393#comment-17727393 ] Ronan commented on XMLBEANS-637: To solve this issue, I inherit and overwrite the method 

[jira] [Updated] (XMLBEANS-637) Combine same contiguous element types incorrectly while generating XSD from an XML instance

2023-05-30 Thread Ronan (Jira)
[ https://issues.apache.org/jira/browse/XMLBEANS-637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ronan updated XMLBEANS-637: --- Description: h2. Step to reproduce 1- Using this given XML instance to generate an XSD schema with

[jira] [Created] (XMLBEANS-637) Combine same contiguous element types incorrectly while generating XSD from an XML instance

2023-05-30 Thread Ronan (Jira)
Ronan created XMLBEANS-637: -- Summary: Combine same contiguous element types incorrectly while generating XSD from an XML instance Key: XMLBEANS-637 URL: https://issues.apache.org/jira/browse/XMLBEANS-637