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

Alfresco 5.2 SSO-CAS question

Hi everyone,I am writing this because i want to set up external authentication on my Alfresco app, looking on the official 5.2 documentation there's a section that explains a little on how SSO-CAS can be used, however there are no instructions on how...

os_cerna by Champ on-the-rise
  • 11828 Views
  • 9 replies
  • 0 kudos

Resolved! Source code for process-services-1.8.1

We are thinking to use the "Share Connector" to integrate Alfresco Share with an instance of APS 1.8.1.The version of ACS is 5.2.2.After installing and configuring the connector, I can see that Alfresco Share is showing a different page when I start ...

Active Directory Configuration

Hello All,I have alfresco process services 1.8.1 and wanted to activate the LDAP (active directory) authentication, but I'm facing the following error and don't know what to do:2018-03-28 09:57:59,578 INFO [com.activti.idm.ldap.service.LdapSettingsMa...

Deserialize list of Nodes

Dear FriendsI Get List of Nodes, then I can not deserialize json response, I get Errorcom.fasterxml.jackson.databind.JsonMappingException: No suitable constructor found for type [simple type, class com.alfresco.client.api.common.representation.Result...

dadamia by Champ on-the-rise
  • 4999 Views
  • 2 replies
  • 1 kudos

Searching on Data Table component

Our requirement is to implement a search functionality for the data-table.  Typing in some text on search-box should apply the filter with two-way binding and refresh data-table based on search-text.  How can I implement a filter functionality that I...

sdandey by Champ in-the-making
  • 4603 Views
  • 2 replies
  • 0 kudos

integrate alfresco to existing java application

I have an application for customer/contract/product management developped by angularJS/Rest ws/Spring/ hibernate and postrgreSql, this app is called ERM Now I need to integrate doc management related to contracts and products The differents operation...

ayoub by Champ in-the-making
  • 7365 Views
  • 4 replies
  • 1 kudos

customize RSS dashlet with options to hide fields?

I wish to add checkboxes to the config of the RSS dashlet. The checkboxes value will determine if an RSS item's title, description etc should be shown or hidden.I have added my own checkbox in the file 'config-feed.get.html.ftl'.I have found the file...

phivuu-2 by Confirmed Champ
  • 3244 Views
  • 1 replies
  • 0 kudos

Create a custom site

Hi I'm new to alfresco and I wanted to know how I can create a custom site. Currently I am using my Alfresco SDK 3.0. At the moment from what I have researched I know that I need to have a custom-site.xml within my directory: vanilla-alfresco/vanilla...

artemas by Champ on-the-rise
  • 13456 Views
  • 11 replies
  • 3 kudos

ADF: building a process management app

Hi,I ve tried this tuto, but i am getting no Apps when dealing with "Implementing the Process Apps List page".I am working with Alfresco 5.2 and activiti 6 ( activiti-app.war)I am having:11:42:31,049 [http-nio-9090-exec-4] WARN  org.springframework.w...

inaam by Confirmed Champ
  • 5844 Views
  • 3 replies
  • 1 kudos

ADF 2.0: APS

Hi, I am new with ADF. I installed alfresco 5.2 and activiti 6.I generated a process management application ( https://community.alfresco.com/community/application-development-framework/blog/2018/01/25/building-a-process-management-app-with-adf-2001 )...

inaam by Confirmed Champ
  • 6688 Views
  • 4 replies
  • 1 kudos

Timer start event not working

Hi,I am using activiti in my spring application and i would like to use timer start event for every minute. I designed the bpmn file and deployed. but it isn't working to trigger the business logic.source code:<?xml version="1.0" encoding="UTF-8"?><d...

vamsinipun by Star Contributor
  • 7158 Views
  • 3 replies
  • 0 kudos

Resolved! NullPointerException while executing async service tasks

I am trying to execute following process:[XML] <definitions xmlns="http://www.omg.org/s - Pastebin.com and all of those service tasks are being finished, but at the end the main process crashes with following exception:2:17:10,644 ERROR [org.activiti...

moskalap by Champ in-the-making
  • 5814 Views
  • 1 replies
  • 1 kudos

web activiti modeler integration in angular 2

I need to integrate the activiti web modeler to my custom angular 2 web Application . Modeler should perform following use cases .1. should be able to create  a process definition and generate  a XML from it .2. should be able to extend pallet in cus...