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
> (Kerbe
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
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