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

Forum Posts

Resolved! alfresco + keycloak sync

Hi everyone,we are developing an extension of alfresco content service using the maven archetype.Now, we would like to use keycloak for identity and access management.We follow this guide Deploying Alfresco DBP with Identity Service using Docker Comp...

ilseva by Confirmed Champ
  • 9171 Views
  • 5 replies
  • 2 kudos

Resolved! How to lock document by admin Java

I have part of code, which runs as system AuthenticationUtil.runAsSystem(() -> {...}and in it i lock documentlockService.lock(nodeRef, LockType.WRITE_LOCK); I also tried this codeAuthenticationUtil.runAs(() -> {...}, "admin");but document locks by cu...

Skyor by Champ on-the-rise
  • 7262 Views
  • 8 replies
  • 4 kudos

Error creating SOLR core

Hi,I performed a backup of Alfresco via tutorial: https://hub.alfresco.com/t5/alfresco-content-services-blog/creating-and-restoring-backups-for-alfresco-with-docker-compose/ba-p/305070Until then, alright.I restored it and the environment is working p...

image image
cstifarol by Champ on-the-rise
  • 12204 Views
  • 6 replies
  • 5 kudos

CORS configuration for alfresco-docker 6.2 ga

Hi There,the CORS configuration with the docker version is making a lot of trouble.changing the web.xml in the docker container is not persisted and disappears as soon as docker-compose up is called.Are there any suggestions Thanks

fameur55 by Champ on-the-rise
  • 4238 Views
  • 5 replies
  • 1 kudos

Retrieving of comments is not working

We access comments associated to a document object through an out-of-the-box webscript. In some environments, it works good. In others, we get some authentication error. We have Alfresco Community 5.2.x, Alfresco Community 6.0.Here is a snippet of th...

sepgs2004 by Star Contributor
  • 3830 Views
  • 4 replies
  • 2 kudos

Startup Question: Process & Doc Mgt?

Hi all,I've been aware of Alfresco for a shile. I have a strong BPMN and BPM background with several cloud based products, and have installed, configured and run a large document management system. My challenge now is to provide a hybrid business pro...