You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2013/09/09 15:57:58 UTC

[Bug 49940] Sometimes writing twice to a .xlsx file throws org.apache.xmlbeans.impl.values.XmlValueDisconnectedException

https://issues.apache.org/bugzilla/show_bug.cgi?id=49940

--- Comment #18 from Dominik Stadler <do...@gmx.at> ---
There are multiple things that can lead to these XmlValueDisconnectedException,
they basically indicate that an XmlBeans-object was removed from the tree of
object, but later still used, either because it is still referenced or was
incorrectly removed. 

A few such cases were fixed over the last weeks, however this one still
remains. 

It seems to be located in StylesTable.writeTo() where all the styles are copied
around, not sure why this is necessary in the first place...

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org