Alfresco Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How get global attributes on side the alfresco share

I am recording settings using AttributeServece in alfresco repo. How can I get these settings on side the alfresco share?public class ConfigManager { @Autowired AttributeService attributeService; public void set(String key, String value) { ...

Send email notification when comment added to a document

Hi,I need to create email template to send a email notification to the author of a document, when a comment is added to that document.I need to include following properties to the template.1).   Comment2).   Person name who add the commentI have crea...

anuradha1 by Star Contributor
  • 7852 Views
  • 2 replies
  • 0 kudos

Create AMP file

I want to build some java files to create an amp file. The amp file I want   to put in amps folder. I don't know how to create the amp file from java files. 

mihai_bee by Champ in-the-making
  • 4184 Views
  • 1 replies
  • 1 kudos

Document preview isn't working on edited documents

Hi,I have installed Alfresco content services community edition 201901GA on Ubuntu 16.04 now i have problems with document preview on edited documents.When document is created/uploaded as version 1.0 all is OK. When document is edited and it version ...

Resolved! Hotswap hot reloading (javascript, freemarker files, ...)

I have a test project in Eclipse generated with maven archetype (allinone option).I followed some tutorial on webscript in alfresco platform.The example work fine but unfortunately the hot reloading ( configuration) of freemarker template or javascri...

ssciacca by Confirmed Champ
  • 14113 Views
  • 11 replies
  • 1 kudos

FTP Problem

Hello everyone,I'm looking up for some help from you Alfresco pros regarding problems with FTP.I have Alfresco community Version 6.2 in docker running, for setting this up I have used the alfresco-generator from @angelborroy many thanks for the grat ...

drshadow by Champ in-the-making
  • 4856 Views
  • 3 replies
  • 0 kudos

ERROR cmisatompubservlet - Alfresco go slow

Hi! Lately, I'm having a lot of trouble with Alfresco. It starts to slow down and I have to end up restarting it to get it back to work, but soon after, it goes bad again. The error that appears in the log output is the following, can you think of wh...

trompe by Confirmed Champ
  • 1846 Views
  • 0 replies
  • 0 kudos

HistoryService obj without the @Autowired option

Use case : We write a custom alfresco activiti Extention. That extension contains the 1 REST web service.When this service is called they run the ExecuatorService(Java Thread) and respond to the user that your task is registered and will complete in ...