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

Where is the file that contains the JMS configuration?

I'm looking to mimic however Alfresco is configured to use JMS in it's out of the box Alfresco 23.2.1 content services war. It seems like there should be an XML file in like this example, alfresco-repository-21.20.jar!\alfresco\subsystems\Messaging\d...

lancestine by Champ in-the-making
  • 1998 Views
  • 1 replies
  • 0 kudos

Conversion from docx to pdf using java

I am trying to convert docx file to pdf using java.I have tried following code.String fileName=new Date().getTime()+".pdf"; Map<QName, Serializable> props = new HashMap<QName, Serializable>(1); props.put(ContentModel.PROP_NAME, fileName);ContentServi...

sp2 by Elite Collaborator
  • 13322 Views
  • 4 replies
  • 1 kudos

can't login to afresco after installation with docker compose

hi,I m new to alfresco, I have installed the version 7.2 with docker-compose and run alfresco (1O/10 runing in docker desktop)however I have the message "Vos informations d'authentification n'ont pas été reconnues ou Alfresco Content Services n'est p...

Adnane by Champ in-the-making
  • 4163 Views
  • 2 replies
  • 0 kudos

Development environment for Alfresco

Hello,I've been playing around with Alfresco for 2 years now and I still do not have a good enough development environment (which would increase efficiency).What is your development environment for creating Alfresco repo and share add-ons (dashlets,w...

upforsin by Star Collaborator
  • 5450 Views
  • 3 replies
  • 1 kudos

Resolved! How to remove alfresco default properties for any file

Hi,I wanted to check if I want to remove the below default properties for any file in Alfresco , is there any way to achieve this in Alfresco community version, would be very helpful if someone can asnwer.Basically I am adding my own content-model.xm...

People dashlet

Hello,I would like to create a simple dashlet that lists users based on their name.Can you please advise me/show me a simple example?

mirak by Champ on-the-rise
  • 2001 Views
  • 1 replies
  • 0 kudos

Unit tests without start the repository

I share with you a library that allows you to run unit tests without needing to have an active ACS or APS. The mechanism is to use alfresco mock services to reach your implementations such as workflows, webscripts or actions and test them quickly. Si...

Cannot deploy Activiti Cloud on AWS using Amazon EKS

Hello everyone. I hope that you are having a great day.I'm trying to self-host Activiti using a kubernetes cluster as per the instructions here. Everything goes smooth: the resources are created in AWS and listed through the CLI tool, nginx is instal...

aavilap by Champ in-the-making
  • 1924 Views
  • 0 replies
  • 0 kudos

Reporting discovered security vulnerabilities

Hello, I've identified a remote code execution (RCE) vulnerability in Alfresco Content Services(latest). I've attempted to report this through the Hyland Community, but I'm unable to access it and consequently, can't get in touch with support. Is the...

by Not applicable
  • 2268 Views
  • 1 replies
  • 0 kudos

How to transform PDF to image with custom resolution?

Hello,how can I transform a PDF to PNG with a high DPI (300)?Currently, after applying the transformation, i.e. using the "Transform and copy image" rule action, it seems like the DPI is a lot less than 300 (~70).I am using Alfresco Community 7.2 and...

upforsin by Star Collaborator
  • 4531 Views
  • 1 replies
  • 0 kudos

Alfresco Community v4.0 (2012), Ubuntu 12.04, Mysql 5.5

Hi AllI'm not joking... the title is real...I'm in a company where I have found that someone here before me created this VM....now my boss asked me to upgrade it or migrate it...the question is simple... is it possible to export/dump an Alfresco v4.0...

szorzella by Champ in-the-making
  • 1820 Views
  • 1 replies
  • 0 kudos

Resolved! set password auto expiration

Hello everyone. I am trying to do something like -       All user passwords should expire every 90 days.       Users should be forced to reset their expired passwords upon login to share with last password.anybody have any idea, how to do it ?thanks ...