08-10-2019 07:43 PM
Buen día,
Estoy usando java 8, springboot, alfresco comunity edition.
Tengo un problema al ejecutar un .checkout a un Document, al llegar a esta sentencia el método se estanca y no permite versionar el documento
xml.updateProperties(map, true);
ObjectId id = xml.checkOut(); //acá se estanca la ejecución
pwc = (Document) session.getObject(id);
pwc.checkIn(false, map, contentStream, "nueva versión");
agrezco la atención prestada
08-12-2019 02:51 AM
Vuelve a obtener el documento "xml" después de realizar el "updateProperties".
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.