Hi, I have tried to fix another instance of problems with XML-objects becoming disconnected. This time the XMLBeans array-setter caused items in the array to become disconnected, I tried some ways to resolve this, the only fully working one was to copy the CTCell and set the new one into the XSSFCell. This requires a new setCTCell() method, which is not nice as it makes the CTCell inside XSSFCell non-final now.
Any objections to this change? Any other suggestions how to avoid this problem? See r1595659 and https://issues.apache.org/bugzilla/show_bug.cgi?id=56170 for details. Thanks... Dominik. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
