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

Unique Constraints

Hello Sanjay Bandhniya,Have you ever implemented unique constraint in alfresco. I have requirement where when a user enters data in a form, the system checks whether the entered data is already in the database.I have tried it but nothing seems to wor...

How to HotReload resources (js,css…)in alfresco sdk 3.0

I'm developing a web application using alfresco sdk 3.0 repository. Thanks to hotswapagent i can reload java classes without restarting the server. But when i make changes to the css,js files in the src/main/resources/META-INF/resources, to see the c...

zucco1411 by Champ in-the-making
  • 6103 Views
  • 4 replies
  • 0 kudos

Mismatched Solr Index numDocs and Size on Disk

Hi,Can anyone provide some advice please, we have a load balanced Alfresco CE 4 environment using Solr for indexing.  The environment has two front end Alfresco servers, each pointing to their own solr server.  The Alfresco environments are synchroni...

Captcha in alfresco share 5.2

Hi,I'm trying to add security in login page for that i'm searching for captcha.Is Alfresco providing this feature ?s there any addon to it.Thanks ,Kalpesh Zala

kzala7 by Confirmed Champ
  • 3799 Views
  • 1 replies
  • 0 kudos

Alfresco 5.2 (Deadlock on table ACT_RU_TASK)

Hi all,We have some weird experience with Activiti Workflow for the moment.We are developing a platform of 900 concurrent users starting and processing workflowsOur DB is composed by 500 tables (Activiti ones included)Sometimes we have some deadlocks...

tdesany2 by Champ in-the-making
  • 3123 Views
  • 0 replies
  • 0 kudos

Identify and get mail task from Service task

Hi,I am a beginner in activiti. Using activiti6 standalone on tomcat 8.I am trying to get mail task after creating deployment of bpmn file.I have deployed the bpmn file.After that iterating over FlowElements of the process. Here I am able to get all ...

shrutim by Champ in-the-making
  • 2900 Views
  • 0 replies
  • 0 kudos

Resolved! Problem after Install of Activiti

I am having a problem using Activiti in Eclipse. I got the software installed into Eclipse, but I have a seem to being having a problem actually using the software. I can drag objects into the white space but if I want to edit those objects its extre...

aggie4life by Champ in-the-making
  • 5578 Views
  • 1 replies
  • 0 kudos

Does the Node API or CMIS support mltext properties?

I am trying to build a UI that allows you to see/edit/add new languages to a mltext property.   Looking at the existing Node API it doesn't seem to be possible.   I might be missing something.    I prefer not to have to write my own webscript to do t...

jbarret2 by Champ on-the-rise
  • 2684 Views
  • 0 replies
  • 0 kudos

Activiti notify group users by email

Hi,I need to send an emails to every users in the group as and when the new task is assigned to the group. I have written a TaskListener for that. I am trying to get all the user email ids from the group id but it is always returning empty user list....

signjoy by Confirmed Champ
  • 2758 Views
  • 0 replies
  • 0 kudos

AssociationExistsException when update new document version

Hello,When i try to update a new document version which contains at least one association, it shows me the following error :2019-05-15 09:12:23,224 ERROR [extensions.webscripts.AbstractRuntime] [http-bio-8080-exec-29] Exception from executeScript: 04...

superdh by Champ on-the-rise
  • 5977 Views
  • 3 replies
  • 0 kudos

Resolved! Retreive User's/Group's Csutom Infos from LDAP

Hello,We configured APS to be synced with LDAP (Active Directory).We want to get some extra infos from LDAP like the manager, phone number, address... of a specific user.We planned to create a spring bean (@Component) with couple of functions that re...

Alfresco 6.0 Replication - Best Practices required.

Team,Someone please help me in finding out the best practices for Handling Alfresco 6 replication, keeping below in mind.Need to handle Content replication between 2 geographically located Alfresco servers on AWS.Document Library Replication thru rep...

murthyhotha by Champ in-the-making
  • 12487 Views
  • 8 replies
  • 1 kudos

Activiti Due day issue in usertask

HI,we have pass 190D in usertask (Due days) in activiti definition but its give a 1 day before due date in ACT_RU_TASK table.This issue we have faced when we have work on different time zone .It is daylight timezone saving issue.Please suggest how we...

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

Remove/Hide Admin tool from Admin Tools Page of Share

I want ot remove/hide the voice !"Uploader Plus Admin" from the page "Admin Tool" of Alfresco Share.I based my work on the tutorial :https://docs.alfresco.com/5.1/tasks/dev-extensions-share-tutorials-custom-header-admin-menu.htmlI make my extension a...