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
5
votes
4 answers

How to speed up Alfresco Share development

I'm developing and performing some customization on Share. My IDE is Eclipse Juno and workspace is made up of the next elements: alfresco web project extensions Java project share web project Both alfresco and share web projects are deployed in…
5
votes
1 answer

Alfresco Solr Custom Search

using Alfresco 4.0.1 we have added numerous new entities and linked them to cm:content. When we search, we want to be able to search not only by criteria of content, but want to say give us all content that is linked to libraries with these…
Massive Boisson
  • 1,617
  • 7
  • 22
  • 28
5
votes
2 answers

Integrating WCM between Liferay and Alfresco

Our team is currently looking at integrating Liferay 6.1.0 CE and Alfresco 4.0 EE and am wondering how others have integrated the two regarding web content. I have scoured the web and only find case studies or mentions of integration but missing…
Hoon
  • 153
  • 3
  • 10
4
votes
2 answers

In Alfresco: Fastest way to get NodeRef from a node path

I'm trying to improve performance of one of our implementation, We currently retrieve the node using Alfresco nodeService.getChildAssocs from the rootNode and running some kind of loop to compare the path. This is not very efficient when you have a…
plus-
  • 45,453
  • 15
  • 60
  • 73
4
votes
1 answer

Connecting to Alfresco with CMIS

I'm starting with Alfresco. I installed Alfresco 4 Community edition and I'm trying to connect to it using OpenCMIS. I took this snippet of code from the OpenCMIS page: SessionFactory sessionFactory = SessionFactoryImpl.newInstance(); …
H-H
  • 4,431
  • 6
  • 33
  • 41
4
votes
3 answers

How do you set up a large scale Alfresco CIFS server?

Alfresco provides a CIFS connector so it can act just a normal file-server in your intranet. Compared with a "normal" (windows/samba) based fileserver, certain operations can really hurt the system, e.g. listing a folder with a few thousand files…
Andreas Steffan
  • 6,039
  • 2
  • 23
  • 25
4
votes
3 answers

Recommendation engine for Alfresco?

I want to implement Amazon-like recommendations in Alfresco. For instance, if an employee searches for "financial reports 2007", the search UI will show related documents, for instance documents that were downloaded/viewed by users who previously…
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
4
votes
5 answers

Alfresco workflow trigger through java code

I want to develop an app preferbly on servlet environment . I want to trigger alfresco out of box workflow webscripts from my app. Alfresco has provided restful URL for doing that. can anyone tell me how do i invoke the rest URL to invoke the…
Padmanabha Vn
  • 624
  • 1
  • 14
  • 33
4
votes
2 answers

Calling spring bean from alfresco activiti process

Within alfresco activiti, could I call a spring bean using the servicetask like :
4
votes
2 answers

Alfresco ticket validity

I am using alfresco default web script to get a ticket for a user but i am not sure till when this obtained ticket is valid. Also i am extracting ticket is from obtained XML response of alfresco default login web script. Does a ticket has any expiry…
Finn
  • 912
  • 1
  • 16
  • 53
4
votes
3 answers

Alfresco or Liferay, which is better for WCM?

I am exploring CMS tools Alfresco and Liferay, but cant decide which is better for Web Content Management. Please help me decide which tool to use for web. Opinions and suggestions are welcome.
Komal Arora
  • 303
  • 1
  • 3
  • 15
4
votes
1 answer

Alfresco authentication with OpenId

This is not supported by Alfresco out of the box, anyone with any ideas to achieve this.
n002213f
  • 7,805
  • 13
  • 69
  • 105
4
votes
2 answers

Maven Best-Practices for Customized Builds with Plugins/Extensions?

I'm looking for advice on how to build artifacts that are composed of combinations of multiple modules without repeating a lot of boilerplate for all possibilities: We have a software that is deployed as a .war into Tomcat and as an .amp into…
kei1aeh5quahQu4U
  • 143
  • 1
  • 9
  • 23
4
votes
1 answer

How can I run an Apache Camel route with a non-polling Consumer every few minutes

I have a custom Apache Camel component which consists of a Consumer which extends from DefaultConsumer and no Producer. I have a Spring Boot app with several other Camel routes which all work fine. I would like to modify an existing route so that it…
Jeff Potts
  • 10,468
  • 17
  • 40
4
votes
1 answer

Sharepoint to Alfresco datalist migration

I am working on sharepoint 2013 to Alfresco**(5.2.f)** migration project. In sharepoint, any user can make datalists with their own set of columns from UI, we have around 4000 datalists available in sharepoint. But in alfresco for datalists, we have…
Hardik
  • 45
  • 3