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

The problem creates a thumbnail after insertion

Hi,I use alfresco 7.1.0 with embedded ImageMagick 7.0.10. In global.properties I have system.thumbnail.generate=true. In Tomcat I have file thumbnail-service-context.xml and I use CMIS connector.<?xml version="1.0" encoding="UTF-8"?><beans xmlns="htt...

robertD by Champ in-the-making
  • 2952 Views
  • 1 replies
  • 0 kudos

Resolved! Enable CORS in yml file DOCKER (ACS 7.0.0)

hi,        i have configured ACS with active directory.every thing was working fine up till now.after enable cors in the yml fine.I cant run ACS.can anyone help me.YML FILE CONFIGURATION SETTINGSalfresco:image: alfresco/alfresco-content-repository-co...

ahmed2 by Champ in-the-making
  • 4375 Views
  • 1 replies
  • 1 kudos

How can i integrate Alfresco Community with keycloak

Hello,i am a newbie in alfresco, i need to use my keycloak server as authentication server of alfresco community installation using docker-compose.how this can be done, what is the suitable method and what is the difference between External Authentic...

ayatullah by Champ in-the-making
  • 2976 Views
  • 1 replies
  • 0 kudos

Alfresco afts query greater/lesser than

Hi,Is it possible to filter numeric values with greater/lesser than operators?{    "query": {        "query": "PATH:'/app:company_home/st:sites/cm:company-site/cm:documentLibrary/cm:FolderA/*'",    "language": "afts"    },    "filterQueries": [{"quer...

Filter CMIS query from properties values

Hi,Is there a way to filter a query from the properties values?I tried this way :{    "query": {        "language": "cmis",        "query": "select * from cmis:document WHERE IN_FOLDER('71af2bec-22d4-11ec-9621-0242ac130002') AND properties.cm:title L...

Alfresco 7 and ActiveMQ disabling

Hello everyone,I'm installing Alfresco 7 Community  for evaluating purposes and i'm curious if is still possible to  use Alfresco 7 without ActiveMQ, if i apply these 2 config in alfrescoglobal:events.subsystem.autoStart=falsemessaging.subsystem.auto...

krivaneka by Champ in-the-making
  • 5323 Views
  • 3 replies
  • 0 kudos

CMISQueryService with SearchParameters

Hi,I'm trying to execute a cmis query through the CMISQueryService using SearchParameters and I'm having the following error :SearchParameters searchParameters = new SearchParameters();StoreRef storeRef = new StoreRef(StoreRef.PROTOCOL_WORKSPACE, "Sp...

Resolved! Migrating from MySQL to Postgres

Need suggestions,we have a instance of alfresco 5.2.g which installed using distribution long time ago that uses Mysql. we are planning migrate to postgresql. I looked into backup and restore process document. And want to check if that will work stra...

venur by Star Contributor
  • 4558 Views
  • 2 replies
  • 0 kudos

Resolved! How to upload a new version using Java API ?

Hello,How can i upload a new version of the document using Java API?There are two services which may be useful in this case. CheckOutCheckInService and VersionService.The second one seemed to be more appropriate.This was my initial code:Version curre...

upforsin by Star Collaborator
  • 6272 Views
  • 2 replies
  • 1 kudos

Resolved! Change cmis URL from 4.1 to 5.2

Hello, I have upgraded from version 4.1 to 5.2 and I ran into the following problem with the URL of the CMIS systemAlfresco 4.1http://x.x.x.x:8080/alfresco/cmis/RepositoryService?wsdlAlfresco 5.2http://y.y.y.y:8080/alfresco/cmisws/RepositoryService?w...

MrNico by Star Contributor
  • 3358 Views
  • 2 replies
  • 1 kudos

Spring Surf Dispatcher Servlet error

Hi, I have finished updating my alfresco from version 4.1 to 5.2.Everything looks normal, but when reviewing the logs, I see the following error, and I wanted to know what it meansOct 20, 2021 8:48:05 AM org.apache.catalina.core.StandardWrapperValve ...

MrNico by Star Contributor
  • 3038 Views
  • 1 replies
  • 0 kudos

Disabling auto-versioning in REST services

Hi,I want to disable to-versioning feature in the REST service. I need to change content of document without automatic change of version.I use this guide - https://docs.alfresco.com/community/tasks/autoversion-disable.html to disable it.In alfresco-g...

mbikl by Champ in-the-making
  • 7710 Views
  • 7 replies
  • 0 kudos

Activiti 6 UI customization

Hi,       As activit 6 is here so there is much more changes in the UI as activit 6 uses angular 1 UI So regarding this i have following things if some one can help me out doing the following things.1. Activit 6 has a new Form builder. So if i want t...

Resolved! Implement Alfresco REST Api Java Wrapper

Hi,I'm new to Alfresco.I'm trying to implement the Alfresco REST Api Java Wrapper following this documentation : https://docs.alfresco.com/content-services/latest/develop/oop-sdk/#restapijavawrapperprojectI've loaded the library alfresco-java-rest-ap...