Quantcast
Channel: Alfresco Forums - Alfresco API
Viewing all articles
Browse latest Browse all 252

CMIS From alfresco 4 to 5

$
0
0

Hello Guys,

An AMP extension for Alfresco 4.2.f was developed with the old ant based SDK & I have to upgrade version of alfresco to 5.1. So, I generated an alfresco-amp-archetype with maven based SDK 2.2.0 & tried to copy files of the old extension to the right places. The problem is : some imports cannot be resoleved

import org.alfresco.cmis.CMISFilterNotValidException;
import org.alfresco.cmis.CMISObjectReference;
import org.alfresco.cmis.CMISRendition;
import org.alfresco.cmis.CMISRenditionService;
import org.alfresco.repo.cmis.reference.ReferenceFactory;

Can you please tell me wich is the right dependency for those import ?

5.1.x

Viewing all articles
Browse latest Browse all 252

Trending Articles