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

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
  • 2375 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
  • 6114 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...

d_m by Star Contributor
  • 3401 Views
  • 0 replies
  • 1 kudos

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
  • 3220 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
  • 7379 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
  • 2657 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
  • 4545 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
  • 3376 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...

Edit metadata before file upload

Hello,I have done many searches on this subject but i can't make what i want after many attempts.My objective is to customize the upload window to display the "edit metadata" form before the upload :- Inside a folder which add an aspect on all upload...

superdh by Champ on-the-rise
  • 5941 Views
  • 2 replies
  • 1 kudos

Resolved! Activiti 6 get all tasks by process definition ID

Hi,I am using Activiti 6.I am trying to get all the tasks of a process with Task Type. The need is to Save task details , task Id, task type(Start event, user task etc) with Task Id.If I go by getting Flow Elements from Process , I get Task types but...

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

Resolved! Updating process viarables via REST

Hi all.When I send a list of variables only the last one is updated.PUThttps://10.64.9.134:9445/bpmn/runtime/process-instances/5001/variables[      {        "name":"income",        "type":"integer" ,         "value":20000 ,        "name":"loanAmount"...

jaco1 by Confirmed Champ
  • 4852 Views
  • 1 replies
  • 0 kudos

CMIS call for Navigation Service gives HTTP 301

I am using ACS trial version in combination with Pega. Now on a CMIS call for Navigation Service I receive HTTP 301, permanent redirect, and I am not able to handle this. Can anyone help me to get this solved? Or provide the correct URI?org.apache.ch...