I am seeing the
following exception from time to time when testing an application using XML
Beans 2.0.0. It only happens rarely and is difficult to reproduce.
Is this a known
problem?
Exception occurred:
java.lang.ArrayIndexOutOfBoundsException: -1
at org.apache.xmlbeans.impl.store.Locale.exit(Locale.java:2840)
at org.apache.xmlbeans.impl.store.Xobj.array_setter(Xobj.java:2320)
at org.apache.xmlbeans.impl.values.XmlComplexContentImpl.arraySetterHelper(XmlComplexContentImpl.java:1055)
at org.apache.xmlbeans.impl.store.Locale.exit(Locale.java:2840)
at org.apache.xmlbeans.impl.store.Xobj.array_setter(Xobj.java:2320)
at org.apache.xmlbeans.impl.values.XmlComplexContentImpl.arraySetterHelper(XmlComplexContentImpl.java:1055)

