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

Is libreoffice supposed to be starting automatically?

Can someone clarify if libreoffice is supposed to be started as a service when alfresco starts? I have inherited an Alfresco installation and libreoffice seems to be running as a service (at least I see an established "soffice.bin" process). However,...

mfoster by Champ in-the-making
  • 11413 Views
  • 5 replies
  • 0 kudos

Resolved! Developpement for Alfresco 4.2

Hello I have to develop a project for Alfresco 4.2, if I had correctly understood the documentation I have to use the SDK 1.1.0 for the development.I used this documentation: Maven Alfresco SDK Quick Start | Alfresco Documentation but when I call the...

vmiorga by Confirmed Champ
  • 10319 Views
  • 6 replies
  • 0 kudos

Our Repository no longer sends recent activity emails,

we use Community Edition, version number 5.2.0. When I log into Admin Console I only have the following options under console, Model and Messages Console, Tenant Console, Workflow Console. No Repository services option to configure SMTP.

dmalabie by Champ in-the-making
  • 10986 Views
  • 5 replies
  • 0 kudos

Add category to node SDK

Hi All, I tried to add categories to a node that already have the aspect cm:generalclassifiable. Below the code using the SDKAlfrescoClient client = AlfrescoService.getAlfrescoClient();NodesAPI nodesAPI = client.getNodesAPI();ArrayList<Object> catego...

abadr82 by Champ in-the-making
  • 4278 Views
  • 1 replies
  • 0 kudos

add category to node

Hi All, I tried to add categories to a node that already have the aspect cm:generalclassifiable. Below the code using the SDKAlfrescoClient client = AlfrescoService.getAlfrescoClient(); NodesAPI nodesAPI = client.getNodesAPI(); ArrayList<Object> cate...

abadr82 by Champ in-the-making
  • 4465 Views
  • 1 replies
  • 0 kudos

User task is automatically rejected

Hi.I am new and I am using Alfresco 5.1 community version.I have created workflow with user tasks.<?xml version="1.0" encoding="UTF-8"?><definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta...

pnature by Star Contributor
  • 2643 Views
  • 2 replies
  • 0 kudos

Resolved! Minimum setup to Angular4 UI served with springboot-activiti rest

I am not sure if these ADF Javascript APIs are the same as that Activiti uses for its Angular 1.6 dashboard.There is perhaps a wrapper application that wraps both Alfresco REST API and Activiti REST API that gives this Alfresco Javascript APIs. If th...

andypr by Champ in-the-making
  • 6083 Views
  • 1 replies
  • 0 kudos

What are the logins for app/admin/rest ?

Hi there,sorry for the newby question.I'm currently evaluating activiti 6 and I installed the 3 .war under jetty.I found in the doc the login for activiti-app: admin/test. ok, cool.Nothing about activiti-rest. And I try another login found somewhere ...

tmb by Champ in-the-making
  • 8152 Views
  • 3 replies
  • 0 kudos

Resolved! How can I be an assignee or contributor in Activiti JIRA?

Hi all,I have tried to assign myself as a contributor in Activiti JIRA, but I could not. I have more than 4 year experience developing application on top of Activiti BPM engine, I think I have a good knowledge of the Acitiviti code so that I can help...

kabiliravi by Champ in-the-making
  • 5853 Views
  • 2 replies
  • 1 kudos

Query for content along with Workflow properties

There are certain events that happen as part of a Workflow - example, person X signed off, Approvals are completed, rejections, etc that need to be part of a query on the content itself. Example: Get all specs that were approved by a person between x...

ramprasad by Champ in-the-making
  • 4276 Views
  • 1 replies
  • 0 kudos

what is collections in solr4?

HI All,Someone suggest me to create multiple collections in solr (lucene) to get faster response from the solr.I am new in this era so can anyone please help me how to create collections in solr and how alfresco can consume those collections.Thanks i...