If a NuxeoCmisService is manually instantiated but setCallContext is not called, usage fails with:
java.lang.NullPointerException at org.nuxeo.ecm.core.opencmis.impl.server.NuxeoCmisService.getTypeManager(NuxeoCmisService.java:323) ...
Due to the null callContext.
- depends on
-
NXP-18607 Fix CMIS 1.0 use of types before getRepositoryInfo
- Resolved