https://issues.apache.org/bugzilla/show_bug.cgi?id=49940
--- Comment #10 from Dr Meier <[email protected]> --- (In reply to comment #8) > I had the same problem too. > > Exception in thread "main" > org.apache.xmlbeans.impl.values.XmlValueDisconnectedException > at > org.apache.xmlbeans.impl.values.XmlObjectBase.check_orphaned(XmlObjectBase. > java:1258) > > XmlBeans Version 2.6.0. > > I found out that i had the problem with an element that was there over 1000 > times in a list. > > As soon as i reduced the amount to 523 it works. As soon as i increased it > over 524 it stops. > > The filesize itself doesn't seem to be the problem ~ 500kb. This also could be solved with my statement in Comment #9. It doesn't have something to do with the size, simply the reassigment of the array is necesarry. -- 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]
