10-08-2014 09:44 AM
ItemIterable<ObjectType> types = session.getTypeChildren(null, true);
Map<String, String> baseTypesMap = new HashMap<>();
for (ObjectType type : types) {
baseTypesMap.put(type.getId(), type.getDisplayName());
}
org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException: Unknown base type!
at org.alfresco.cmis.client.impl.AlfrescoObjectFactoryImpl.convertTypeDefinition(AlfrescoObjectFactoryImpl.java:89)
at org.apache.chemistry.opencmis.client.runtime.SessionImpl.convertTypeDescendants(SessionImpl.java:545)
at org.apache.chemistry.opencmis.client.runtime.SessionImpl.getTypeDescendants(SessionImpl.java:534)
at nl.ciber.alf.migration.common.services.impl.DataDictionaryRetrievalService.getBaseTypes(DataDictionaryRetrievalService.java:59)
at nl.ciber.alf.migration.test.DictionaryServiceTest.getCMISBaseContentTypes(DictionaryServiceTest.java:45)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:74)
at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:211)
at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:67)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:134)
10-08-2014 09:56 AM
10-09-2014 02:21 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.