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

JOD error during server startup

I have installed alfresco content services 5.2.2 in a linux server. After installation, I have started the server. I'm getting the below error. Jan 04, 2019 12:41:26 PM org.artofsolving.jodconverter.office.OfficeProcess start INFO: starting process w...

logu_paps by Champ on-the-rise
  • 3055 Views
  • 0 replies
  • 0 kudos

6.0 custom identity management

It seems the integration of custom identity management has changed in 6.0.  The activiti guide still shows the old way to do it.Can somebody please explain how to integrate custom identity management in Activiti 6.0?So far, this is what I have gather...

nortobc by Champ in-the-making
  • 2805 Views
  • 0 replies
  • 0 kudos

Change aspect property data type bug CMIS 1.1?

HelloAlfresco Share v5.2.fAlfresco Community v5.2.0alfresco-community-installer-201707-win-x64.exe.1) I made a model, aspect & property in Alfresco Share (myModel >>> myAspect >>> some properties)http://localhost:8080/share/page/console/admin-console...

elcamino by Confirmed Champ
  • 6092 Views
  • 1 replies
  • 1 kudos

JOD Error during server startup

I have installed alfresco content services 5.2.2 in a linux server. After installation, I have started the server. I'm getting the below error. Jan 04, 2019 12:41:26 PM org.artofsolving.jodconverter.office.OfficeProcess startINFO: starting process wi...

logu_paps by Champ on-the-rise
  • 3659 Views
  • 0 replies
  • 0 kudos

Activit 6: Rerun a process from desired step

Hello Team,I am using activiti 6 for designing business process for one of our project. The process is pretty straight forward, it consists of number of "User Taks" or "Service Task" with role based assignments. However our Client wants that an admin...

Webquickstart installation failed using AMP and WAR files

I am trying to install webquick start using docker.I have two docker files as if below.dockerfile 1FROM alfresco/alfresco-content-repository-community:6.1.1COPY uploader-plus-repo-1.6.amp /usr/local/tomcat/amps/uploader-plus-repo-1.6.ampCOPY alfresco...

jiby_jose by Champ in-the-making
  • 7011 Views
  • 4 replies
  • 0 kudos

Quiero integrar Alfresco en Wordpress pero los plugins que he usado no me lo permite, la configuración que introduzco de ruta CMIS no me muestra ningún archivo. ¿Alguna sugerencia de plugin o forma de mostrar los archivos?" Y les pones la ruta del CMIS

Quiero integrar Alfresco en Wordpress pero los plugins que he usado no me lo permite, la configuración que introduzco de ruta CMIS no me muestra ningún archivo. ¿Alguna sugerencia de plugin o forma de mostrar los archivos?" Y les pones la ruta del CM...

mrpc-1986 by Champ in-the-making
  • 7251 Views
  • 2 replies
  • 0 kudos

Resolved! Set a property of type d:content via REST API

Hi all,How would I create a new node with d:content property via REST API?I created a custom type containing a property of type d:content:<type name="thy:daniilFolder">     <title>Daniil Folder</title>     <parent>cm:folder</parent>     <properties>...

daniil by Champ in-the-making
  • 7619 Views
  • 3 replies
  • 0 kudos

how to compress file ?

i have stored file ACS . i  am using adf node download  property to download files . thers is any way to compress file and download 

dharmraj by Confirmed Champ
  • 5811 Views
  • 3 replies
  • 0 kudos

How to clear site search results upon login

How to remove the last searched keyword from Site Search when user logs in?My requirement is that when user logs in Site Search dashlet should be empty and any searches made from there after should be active during user session.

mehar460 by Confirmed Champ
  • 5276 Views
  • 3 replies
  • 0 kudos

Custom identity management changed in Activiti 6.0

I am trying to use custom identity management with Activiti 6.0The example i user guide is not matching with the one in Activiti 6.0public class MyGroupManagerFactory implements SessionFactory { @Override public Class<?> getSessionType() {    return ...