AccessDeniedException Due to Creating of Thumbnails in Alfresco Share

This week i was in struggle with a realy strange issue in Alfresco. If you belong to a site with lower permissions on this site or something similary you got an exception on Thumnbail-creation. For sure, you can upload and edit a document being added to a site but the creation of the previewes like […]

A jBPM-Timer Is Not A jBPM-Timer In Relation To Alfresco

Today i was wondering about an unexpected behaviour in jBPM 3.2.2. Im accustomed to add a business time directly on workflowstart so i can set my variables in the processdefinition in the right manner. For instance:

<timer duedate=”#{myDueDate}”>
<action>…</action>
</timer>
And this was my AlfrescoCode:

workflowParameters.put(”dueDate”, “10 business days”);
workflowService.startWorkflow(def.id, workflowParameters);
So it doesnt work at all using the […]