Re: SPNEGO Authentication Provider impl used with CMIS 1.1.0

2017-09-11 Thread Florian Müller
Hi, SPNEGO is a little bit different than most other authentication mechanisms. Please see the SPNEGO section on this web page: https://docs.oracle.com/javase/8/docs/technotes/guides/net/http-auth.html - Florian > I have Alfresco Core repository configured with SPNEGO authentication >

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

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