Hi Brian,
The Android library is supposed to be thread-safe. Your stack trace
doesn't really provide a hint how this is OpenCMIS related.
ObjectType objects are read-only. They are created and never change. I
would be surprised if there is a threading issue.
There has been a race condition in
Hi,
We are using the Android client library (OpenCMIS version 0.10.0) to develop a
CMIS Consumer App. If a user uses the App to upload a document and, while the
upload is progressing, views another object's properties, the App sometimes
crashes with a java.util.ConcurrentModificationException.