https://bz.apache.org/bugzilla/show_bug.cgi?id=59738
Dominik Stadler <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution|--- |WONTFIX --- Comment #11 from Dominik Stadler <[email protected]> --- I did some more investigation and it looks like in your case there was an old version of the Xml Parser pulled in which does not support namespaces. See class DocumentHelper.createDocument(), where we use classes from javax.xml.parsers to create an DOM XML Document. I could not find an easy way to check or force the use of namespaces here, so for now I don't think we can do much inside POI here. Therefore I am closing this as WONTFIX for now, please reopen if you have an idea how we can at least fail with a better error message in such cases. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
