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

Forum Posts

Important topics and useful resources

Important topics for the Alfresco community: History of Alfresco VersionsHow to Report Security Issues for Alfresco Resources: Alfresco Developer ResourcesAlfresco Community Edition source codeAlfresco Labs, unofficial experiments by Alfresco develop...

ttoine by Community Manager
  • 1977 Views
  • 1 replies
  • 0 kudos

Overriding Identity management in activiti 6

I'm using activiti community version 6. I made activiti-app to point to same Postgres database where my Django web application is also pointing to. I wanted to use custom Users and groups which my web-application creates instead of act_id_user and ac...

Resolved! Insufficient permissions to start worflows for non-admin users

I get an "Access denied. You do not have the appropriate permissions to perform this operation"-error (source: alfresco.log) when trying to start one of the default workflows that come with Alfresco 5.2. However, I can start the same workflow on the ...

sirchnait by Champ on-the-rise
  • 11283 Views
  • 5 replies
  • 0 kudos

Log http traffic in ADF devServer?

My CORS configuration doesn't seem to work. Is there a way to log traffic? I have this:devServer.proxy."/ecm".logLevel: 'debug'devServer.proxy."/ecm".error: function(err, req, res) {console.log(err)}devServer.proxy."/ecm".onProxyReq: function (proxyR...

queshaw by Champ in-the-making
  • 10632 Views
  • 6 replies
  • 2 kudos

Alfresco Community + apk

Hello community:I have an installation of a community version of alfresco specifically the 5.2.e and I would like to know if the mobile applications available in google play serve me to manage my content, through a Wi-Fi connection.

super_noel by Champ on-the-rise
  • 7467 Views
  • 4 replies
  • 2 kudos

DropDown Menu in Activiti 6

Hi,does anybody know how to populate the options of a dropdown menu in Activiti 6 (Community Edition) programmatically?I have a script task which collects data from the database and I'd like to display the result in a following user task within a dro...

aoezlem by Champ in-the-making
  • 4740 Views
  • 1 replies
  • 0 kudos

Call external class by javascript in rules of folder

I need to call an external class when an update is made to the document in the folder. The rule will execute a javascript.I would like to know or read about how to make this class call by javascript.If it is possible?Can someone help me?

marcog by Star Contributor
  • 8978 Views
  • 4 replies
  • 1 kudos

Ldap problem alfresco community 5.2

Bonjour tout le monde !Hello everyone ! (english version of my problem below)Alors je pose une question ici car j'ai un souci avec la mise en place de l'AD sur alfresco community 5.2. Ayant cherché la doc et des réponses sur les forums, je viens ici ...

Login Problem

InstallationAfter installation when I start the Alfresco system and try to login I get the message."Your authentication details haven't been recognized or Alfresco Content Services may not be available at this time."

sumergupta by Champ in-the-making
  • 8944 Views
  • 4 replies
  • 1 kudos

Login corrupted after Calais module install

So I installed Alfresco Community, latest version available on my local machine. I tested it, and it worked. Username = adminPassword = mypasswordNo problems.I then proceed to install the add-on 'calaisIntegrationWithShareUI-1.4', succesfully (at lea...

johnsnopes by Champ in-the-making
  • 4639 Views
  • 2 replies
  • 0 kudos

resetting mvn archetype (custom model)

Hello,I am following the tutorial for building custom content modules from Emma architecture (Working With Custom Content Types in Alfresco | ECMArchitect | Alfresco Developer Tutorials )When I did the command mvn archetype:generate -Dfilter=org.alfr...

tomak by Champ in-the-making
  • 4458 Views
  • 2 replies
  • 0 kudos

Parser *.bpmn20.xml

Dear,I have developed a business process in which my tasks are implemented by web services. I'd like to get some information of my *.bpmn20.xml from java class. For example, the name of web service, operations and parameters. Could you help me?