Re: chemistry-opencmis-client 1.1.0 missing classes

2017-09-18 Thread krzysztoffzielin...@gmail.com
Hi Can you advise which I am supposed to be using with 1.1.0 chemistry library, please? Thanks Krzysztof

Re: chemistry-opencmis-client 1.1.0 missing classes

2017-09-11 Thread Florent Guillaume
Hi, Transient objects were deprecated in OpenCMIS in 2012, and removed in 2013. Please update your code to avoid these very old APIs. Regards, Florent On Mon, Sep 11, 2017 at 6:16 PM, krzysztoffzielin...@gmail.com < krzysztoffzielin...@gmail.com> wrote: > Hello Everyone > > Has anyone experien

chemistry-opencmis-client 1.1.0 missing classes

2017-09-11 Thread krzysztoffzielin...@gmail.com
Hello Everyone Has anyone experienced the following missing class problem after upgrade to chemistry-opencmis-client 1.1.0 version? java.lang.NoClassDefFoundError: org/apache/chemistry/opencmis/client/api/TransientCmisObject This error occurs when i iterate through the query results. I can se