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
3 answers

Alfresco Community on Tomcat starts very slow

We're currently testing out Alfresco Community on an old server (only 1GB of RAM). Because this is the Community version we need to restart it every time we change the configuration (we're trying to add some features like generating previews of DWG…
Frank Groeneveld
  • 1,794
  • 3
  • 16
  • 23
4
votes
1 answer

Sending email notifications for Alfresco site calendar events

I am trying to implement notifications for calendar events. I have followed the discussion in Email Notifications on Calendar Events in Alfresco to the letter but still can't get it to work. I want to send notifications based on calendar events 2…
Timothy Tuti
  • 992
  • 2
  • 15
  • 29
4
votes
3 answers

Integrating Liferay and Alfresco

Im using Liferay version 5.2.3 and Alfresco Community Edition.I want to integrate Alfresco with Liferay . I want to show Alfresco as a portlet within Liferay. Can someone please tell me how to go about doing this ? Thank You
Jim
  • 41
  • 2
4
votes
2 answers

Document Management System

At the company I work for, we are developing a billing web application with Spring and Vaadin. The trouble is that the number of files to manage is becoming too large; bill,offers contract, etc. We currently store each document as a file on the…
Skizzo
  • 2,883
  • 8
  • 52
  • 99
4
votes
1 answer

Get all Alfresco tags with CMIS

I'm trying to get all tags (nodeRefs and names) from alfresco using CMIS. The Alfresco version is 3.4. Before googling a lot, I don't find any good query to do this? Any advice?
Pymoo
  • 127
  • 1
  • 4
  • 11
4
votes
1 answer

Debug Share SSO setup against Keberos AD

I am trying to implement SSO for share using Kerberos AD and followed the directions listed in the official documentation at docs.alfresco.com. I keep getting the following exception 2013-06-20 18:07:37,772 DEBUG…
codewrangler
  • 65
  • 2
  • 9
4
votes
2 answers

Dynamic selectone in alfresco share

For a form in Alfresco share, I want a dropdown box that is filled with custom options depending on the value of a field earlier up in the form. My form would have at least two fields. The first one a textbox, where a unique code must be entered.…
Mark Tielemans
  • 1,528
  • 3
  • 20
  • 40
4
votes
2 answers

Create an aspect in Alfresco Content Model

I am starting currently using Alfresco CMS. I need to create an "aspect" in my content model which must contains a number of properties as: Aspect: property 1 : String property 2 : int property 3 : int property 4 : long Moreover it…
4
votes
2 answers

Change the version manually of a Document in Alfresco using OpenCmis

I want to know how can we change the Document Version Manually in Alfresco using OpenCmis? As of now when i update the document, every time alfresco change the version itself but I want to change version from user input like 1.0,2.0, 2.1 etc. For…
user2106213
  • 73
  • 1
  • 4
4
votes
3 answers

Can one force the load/evaluation order of Alfresco Share Extension modules?

Is there a way to force the load/evaluation order of alfresco share extension modules? We currently have two extension modules defined in module-general.jar and another module defined in project-specific.jar The modules in module-general.jar…
tullo
  • 43
  • 2
4
votes
1 answer

alfresco subsite

I installed Alfresco Community 4 a few days ago. I'm using Share. I'm wondering if I can have multiple document libraries in a single site. The thing is that when a create a new site, I have a link to Document library in the top navigation bar.…
Jack Casas
  • 914
  • 18
  • 37
4
votes
3 answers

Customize or change default message boxes issued by workflow dialogs on errors in Alfresco

Presently, a messagebox appears with the failing class name: Is it possible to override the default behavior in Alfresco? Could we use forms service to present a different message ?
Luis Sánchez
  • 121
  • 1
  • 6
4
votes
1 answer

How to implement CRUD page in Alfresco Share with forms engine

I'm trying to find out the best way for using the forms engine within a CRUD functionality, providing the best user experience as possible. I have created a custom Share page which will be used as site administration page. One of its functionalities…
4
votes
3 answers

Difference between cm:workingCopyOwner and cm:lockOwner

When I trace code in alfresce, I found following code in node-header.get.html.ftl <#if item.workingCopy??> <#if item.workingCopy.isWorkingCopy??> <#assign lockUser = node.properties["cm:workingCopyOwner"]> <#else> <#assign…
swemon
  • 5,840
  • 4
  • 32
  • 54
4
votes
3 answers

How to automatically add parameter on every HTTP request?

For some specific reasons, I would need to automatically add or append a parameter to URL on every request if and only if that parameter already exists in URL since the first request. In other words, if I have the URL…