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

Forum Posts

Important topics and useful resources

Important topics for the Alfresco community: History of Alfresco VersionsHow to Report Security Issues for Alfresco Resources: Alfresco Developer ResourcesAlfresco Community Edition source codeAlfresco Labs, unofficial experiments by Alfresco develop...

ttoine by Community Manager
  • 1971 Views
  • 1 replies
  • 0 kudos

Securing community edition with a SSL.

Currently i have 5.x version of community edition and i want to install a ssl to secure the site. I have followed many docs from this site on how to setup and apparently i must be missing a few things because i still cannot get my site to work.Here i...

michaelr93 by Champ in-the-making
  • 9120 Views
  • 4 replies
  • 0 kudos

Problem in multi-instances and subprocess.

For a customer i have to create a multi instancied call-activiti that call a subprocess witch call an other subprocess and echange with an asynchronous webservice.When the webservice responds a lot of optimistic locking exceptions occure because the ...

Resolved! Activiti Endpoint API authorization

I want to deploy the Eindpoint API in a REST Call for activiti-app but I faced a problem in accessing JSON data example http://localhost:8080/activiti-app/api/enterprise/users The problem is to Test a base endpoint I have to enter my login and passwo...

bhchemss by Star Contributor
  • 10030 Views
  • 2 replies
  • 1 kudos

ServiceTask executed after process end event

Hi,we encountered several cases when serviceTasks are executed after reaching process end event. One example from ACT_HI_ACTINST_TABLE looks like this:  SELECT    EXECUTION_ID_,    PROC_INST_ID_,    ACT_ID_,    ACT_TYPE_,    START_TIME_,    END_TIME_...

tzar1911 by Champ in-the-making
  • 9575 Views
  • 5 replies
  • 0 kudos

Restrict the people finder search to within site

I am using Alfresco Community 5.0.d.Currently when a userA who is not a member of any site, search's for any member in people finder then result comes up combined from all sites members (siteA + siteB) and when userA is member of siteA then on people...

nwali by Star Contributor
  • 11714 Views
  • 5 replies
  • 0 kudos

Get information of pseudo reference type

Hello,I need, as part of my project, to list the processes and more precisely the field processDefinitionsKey.Do you know if the api activiti allows me to recover this through the various services (runtimeService ...)?I remind you in advance.Lawrence...

lnavet by Champ in-the-making
  • 4514 Views
  • 1 replies
  • 0 kudos

Resolved! After alfresco5.2 cluster, files can't preview

hello everybody:After two alfresco server, Shared file content。Configure the following path, leading to upload documents can't preview,The log no error,How to solve??dir.root=\\\\192.168.10.230\\alfresco-community\\alf_data

ruyulin by Confirmed Champ
  • 19592 Views
  • 8 replies
  • 0 kudos

StaleNode error during ACP Export

We come across few stale node while exporting few folders in form of ACP file.How to deal with stale nodes during export?  Has anyone come across this kind of error while working with ACP files?

Cannot resolve identifier activiti_restCallDelegate

Hi,When I deploy and run a process using activity-rest I get the following :Caused by: org.activiti.engine.impl.javax.el.PropertyNotFoundException: Cannot resolve identifier 'activiti_restCallDelegate'Request you to kindly provide solution for the is...