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: Alfresco Community Edition 25.3 Release Notes - Hyland ConnectHow to Report Security Issues for Alfresco Resources: Alfresco Developer ResourcesAlfresco Community Edition source codeAlfresco Labs, unoffici...

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

Alfresco 6.2 setup for dummies

Hi to all,i'm newbie about this applicantion and I'm find to many problems during first setup with version 6.2.I'd like to setup Alfresco to share document with my team.I've tried to setup on CentOS 7 about 5 times but I never sturtup application cor...

biroby by Champ in-the-making
  • 3113 Views
  • 0 replies
  • 0 kudos

Start Process Instance via REST call

Hello,I am very new to Alfresco Process Services and hence request your help. My scenario is this: I have a booking process. The process will be instantiated when an external publisher makes a REST invocation by passing 3 parameters. How may I implem...

Resolved! Error remote debug

Hi, I'm working with SDK 4 and latest acs version.I tried to connect to remote debug using eclipse and I can't. Versión 6.0.7-ga works fine.Can someone help me?? Thanks Alberto D.

albertodp by Champ in-the-making
  • 5432 Views
  • 1 replies
  • 0 kudos

onDeleteNodePolicy

I'm trying to get the filename of the deleted document using a behaviour, this is my function : public void onDeleteNode(ChildAssociationRef childAssocRef, boolean arg1) {      NodeRef nodeRef = childAssocRef.getChildRef();      String filename = (St...

HI, i want to run Activiti 7 without any Authentication.can it possible or not? current when i run Spring boot back end Application, it gives me error like "Must set 'realm' in config".Please suggest way to i configure activiti 7 in system.

Hi,I am downloading Spring boot backed Application from Following Location.And when i Start Application start it.But,When i Call from Angler context its give me error like  "Must set 'realm' in config" .Please suggest the way to configure Activiti 7 ...

jkanjariya by Champ in-the-making
  • 2777 Views
  • 0 replies
  • 0 kudos

Resolved! Pass a File from Super Process to Sub Process in APS

Hi there,I am struck while trying to pass a file from super process to sub process.I looked at the below example by Ciju, but I dont think the RelatedContentRepository which was autowired is available now in the latest version of APS.activiti-example...

hari by Star Contributor
  • 10501 Views
  • 5 replies
  • 0 kudos

Alfresco Public Folder

Alfresco Public Folder add-on Key Features: (1) Make an Alfresco Folder publicly accessible via unique URL without any login requirement. Easy to share contents with guest users / external users with download only access. (2) Auto-expiry of public a...

alfresco by Elite Collaborator
  • 6150 Views
  • 1 replies
  • 1 kudos

Alfresco 4.2 compatible with Aurora Postgresql 9.6???

We have environment with Alfresco 4.2.3 with JDK 7 and Tomcat 7, with postgresql 9.3 running in production/Dev.We would like to upgrade database to use Amazon Aurora Postgresql 9.6 version with same APplication server & Alfresco 4.2.3 version, will i...

baljai by Champ in-the-making
  • 2832 Views
  • 0 replies
  • 0 kudos

Alfresco job offer

Deloitte Spain, recently recognized as the best Spanish Company provider of professional services, is looking for an ECM consultant specialized in Alfresco.If you are looking for an opportunity like this and you want to know more, please contact me o...

Not show users inside Alfresco group after sync from AD.

Dear AllI try to test with alfresco version 5.0 CE, 5.1 CE, 5.2 CE, 6.0 EE but users in group "Domain Users" still not imported into group "Domain Users" in alfresco. I'm not sure that I miss some configuration or there's some limitation about this g...

Sync user photo from OpenLDAP user object

I couldn't find any documents for syncing the user photo from the LDAP directory.Do alfresco support it OOTB? If yes then what property of user object in LDAP directory it syncs with?If not then please suggest the step add customization.

rohit9637 by Star Contributor
  • 3679 Views
  • 1 replies
  • 0 kudos

Fetch All Tasks Associated with Deployed Process

I am using activiti 6 APIs where I am able to deploy a particular process using the following code:<code> RepositoryService repositoryService = processEngine.getRepositoryService();        repositoryService.createDeployment()                .addClass...

koolanky by Champ in-the-making
  • 2793 Views
  • 0 replies
  • 0 kudos

Error while installing rm amp

Hi, I am trying to install  "alfresco-rm-community-share-2.6.c.amp"  in windows . When i am running apply_amps.bat , its giving error that "The system cannot find the file specified" . Even force installation did not helped.Do anyone have any advice,...

How to create custom roles inherited from parent folder?

Hi,I have a problem with creating custom roles in Alfresco. Currently I have two custom types of content:acme:documentTKacme:documentDSWhat I need to do is create custom Customer role for each type:CustomerTKCustomerDSUser with role CustomTK should h...

mgralien by Champ in-the-making
  • 7324 Views
  • 4 replies
  • 0 kudos

Resolved! Alfresco ECM Community edition 5.1 Smart Folder

I am working with smart folder in Alfresco and have created a model and the .json file for it as well.After uploading the .json file on the smart folder templates, it does create the smart folder as mentioned on the file.But when i do view details an...

activiti 7 demo throwning below error.

Hi,we are trying to running activiti 7 demo in local environment.we have started spring boot application in local but while hitting url it will throw below error:can anyone suggest to resolve this error?we have downloaded package from below URL GitHu...