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
  • 1974 Views
  • 1 replies
  • 0 kudos

not able to deploy definition workflow in alfresco share

i have created custom workflow through activiti in eclipse and exported xml file in alfresco share under extension folder and also included two files i.e. messages.properties and workflow-context.xml after that when i tried to deploy custom workflow ...

kzala7 by Confirmed Champ
  • 3057 Views
  • 0 replies
  • 0 kudos

Why am I getting "Cannot find Alfresco Repository on this server. (Does this application have access to alfresco-global.properties? Does this application have cross-context permissions?)"

On two fresh installations, all I can get from my Alfresco installation has been an error page:"Cannot find Alfresco Repository on this server. (Does this application have access to alfresco-global.properties? Does this application have cross-context...

ADF in a JHipster Application

I am investigating a project option that has a process and content component so will be using APS and ACS, however the client application needs to isolate system of record as well as having a number of non process features (employee scheduler, profil...

gdharley by Elite Collaborator
  • 8500 Views
  • 5 replies
  • 3 kudos

Resolved! How to manage external jar with Alfresco SDK 3

Hi,I'm using Alfresco SDK 3 with Alfresco 5.2, for extending the Alfresco platform, using maven and the AllInOne archetype.What I don't manage to see are how are managed the external jar for the platform.The extension is splitted in several jars that...

bcassand by Champ in-the-making
  • 6571 Views
  • 2 replies
  • 0 kudos

Failed to start workflow

Hi everyone, I am trying to implement simple document approval hierarchy workflow. When I try to start workflow from form it shows this..Log is showing following error..org.springframework.extensions.webscripts.WebScriptException: 00100003 Script url...

yash_patel by Champ on-the-rise
  • 6967 Views
  • 3 replies
  • 0 kudos

Dynamic linear Workflow

Business Processes are the keys to every business these days. When it comes to BPM (Business Process Management), Alfresco provides some basic OOTB processes (workflows). Alfresco is having tremendous capabilities to cater the most complex business p...

kalpesh_c2 by Star Collaborator
  • 4858 Views
  • 1 replies
  • 1 kudos

Restrict adding external users

externaluser‌Hi, can I restrict addition of external users to all sites to only one specific administrator, for example "admin_mvlcek"?Thanks for answer.

mvlcek by Champ on-the-rise
  • 2893 Views
  • 0 replies
  • 0 kudos

Full Text Query

I am trying to call fulltext query below way using java.Is this correct way to call?query.append("PATH:\"/").append(Constants.COMPANY_HOME_PATH).append("/").append(Constants.SITES_PATH) .append("/cm:").append(siteId).append("/cm:").append(Constants.D...

sp2 by Elite Collaborator
  • 2734 Views
  • 0 replies
  • 0 kudos

Unknown property used in expression

Hi there.I have a problem.I am using Activiti recently.when I used delegate expression or expression in serviceTask for call class or method, I show this error.org.activiti.engine.ActivitiException: Unknown property used in expression: ${testServiceT...

mon1382 by Champ in-the-making
  • 21873 Views
  • 7 replies
  • 0 kudos

could not find artifact docflex-javadoc

Hi,I try to deploy acs-community-packaging :GitHub - Alfresco/acs-community-packaging: Packaging of Docker containers, war file and zip for Alfresco Content Service… but mvn clean-install failed :This is my settings.xml :<profile> <id>alfresco.defaul...

Resolved! How to increase default description field to > 1024?

People needs to add long descriptions to the folder / files and had requested to increase the maxlength of this default description field. How can I do it?And how to create a secondary description field?Alf community last version + postgre 9.2.Thanks...

rflazzari by Champ on-the-rise
  • 6221 Views
  • 2 replies
  • 1 kudos

Alfresco process service :merge activiti process diagram

I want to ask, is it possible to merge activiti bpmn.xml process diagram?For Example- We have two team working on same bpmn xml diagram on different environments and each team doing changes according to there needs so finally we want to merge diagram...

Lost contents

Environment: Alfresco Community 5.1f on CentOS7 with Postgres9.6Phenomenon: Lost some month directory with all files from /alf_data/contentstore/yyyy/Operation: We removed access authority from one group and moved document folders to other group from...

funai by Champ in-the-making
  • 5675 Views
  • 2 replies
  • 0 kudos

Resolved! Alfresco error after update

Hello,I updated alfresco 2.4.010 to 2.5.0 and I did exactly as it suggests in the article.After I run the application after the update  I receive this error.ERROR in node_modules/@alfresco/adf-core/utils/file-utils.d.ts(18,13): error TS2304: Cannot f...

olesea by Champ on-the-rise
  • 9320 Views
  • 5 replies
  • 1 kudos

SDK 3.0 and Alfresco 6+, do we have a date ?

Hello,With the Alfresco Communauty release 201711 and futur 201802 there is as an issue incompatibility with SDK, the texte said :Known IssuesThe Alfresco SDK is not yet compatible with the this release.do someone have an (even really aproximative) i...

onActionFormDialog closes even if invalid

Hi everybody,I defined the following action form that shos up in a dialog    <config evaluator="string-compare" condition="DocLibActions">        <actions>            <action id="it.inforge.alfresco.protocol.action.checkProtocolledDocumentsAction"   ...