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: Alfresco Community Edition 25.3 Release Notes - Hyland ConnectHow to Report Security Issues for Alfresco Resources: Alfresco Developer ResourcesAlfresco Community Edition source codeAlfresco Labs, unoffici...

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

Resolved! Formatted code snippets and file attachment

While posting any query or post to forum in community, I am facing issue , it is not coming formatted and it is very difficult for any end user to interpreted code. Do any one have idea how we can use formatted snippets?Previously we were using  [cod...

g_rathod by Star Contributor
  • 7659 Views
  • 5 replies
  • 0 kudos

JSON objects for Data Models of CMIS 1.1

I am trying to make a non-CMIS compliant CMS, compliant. Existing CMS has REST based services and i am writing a middleware which will get req in CMIS format hit existing services, get response in JSON, manipulate it and return in JSON (cmis format)....

Resolved! When extending the ListOfValuesConstraint with an id,name structure, how do you modify the search element so that you can search using the name rather than the id?

Hi All,I have successfuly created a dynamic list constraint by extending the ListOfValuesConstraint.The database table (custom_entities) has two columns (id,name) as follows:id, name1, EntityA2, EntityB3, EntityC...The property stores the id value (1...

adamparker by Champ in-the-making
  • 4379 Views
  • 1 replies
  • 0 kudos

Alfresco ADF with only Process Services

Is it possible to use the ADF platform without using "Content Services"?I am looking at a simple process application with no content store requirement and would like to see if ADF is a viable option.Everything I have read, and all the testing to date...

gdharley by Elite Collaborator
  • 8791 Views
  • 5 replies
  • 5 kudos

Drupal intégration

Good morning, I want to connect alfresco to a drupal site and I know what adds-on to use and by what should I begin please help me

rslma by Champ in-the-making
  • 3357 Views
  • 1 replies
  • 0 kudos

Resolved! how to Integrate google docs with alfresco community 4.0e?

I found some configuration for enable google docsThese properties I have added in alfresco-global.propertiesgoogledocs.googleeditable.enabled = true  googledocs.username =*******@gmail.com googledocs.password =*************and in share-config I have ...

Resolved! Can audit data be placed into Excel or Text Document ?

Hello,I am trying to input the data from my Audit log into an Excel or any other kind of text document. A way where it could be neat and ordered would be great if anyone has any suggestions that would be great thank you. Also I am fairly new to alfre...

djohn by Champ on-the-rise
  • 5032 Views
  • 1 replies
  • 0 kudos

'Lucene' search subsystem on alfresco-4.2.4 for Clustering ?

We are using 'lucene' search subsystem on alfresco-4.2.4, will this cause any issue on Alfresco cluster because as per the alfresco document (below link) setting up repository server cluster should have SOLR indexes.http://docs.alfresco.com/4.2/tasks...

mfaquih by Champ on-the-rise
  • 3058 Views
  • 1 replies
  • 0 kudos

build alfresco from source

I am new to alfresco.i have download the source using the below linkhttps://svn.alfresco.com/repos/alfresco-open-mirror/web-apps/Share/i follow the below procedure.Step1: Import the project in eclipseStep2: Build the project using the maven command "...

thiru_sps by Champ in-the-making
  • 6633 Views
  • 5 replies
  • 0 kudos

Resolved! Install Spring Loaded?

I downloaded the Spring Loaded jar file but I do not know what directory to put in and how to do it.I need your helpe?

savita by Champ in-the-making
  • 4579 Views
  • 1 replies
  • 0 kudos

Resolved! Where are the Audit logs being saved?

I am trying to find where the audit logs are being saved. I have attached a postgreDb to alfresco.Only have 3 tables audit_model, audit_entry audit_model. None of these contain the information that i see when i do a query. Only thing that is similar ...

djohn by Champ on-the-rise
  • 9145 Views
  • 2 replies
  • 1 kudos

Access form variables with java

Hi, I'm new to activiti,I am creating a process and I want the execution of a task with java code to obtain the variables of a form and store it in an external database.Someone could give me an example of how to read the variables, I should use an ev...