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

Forum Posts

Search query with current username

Hi, I need define fts or lucene query with parameter current logged user, for example I need something like this:ASPECT:'cm:lockable' AND! ASPECT:'cm:workingCopy' AND cm:lockOwner:'getCurrentLoggedUser'I need this query for dashlet creating by saved ...

mvlcek by Champ on-the-rise
  • 1708 Views
  • 1 replies
  • 0 kudos

Java-backed webscript

I am following this tutorial to create a folder-listing java-backed webscript. Creating a Java-backed web script | Alfresco Documentation I have build maven project from eclipse. It is working(able to load localhost:8080/share)but, when I run the : h...

sakshik by Star Contributor
  • 3386 Views
  • 2 replies
  • 0 kudos

Prevent multiple login with same account

Hello,I would to set up my ACS so that it is not possible for a user to log in from different systems (ie: different computers, browsers, etc) with the same account (for both Share and Platform)Exemple : user1 connects from computer1 => logged in and...

Resolved! [Alfresco 5.2] search for nodes with REST API

Hi Everybody,I try to play with the REST API, now I'm able to do a lot of thing but there is still something that fail.I cannot find anything with the /queries/nodes interface.To be true, actually, I can have a lot of result for this request while th...

JC83 by Confirmed Champ
  • 4496 Views
  • 2 replies
  • 1 kudos

Context initialization failed org.alfresco.error.AlfrescoRuntimeException: 05010039 Keystores are invalid - New 7.1.0 install with Postgres 13.3

We installed alfresco 7.1.0 with postgres 13.3 but we encounter below issue. Any leads 2022-06-01 23:47:02,722 DEBUG [org.alfresco.repo.security.authentication.saml.core.SAML2PostBindingImpl] [main] preRegister called. Server=com.sun.jmx.mbeanserver....

Resolved! No archetype found in remote catalog, Alfresco Maven SDK

I'm following this tutorial: https://docs.alfresco.com/content-services/latest/develop/sdk/#gettingstartedjava -version java version "11.0.13" 2021-10-19 LTS Java(TM) SE Runtime Environment 18.9 (build 11.0.13+10-LTS-370) Java HotSpot(TM) 64-Bit Serv...

KarekMedAM by Star Contributor
  • 8464 Views
  • 10 replies
  • 0 kudos

Updating code for Activiti 5 to Activiti 7 upgrade

I have a signal class using APS 1.x.x version ACTIVITI 5.x.x. I have to upgrade the Activiti to 7.x.x and APS 2.x.x . So what are the code changes are to be implemented as a part of this update? How to implement using TriggerableActivitiBehavior and ...