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

3412 questions
26
votes
1 answer

How to POST data on payload instead of formdata

I'm trying to make a request to an Alfresco service from a web-script I made, passing some json data on the payload. This is the Alfresco service: http://localhost:8080/share/proxy/alfresco/api/internal/downloads And I need to pass a json array…
Enrico
  • 263
  • 1
  • 3
  • 5
21
votes
5 answers

How to convert a date in this format (Tue Jul 13 00:00:00 CEST 2010) to a Java Date (The string comes from an alfresco property)

i'm managing a date that comes from an Alfresco Properties and is in the specified (Tue Jul 13 00:00:00 CEST 2010) and i need to convert it to a Java date...i've looked around and found millions of posts for various string to date conversion form…
Nicola Peluchetti
  • 72,169
  • 29
  • 129
  • 186
12
votes
2 answers

Looking for Activiti Alfresco Workflow tutorial step by step

Where i can find simple tutorial for Activiti Alfresco Workflow (especially with Custom Workflow) ? I'm new with Alfresco Activiti Worfklow. Thanks.
BantenCity
  • 308
  • 1
  • 2
  • 6
12
votes
4 answers

Alfresco - /alfresco and /share difference

So i have installed Alfresco and have two web applications /alfresco and /share. Whats the difference and purposes of these applications? Can one application exist without the other?
n002213f
  • 7,408
  • 13
  • 64
  • 100
10
votes
3 answers

Alfresco Community Enterprise Feature Comparison

I've seen this question but the answers are simply not good enough. I've searched the web and could find a clear listing of the main differences. I am particularly surprised to see contradictions in the above link, that holds only 4 short…
Nicolas
  • 346
  • 1
  • 5
  • 17
10
votes
8 answers

Which distro of Linux is best suited for Java web apps?

There are so many Linux distributions to choose from! What is the "best" linux flavor for a web hosting environment running primarily: Apache HTTP, Tomcat or JBoss, MySQL and Alfresco (not necessarily all in the same instance). Are there any…
mbrevoort
  • 4,711
  • 5
  • 36
  • 47
9
votes
7 answers

How to get the mime type of a file after using file_get_contents from a remote server

I'm reading a file in PHP from Alfresco and then outputting it to the browser. The only problem is the mime type or the extension of the file. This is the code I'm using:
Nicola Peluchetti
  • 72,169
  • 29
  • 129
  • 186
9
votes
2 answers

java.lang.NoClassDefFoundError: org/apache/chemistry/opencmis/client/api/SessionFactory

I work with Alfresco Community 4.0. I used cmis to update a document in Alfresco. I have already registered a document in Alfresco and this is the document id that is retrieved after the save method: b08e8bce-1b88-489e-a357-1e6385f180a1 Now I want…
franco
  • 1,327
  • 4
  • 31
  • 65
8
votes
1 answer

Why does Alfresco Moodle integration bounce my login?

I have Moodle running on 2 different servers hosted by 2 different platforms (AWS and Rackspace). I have configured the AWS Moodle installation to read from Alfresco through the repository plugin and it works perfectly with the URL…
Matt P
  • 573
  • 2
  • 6
  • 17
8
votes
1 answer

maven conditional dependencies

We would like to bundle library dependencies from (Alfresco or Jackrabbit or ...) based on the customer choice. The number of dependencies actually varies based on the chosen vendor. How do we provide hooks at the maven level, so that the final…
Joe
  • 12,573
  • 26
  • 77
  • 140
8
votes
2 answers

Which is easier to extend, Alfresco or Nuxeo?

I am considering doing a rewrite of an open source project from LAMP to J2EE and integrating it with an enterprise oriented CMS as the GUI. The two most viable OSS ECM J2EE CMS platforms that I have run across are Alfresco and Nuxeo. I need to get…
Glenn
  • 7,352
  • 3
  • 26
  • 38
8
votes
1 answer

Sample rest url to retrieve content from alfresco

I want to retrieve content of sample.html inside catalog folder in alfresco using restful. From alfresco document i got the following rest url to retrieve content of a document. But i dont know exactly what is property, stor_type, store_id,id and…
aaviss
  • 391
  • 2
  • 8
  • 26
8
votes
3 answers

How do I pass a list of candidate users to an activiti workflow task in alfresco?

I would like to be able to pass a list of users as candidates for a task. The users are retrieved from a data list and not available as a group. Activiti:candidateUsers would appear to be the right approach. Assuming that the users have been…
Ian Williams
  • 131
  • 1
  • 1
  • 7
7
votes
2 answers

Does Alfresco Share provide any mecanism for Inter Dashlet Communication?

I am trying to figure out how to perform some inter dashlet communication with Alfresco Share. Here a simple use case: We do have 2 dashlets, let's call them A and B. I want to be able to fill in a field "name" (let's say with value "Toto") in A and…
Karl Estop
  • 71
  • 3
7
votes
2 answers

Add new workflow into Alfresco share

I'm new to Alfresco/Activiti. Our company is using Skelta BPM.NET (in integration with our self developed RMS) and now we would like to take a look into other BPM software. I last days I found our how to create new workflow using Eclipse and Import…
AnzeR
  • 582
  • 4
  • 10
  • 23
1
2 3
99 100