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

Forum Posts

Acess to system group of a user

Hello,My objectif is find out if a user is a MANAGER in any site.So it got to me that I can access it by system groups, because for every site there is 4 groups:site_[site_name]_SiteCollaboratorsite_[site_name]_SiteConsumersite_[site_name]_SiteContri...

sue by Champ in-the-making
  • 311 Views
  • 1 replies
  • 0 kudos

How to terminate Timer job ?

Hi, I'm trying to use the Timer start event with an unlimited number of repeats at 1 week intervals (R/P1W). The behaviour I observe in my test case is that the process instance terminates as soon of the first run through the process is complete but ...

tstephen by Champ on-the-rise
  • 1099 Views
  • 9 replies
  • 0 kudos

Error al acceder a Alfresco

Buenos días!Tengo un problema en mi Alfresco.Hace unos días, instalé el software en una computadora que servirá como servidor, sin embargo, hubo problemas para acceder desde otros equipos, nada complejo, resulta que el firewall estaba bloqueando las ...

oermx by Champ in-the-making
  • 4989 Views
  • 8 replies
  • 0 kudos

Cant get Maven AMP project working

Hi,Not sure why there is nowhere to be found, a sample Eclipse / Maven sample project.  All searches I have found all point  to generating a project using archetype.Well, having done that and having Eclipse yell about missing deps and bad packaing ("...

pkasson by Champ in-the-making
  • 1582 Views
  • 4 replies
  • 0 kudos

Customizing document library views: table.effectivity

Hi,I'm new on Alfresco development and just started with a little customization project.I want to add more column headers on table view of document library page.They are effectivity date information.Editing share-documentlibrary-config.xml I can add ...

billydekid by Star Contributor
  • 1134 Views
  • 3 replies
  • 0 kudos

Help on CMIS Query using IN_TREE condition

Using Alfresco Community edition 5.0.dI am using CMIS 1.1 Atom Pub URL: http://test-alfresco:8080/alfresco/api/-default-/public/cmis/versions/1.1/atomMy libraries<code language="xml"><dependency> <groupId>org.apache.chemistry.opencmis</groupId> <arti...

sepgs2004 by Star Contributor
  • 3331 Views
  • 1 replies
  • 0 kudos

CMIS count folder and document

Hi,I want know a number of the documents and file in a root folder. I do a simple query and retrieve a property getTotalNumItems of ItemIterable<QueryResult> query. I think that this solution is no better solution to count a item of specific root fol...

sintextsrl by Champ in-the-making
  • 3823 Views
  • 1 replies
  • 0 kudos

Workflow details 'edit task' permission problem

Hi,we have been developing our custom workflow in Alfresco and so far everything is quite fine with customization and so. But we happened to stumble on a strange behavior recently. First a user with certain group starts the workflow and a task is ass...

sihnu by Champ in-the-making
  • 375 Views
  • 2 replies
  • 0 kudos

alfresco startup problem

hello to everyOneI have a Alfresco 4.2.f (postgres 9.5)on win2008R2 and i have populate it with my procedure. Actualy there are about 800.000 doc.After reboot my server the startup procedure spend about 9 hour for startup. I set log4j to debug and ge...

Populating request mapping for Rest call task not working

I have a rest call task with a PUT endpoint. The request body needs to be:{    "data": {        "id": <process_var_1>,        "relationships": {            "status": {                "data": {                    "id": <process_var_2>}}}}}Where <proce...