Alfresco Archive
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Process suspension when service task is in progress

I want to suspend a process. For example, I want to restart my server, so I need to suspend all processes and then start them again.Problem:At the moment when I want to stop all my processes some very_long_service_task is proceeding. Question:If I wa...

fritz128 by Champ in-the-making
  • 208 Views
  • 3 replies
  • 0 kudos

ActivitiOptimisticLockingException when suspend ProcessInstance

What I have:I have workflow:start = > [Main process] => [async Subprocess] => [Main Process] => endWhat a problem:When I suspend Main Process by runtimeservice.suspendProcessInstanceById, program throws exception:Exception in thread "pool-1-thread-2"...

fritz128 by Champ in-the-making
  • 505 Views
  • 6 replies
  • 0 kudos

Using SoapUI to access the CMIS web services

Here's an overview of what I've done so far in order to use the CMIS Web Service implementation using the SoapUItool.This assumes that you have the Alfresco Labs 3 Server running with the default admin/admin username.The first thing I do is add this ...

eliseosoto by Champ in-the-making
  • 2912 Views
  • 11 replies
  • 0 kudos

Activiti File Extensions

Using eclipse to make workflows, I create a new Activiti Diagram.When i save this it creates a single file, filename.bpmnWhen I try to upload this through the Activiti Workflow Console in alfresco, I get an error;"Could not upload file, only .bar, ,....

documentlibrary and documentlibrary-v2 webscripts

Hello all,Alfresco 4.2 has two version of documentlibrary webscripts - documentlibrary and documentlibrary-v2, as a default the v2 version is used (by Share), to usethe documentlibrary version (not v2) we can change "resolver.doclib.doclistDataUrl" b...

alfexp by Champ in-the-making
  • 235 Views
  • 2 replies
  • 0 kudos

WorkDesk View don't show thumb

Hi,i tried combined and Thumbnail view in the search plugin, with pdf and jpg docs, it shows broken link image.Maibe my plugin url attempt is incorrect..i tried:<javascript><ThumbnailType displayname="Small" width="100" height="150" url="{baseurl}get...

7joeblack8 by Champ in-the-making
  • 167 Views
  • 1 replies
  • 0 kudos

Categories not showing up

Hi all.I've searched for this issue,but I've found nothing but this https://issues.alfresco.com/jira/browse/ALF-10992 where says the issue is resolved,but I'm still having issues.I've created some root categories through API alfresco/service/api/cate...

bep by Champ in-the-making
  • 214 Views
  • 2 replies
  • 0 kudos

ldap-ad et import d'information user

Bonjour, J'ai réussi à lier mon alfresco a mon active directory. Mais maintenant il apparaît trois problèmes : 1 - Les utilisateurs ne sont pas créé automatiquement il faut qu'il se log pour que leurs sessions soit créé. 2 - Les groupes du coup ne so...

sampo by Champ in-the-making
  • 2014 Views
  • 3 replies
  • 0 kudos

Document property update CMIS

Hi All,I'm trying to update property of a document in Alfresco repository using CMIS. For that I've written below code but I'm getting error Property 'cm:description' is not valid for this type! Folder newFolder = root.createFolder(folderProperties);...