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: Member Etiquette Guidelines - Hyland Connect - 482975How to Report Security Issues for AlfrescoAlfresco Community Edition 25.2 Release Notes - Hyland Connect - 491551 Useful resources: Alfresco, Community ...

ttoine by Community Manager
  • 624 Views
  • 0 replies
  • 0 kudos

CMIS aspect query with path

Hi all,I need to query a particular folder in the repository using a java based scheduler in alfresco.I need to check whether the custom aspect's property is present or not. Below query works for me when I don't use the path query.select * from myTyp...

How could I display SQL Query Data in an Alfresco Dashlet?

I am basically looking for a way to show Training Records that will be in an external SQL Server on an Alfreso Dashboard...I thought about creating a datalist and somehow pushing the data into that but given I have absolutely no coding experience it ...

pcourcoux by Champ in-the-making
  • 3253 Views
  • 1 replies
  • 0 kudos

override ScriptNode

Hello,does anybody know how we can override org.alfresco.repo.jscript.ScriptNode?I am using Alfresco Community 5.1.gThanks in advance

nenad982 by Champ on-the-rise
  • 5084 Views
  • 4 replies
  • 0 kudos

Resolved! Does anyone know why installing Alfresco 5.2 never ends?

I have a Windows 10 Professional system. I downloaded the Alfresco Community 5.2 installer.This is the link I used Alfresco Community Edition | Alfresco Two times I tried installing.It keeps spinning at "Initializing the database" or something foreve...

sepgs2004 by Star Contributor
  • 7209 Views
  • 5 replies
  • 0 kudos

Resolved! Indexing XML on Alfresco 5.1.x

Hi,I am using Alfresco 5.1 and I have XML files to index. My XML contains tags such as<paragraph eId="id-00000967-2e30-ecab-ad49-685fecd94436">   <content>      <p>Some text</p>   </content></paragraph>I would like to be able to discard XML attribute...

pcuvecle2 by Champ on-the-rise
  • 4060 Views
  • 1 replies
  • 0 kudos

Periodic Keycloak auth requests causing ADF UI freezing

Hi all, I've been exploring use of Keycloak SSO with ADF recently, and have run into a roadblock. I'm running a number of configurations for testing purposes, including both a freshly generated (via Yeoman) basic ADF app, and also the current release...

evanl by Champ on-the-rise
  • 9803 Views
  • 3 replies
  • 1 kudos

Activiti-Kickstart

Hi, I need to integrate activiti version 6 kickstart process creating module in to my web app. Is there any tutorial or github repository. Please give some help and thank you

Customization of model and share in Alfresco 5.2

Brief backgroundur product stores (manages) its own documents in a content repository. Alfresco is one of the content repositories we integrate with, in addition to Documentum, Sharepoint, Oracle IPM, Hyland, etc.We have our custom model for our docu...

sepgs2004 by Star Contributor
  • 3469 Views
  • 1 replies
  • 0 kudos

Alfresco Content/Process App Module/extension mechanism

I have created the following issue for the Alfresco Content App (ACA):Module/extension mechanism · Issue #179 · Alfresco/alfresco-content-app · GitHub Following is the initial detail, let's use this page on the community to discuss our needs in this ...

Resolved! how to sync aps(users) with keycloak?

I am using the aps 1.9. i have integrated aps with keycloak. i am able to log in only if  user is available in both aps and keycloak. so, how to sync aps(users) with keycloak?

shadyuser by Champ on-the-rise
  • 15681 Views
  • 15 replies
  • 2 kudos

Concurrent consumer trying to update execution record

Having issue with concurrent consumers.JavaDelegate sending message to another application with execution id Listener getting message back from another application and execution id not foundLooks like message coming very quicklyIs there any way we ca...

i++

Hi ,I need some helpI want to define a Variable that every time that one process is done , it pluses by one.For example if i done the task for three time the variable become 3 .is there a way to do something like that ?Thanks ,Roxanne

NullPointerException on TimerBoundaryEvent trigger

Hi, We recently upgraded from Activiti 5.18 to 6.0.0.We had a requirement to capture Activiti history only for certain workflow types. As per the suggestion from Activiti team, we had overridden the org.activiti.engine.impl.history.DefaultHistoryMana...

How to trigger Start signal event using REST-API

Hi all,I am starting a process through start signal event and I have followed the following way:I am using this API http://localhost:8080/activiti-app/api/runtime/signals Post Method along with the  body {  "signalName":"StartSignal" }I have referred...

abdulquazi by Champ in-the-making
  • 4268 Views
  • 1 replies
  • 1 kudos

MySQL General Query log filled with alf_transaction queries

I turned on MySQL general logging to watch the logs when I poke around Alfresco.  I am finding that the log is filled with queries such as the following:   17 Query select            txn.id              as id,            txn.version         as versio...

dkeidel by Champ in-the-making
  • 5072 Views
  • 3 replies
  • 0 kudos

Resolved! Cleaning contentstore

I have cleaned contentstore, which was about 2 GB, from user files via scriptvar docs = search.luceneSearch("PATH:\"/app:company_home/cm:main//*\" AND TYPE:\"doc:somecontent\"");var i; for (i=0; i<docs.length; i++) { docs[i].remove(); }//foldersvar d...

Bring Decision table in ADF

We have implemented workflow in APS which uses decision table. User wants to manage this decision table by changing this condition.Our users are using ADF. Is there a way to bring APS decision table to ADF?