#creatSession #CMIS #BONITASOFT

Error Create Session CMIS

I tried to create a cmis connector in pretty soft version 5.9.1 and when I try to create a session it returns the following error.
java.lang.NoClassDefFoundError: org/apache/chemistry/opencmis/client/runtime/SessionFactoryImpl
java.lang.ClassNotFoundException: org.apache.chemistry.opencmis.client.runtime.SessionFactoryImpl in classloader MyExtensionsClassLoader

I use de next code

import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;

Notifications