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

Auto-fill Date in Activiti App

I am new to Alfresco and I am working with Alfresco Process Services (powered by Activiti) v1.9.0. I have a user task which refers to a form and in that form I have a Date field (Approval Date as shown in the image below). I want to auto-fill this da...

Problem with Keycloak in Activiti Cloud Example

Hi all,   I follow the Getting Start in https://activiti.gitbook.io/activiti-7-developers-guide, in which I run the example on Google Cloud GKE. Everything works fine per the guide. Then, I am trying to federate users from my Active Directory to the ...

ddtien66 by Champ on-the-rise
  • 4825 Views
  • 1 replies
  • 0 kudos

ADF & ACS clustering

Has anyone experience with ADF on an ACS cluster? We are considering a cluster (2 ACS instances) for redundancy with NetScaler as Traffic shaper/Load balancer.

Workflows Question

How can I execute a java code once a workflow is started ?ExecutionListener is the solution ?Any Examples ?

Connect Alfresco fresh install to restored MySQL DB

Is it possible to have a functioning freshly installed Alfresco 5.2 with a cold backup/restore of a MySQL DB? The fresh installation connects successfully, but throws errors. Is there a way to import whatever it is missing, from the database? Thank y...

prasadcm by Champ in-the-making
  • 2193 Views
  • 0 replies
  • 0 kudos

Folders Permissions

I created a folder in the companyHome, i can add some content from a java code only when the admin is authenticated.I tried to give allUsers ADMINISTRATOR_AUTHORITY using  PermissionService, but i get this error always when I run it.Caused by: java.l...

Set up a session with alfresco using a password hash

Good day.I am developing a Java application that uses OpenCMIS to communicate with the Alfresco repository. Is it possible to set up a session with the Alfresco repository using a password hash? For example,parameter.put (SessionParameter.USER, userN...

Extending ADF components

I try to extend the upload button component of ADF. However, if I generate an example project with Yeoman, all provided ADF-components in node_modules are either JavaScript or declare classes (which cannot be extended as far as I know). However, the ...

onkovic by Confirmed Champ
  • 5683 Views
  • 2 replies
  • 5 kudos

ADF and enterprise SAML SSO connector for ACS

Hello,I am wondering if there are known technics to use ADF with the enterprise SAML SSO connector (https://docs.alfresco.com/saml/concepts/saml-overview.html), especially the authentication part. We are currently using Alfresco 5.2.3, with a lot of ...

Search button in workflow task form

Hi everyone,I want to add one button in workflow task form which will search the values for form field from datalist. Basically, I want to maintain one datalist which will have employee details (employee id, employee name, email, etc), I have one pro...

An error occured when reading table hmtx java.io.EOFException

2019-05-07 11:48:30,585  ERROR [fontbox.ttf.TrueTypeFont] [http-bio-8443-exec-68] An error occured when reading table hmtxjava.io.EOFException        at org.apache.fontbox.ttf.MemoryTTFDataStream.readSignedShort(MemoryTTFDataStream.java:139)        a...

anuj by Champ on-the-rise
  • 3027 Views
  • 0 replies
  • 0 kudos

Can't get form data with Rest in Activiti 6

Hi everyone!I'm researching about Activiti 6.When I used version 5.22.0 with Designer plugin in Eclipse, I can create form properties and Activiti Explorer will render into a form for me. I can use GET form/form-data?<taskId> to get form data.But in ...

nhhao1996 by Confirmed Champ
  • 6894 Views
  • 5 replies
  • 0 kudos

Any good xml structure documentation?

I've been trying to find a good source somewhere on how the workflow model xml-files are supposed to be structured (which tags where, and a thorough why and how), in order to implement what I want, but I feel the material is lacking. The community do...

henrikr by Confirmed Champ
  • 2391 Views
  • 0 replies
  • 0 kudos

Why Angular?

I am impressed by Angular and what it can do. My question is: what made Alfresco choose Angular for its front end?

gmurimi by Champ in-the-making
  • 4232 Views
  • 2 replies
  • 4 kudos

Run dashlet as admin not working

I can't get my dashlet webscript to run as admin. It just runs as which ever user loads the page and if that user is not an alfresco administrator it fails with the following error.  I have my webscript baked into and installed amp. I'm on version 5....

g3rain1 by Champ in-the-making
  • 3116 Views
  • 1 replies
  • 0 kudos

Review Workflow History?

Is there a way an user can review the work items history (i.e. check all the previous task it has been through and what where in the inputs and outputs of those task) in the Alfresco Process Services (powered by Activiti) v1.9.0 and make decisions ba...