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
  • 1134 Views
  • 1 replies
  • 0 kudos

asking for help ??

i following this tutorial and it worked but i need some more  informations package org.alfresco.tutorial.repo.security.authentication;import net.sf.acegisecurity.Authentication;import org.alfresco.error.AlfrescoRuntimeException;import org.alfresco.re...

laridev by Champ on-the-rise
  • 4968 Views
  • 3 replies
  • 0 kudos

Strange results in CONTAINS() CMIS search with wildcards

Hi, everyoneI have detected a strange behaviour in CMIS queries using CONTAINS() and wildcards.For example, I have a folder named "Someco" and I want to find it by part of its name using wildcardsELECT * from cmis:folder WHERE CONTAINS('cmis:name:"*S...

juanh by Champ on-the-rise
  • 7158 Views
  • 3 replies
  • 0 kudos

Open CMIS cm:category not consistent?

I try to update categories on folder using java CMIS api and I had a little surprise:when I set the category I have to provide the alfcmis:nodeRef, but when I browse categories I retrieve cmisbjectId and so in order to update categories I have to cha...

frenout by Champ in-the-making
  • 3551 Views
  • 1 replies
  • 0 kudos

Resolved! Mule ESB open source for production

I am new to Mule ESB. We like to use Mule ESB as integration tool for our applications to integrate with vendor site. We have 2 questions. 1) mule ESB is completely open source tool for production. and development environment ? 2) We have went throug...

Resolved! Compacting Postgresql database size

Hi AllWe are running Alfresco CE 5.1 and Postgresql 9.4 on a separate server. When I take a dump of the database for backup, the SQL file generated is more than 20GB in size. This seems a bit large given the number of users and number of documents th...

villdre by Confirmed Champ
  • 14004 Views
  • 5 replies
  • 1 kudos

Resolved! Clickable association in Custom model type

Hello,I have created a custom model type which has properties and associations. One of the associations is 'Related Document'  of class cm:content. 'Related Document' metadata lets you choose the document from Repository but the document is not click...

sakshik by Star Contributor
  • 5349 Views
  • 1 replies
  • 0 kudos

How to set one "Label" widget per line in VerticalWidgets?

I want to have several lines of labels (alfresco/html/Label widget). But if I create such Aikau model, it doesn't work correct (see attached image – it works for Logo widgets, but all text is on one line):model.jsonModel = {    widgets: [        {   ...

npavlov by Confirmed Champ
  • 5927 Views
  • 2 replies
  • 0 kudos

Resolved! Allow consumers to comment

Is there a standard way to allow Consumers (repo permission) the ability to comment on documents?We are trying to extend the default Consumer role so that Consumer users can create comments. We have added the following code to our permissionDefinitio...

Resolved! Hi, I need to know if is possible that ADF read

I need to know if is possible that ADF read stencils generated and used in forms in Alfreco Process Service or I need program it how a component into to proyect ADF (angular) and import them into components that contain them

e12992 by Champ in-the-making
  • 4880 Views
  • 1 replies
  • 0 kudos

Resolved! Thumbnails are not loaded properly

When we click the smart folder, the documents shown inside the smart folder does not show proper thumbnail. When inspected, there is a 500 internal server error in javascript console.Here is how it is displayed.

hello, I have a problem with Stencil component in ADF

I have used the demo app that comes with ADF and have made the demo app talk my Alfresco Processes Services application.     I am able to start my application, but one of my task forms has a Stencil component which needs to be displayed.     I get th...

e12992 by Champ in-the-making
  • 3673 Views
  • 1 replies
  • 0 kudos

Resolved! Set Form Visibility Based on Task Assigneeship?

Alfresco Process Services, Enterprise v1.5One of our Processes looks like the image here, with two consecutive User Tasks referencing the same form. In the form, the majority of the tasks are completed by the Support team, and after they complete the...

mgundrum by Champ on-the-rise
  • 5211 Views
  • 1 replies
  • 1 kudos

Resolved! Reinitialize a form

Hi!,I have a problem, I have a process with a loop with form, but in the next iterations the form not is initialized.Can I do initialize field 'uploadfile' in begin each iteration?Regards,Fernando

fegor by Star Collaborator
  • 5516 Views
  • 3 replies
  • 1 kudos

Resolved! SDK 3 - ActivitiException: Unknown property

Hi,i have renamed some fields and add other one in workflow-validation-model.xml , example:<property name="wfvd:reviewOutcome"> has been renamed <property name="wfvd:reviewOutcomeMed">In my bpmn file, i have updated the flow :${wfvd_reviewOutcome == ...