https://issues.apache.org/bugzilla/show_bug.cgi?id=54764
Nick Burch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #5 from Nick Burch <[email protected]> --- It seems we're not the only ones to have discovered this xmlbeans 2.6 issue, I've just located https://issues.apache.org/jira/browse/XMLBEANS-512 describing the same problem A call to SystemCache.get().setSaxLoader(null) seems to fix it, so the fix would seem to be to add that near the start of processing each POIXMLDocument to ensure a non-confused one is always available -- 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]
