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: Member Etiquette Guidelines - Hyland Connect - 482975How to Report Security Issues for AlfrescoAlfresco Community Edition 25.2 Release Notes - Hyland Connect - 491551 Useful resources: Alfresco, Community ...

ttoine by Community Manager
  • 666 Views
  • 0 replies
  • 0 kudos

Resolved! Aikau sleep wait method

Hello I would like to have a sleep method in my aikau widget navigateTo : function com_widget__navigateTo(urlToGo){ console.log(this); setTimeout(function() {                                 this.myMethod();                                 console.lo...

redraccoon by Star Contributor
  • 4330 Views
  • 1 replies
  • 0 kudos

Customize Save button in Datalist item

Hello guys, I'm pretty new to Alfresco so bear with me. I have a plugin (datalist filter), but it doesn't work after I create a new item but works again after I refresh the page. So I thought of also refreshing the page after I hit save in the new it...

lmaorence by Confirmed Champ
  • 3412 Views
  • 1 replies
  • 0 kudos

401 error with AtomPubBinding

New to Alfresco.This code works when run as Java main method, but throws 401 (unauthorized) error, when run as Java web script.It happens with the server running in local Windows machine.With AtomPub:http://localhost:8080/alfresco/api/-default-/publi...

raghav by Champ in-the-making
  • 4469 Views
  • 2 replies
  • 0 kudos

Implicit argument in AbstractWebScript

New to Alfresco.I am writing Java-backed AbstractWebScript. I need to use implicit arguments.My URI looks like:mydocuments/param1/param2The caller will call this URI as: documents/value1/value2I need to get a handle on param1 and param 2 (and their v...

raghav by Champ in-the-making
  • 3262 Views
  • 1 replies
  • 0 kudos

Problem Crystalball

Hi,I have problems using Crystalball in activiti explorer (activiti-5.22.0). I check my process instance and clicked replay but nothing seems to happen. Can someone please help me.I have attached the screenshot.

bellal by Champ in-the-making
  • 6633 Views
  • 5 replies
  • 0 kudos

Alfresco with Eclipse

I have installed all the required maven plugins and done all the necessary debug configurations. But my problem how will my alfresco will get integrated with the eclipse.How can I design customised workflowsHow can I control my alfresco with eclipse?...

lipsa by Confirmed Champ
  • 3243 Views
  • 1 replies
  • 2 kudos

Hierarchy permissions

Hy guys, I need a clarification or point me a right direction to find more information about permissions (I don't know if this term "permission" is the best approach).So now I have my users, groups and linking between from ldap works fine.What I want...

Resolved! Unsupported transformation

How do I get rid of the below exception?2017-01-18 09:44:03,915 ERROR [org.alfresco.repo.action.AsynchronousActionExecutionQueueImpl] [defaultAsyncAction6] Failed to execute asynchronous action: Action[ id=a66d8d76-4d2c-41ce-ac00-5817787f2ec0, node=n...

riyaz by Champ on-the-rise
  • 13089 Views
  • 4 replies
  • 6 kudos

Out of Memory

Hi All,I have an issue whereby the alfresco always hit an error as below:Caused Byrg.alfresco.repo.search.impl.lucene.LuceneQueryParserException: 0221807994 Request failed 404 /solr/alfresco/alfresco?wt=json&fl=DBID%2Cscore&rows=2147483647&df=TEXT&st...

Users without group - ldap

Hy!I configured the alfresco 5.2 commuity to synchronize with ldap. The users and groups is OK but the users doesn't weren't added to their groups.I use this -> ldap.synchronization.groupMemberAttributeName=uniqueMemberThe uniqueMember is attribute t...

Resolved! Activit Multi Tenant login

How can we achieved multi tenants user login in Activiti ? User of Tenat1 (Org1) and User of Tenant2 (org2) can login in activiti and they can not see any other tenant information.