Questions tagged [alfresco]

Alfresco Open Source Enterprise Content Management Software

Alfresco is an open source enterprise content management software. It features a content repository, which can be embedded in applications, and several products built on top of the repository: Document Management, Records Management, and Collaboration (Alfresco Share).

More information on Alfresco is available at Alfresco.com

Alfresco also maintains a wiki, forum and online documentation, which can often contain the answer to your problems. Several people regularly hang out at #alfresco in freenode IRC (Check out channel logs here). And, there is a Google Group called "Alfresco Technical Discussion".

The Alfresco tag here is best used for questions around configuring, extending, customising and building on top of Alfresco. For questions on installing and provisioning Alfresco, the Alfresco tag on ServerFault may be a better bet

3529 questions
4
votes
0 answers

Workflow execution is looping infinitely at a wait timer

We have a workflow that executes a task to check for a record in DB when data is not found it waits for a minute and execute the task. Below is the excerpt from our workflow.
4
votes
1 answer

Comparison of using Alfresco and Jackrabbit CMS on Liferay portal

I'd like to know your thoughts about using these two CMS on Liferay. I know, that jackrabbit is rather a framework and reference JCR implementation. I'm more interested in the situation, when you have Liferay portlet and you need a CMS repository…
lisak
  • 21,611
  • 40
  • 152
  • 243
4
votes
4 answers

CMS - Alfresco, Magnolia, Drupal and Joomla Comparison

I am comparing Alfresco, Magnolia & Joomla especially specific to following features: a. Ease of Integration of user created templates. b. JCR (JSR-170?) or CMIS compliance. c. Scalability in architecture. d. Mobile site deployment. …
happyfeet
  • 133
  • 1
  • 2
  • 8
4
votes
2 answers

Is it possible to make Lucene queries in alfresco that find nodes based on their parent/children properties

is it possible to make Lucene query in alfresco that finds nodes based on their parent/children properties? For example i want to find all the nodes that have the property "foo" set to '1' and have nodes associated to them by a child association…
Nicola Peluchetti
  • 76,206
  • 31
  • 145
  • 192
4
votes
3 answers

Increase CMIS result limit from 100 to 1000

We are using Alfresco as a repository and querying it using Apache CMIS api. We use below code to connect it. parameter.put(SessionParameter.ATOMPUB_URL, "http://localhost:8080/alfresco/api/-default-/cmis/versions/1.1/atom?maxItems=1000"); Querying…
Sam
  • 2,972
  • 6
  • 34
  • 62
4
votes
1 answer

How to write a custom evaluator for Share in Alfresco 4.2.2?

For example, I need the evaluator, which I could use to show the action in Share. If the current user is the author of the document, then I'll show the action. The project structure is presented below…
user1134181
4
votes
2 answers

Document Management in Drupal 8

Looking for a good document management solution in Drupal 8. I have seen some modules but none of them seem to be active. I've also considered Alfresco-Drupal integration but the drupal module seems to be unmaintained as well. What other solutions…
Mel
  • 3,058
  • 4
  • 26
  • 40
4
votes
1 answer

get noderef from document guid using (bakend) java?

Alfresco Javascript API has a search.findNode("workspace://SpacesStore/" + documentguid) method, that giving a guid of a document (node), one can get the noderef of the document. How to get this "org.alfresco.service.cmr.repository.NodeRef" using…
user3643038
  • 143
  • 12
4
votes
1 answer

Error "Property 'cm:title' doesn't exsist" while using DotCMIS for Alfresco

I established a session via dotCMIS with a local Alfresco-Server using Visual Studio 2010 C# via Dictionary parameters = new Dictionary(); parameters[DotCMIS.SessionParameter.BindingType] = BindingType.AtomPub; …
meister_reineke
  • 364
  • 1
  • 14
4
votes
1 answer

Why doesn't my Share header customization work on the search page

This is question gets asked repeatedly in the Alfresco JIRA, in forums and on the Alfresco IRC so I thought I would ask and answer it here as this is the most likely place that people will find the solution, the question is this... I've created a…
Dave Draper
  • 1,837
  • 11
  • 25
4
votes
2 answers

Email template changes in Alfresco

I'm trying to edit the link of the task-edit of the e-mail that is sent to the assignees of the task. I see that in the file wf-emails.html.ftl but in Data Dictionary -> Email Templates -> Workflow Notification inside Alfresco admin account. How can…
PRVS
  • 1,612
  • 4
  • 38
  • 75
4
votes
1 answer

How to Track deleted file in alfresco

I do not know this question is common or not. I want to track record of those files that is deleted in trashcan.I just read that after deletion it will go in content-store.Deleted so from where how can i get the details of deleted files.
Sachin Singh
  • 99
  • 12
4
votes
1 answer

Could not update Activiti database schema: unknown version from database: '5.20.0.1'

I am getting a - Could not update Activiti database schema: unknown version from database: '5.20.0.1' ? Any idea why this error occurs ? I am using activiti-engine-5.18.0 jar I am trying to deploy a process outside of Alfresco Activiti using…
Sunita Nayak
  • 117
  • 1
  • 8
4
votes
1 answer

Alfresco - Approve task in a workflow

I'm integrating an applet on a workflow in the Alfresco. I created a new button org/alfresco/components/form/controls/workflow/activiti-transitions.ftl here ...
PRVS
  • 1,612
  • 4
  • 38
  • 75
4
votes
2 answers

How to Migrate data from D2 documentum to alfresco?

I have some content in D2 Documentum. and i want to migrate all those content with meta-data in alfresco. can any one help me. how can i achieve this in alfresco. Thanks in advance.
Deepak Talape
  • 997
  • 1
  • 9
  • 35