Re: Is Android client library thread-safe

2014-10-09 Thread Florian Müller
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

Is Android client library thread-safe

2014-10-08 Thread Inouye, Brian
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.