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

Path is always taken when condition is failed

Hi TeamI am using activiti in my spring web application.After completion of parallel tasks, rejection path will take only when condition is true. but after completion of parallel tasks both paths are executed. please let me know how to solve this?Tha...

vamsinipun by Star Contributor
  • 5400 Views
  • 2 replies
  • 1 kudos

Can I use Java GUI builder in Netbeans with Alfresco?

I'm building a prototype web application project and I was wondering if I could use the Java GUI builder in Netbeans to design a frontend for my application? Or should I just use Vaadin? What are the pros and cons of each?Thanks in advance!

justind by Champ in-the-making
  • 3909 Views
  • 1 replies
  • 0 kudos

Behaviour not works

Hi, i've createad this model:<?xml version="1.0" encoding="UTF-8"?><model xmlns="http://www.alfresco.org/model/dictionary/1.0" name="dmemo">    <author>Administrator</author>    <imports>        <import uri="http://www.alfresco.org/model/content/1.0"...

v_scorsone by Champ in-the-making
  • 6074 Views
  • 3 replies
  • 0 kudos

Docker Alfresco Resources?

I am trying to figure out how to Dockerize Alfresco Enterprise (5.1 or higher) and am not sure exactly were to start.The company I work for has Docker infrastructure built out to production and some critical applications running on it.   I have been ...

Resolved! Get Immutable Properties of LDAP with java alfresco service

Hi, i need to retrieve the immutable properties of ldap on the users of alfresco, with some java service of alfresco:For example://GET ALL USERNAME PagingResults<PersonInfo> users = personService.getPeople("*", new ArrayList<QName>(), new ArrayList<P...

How to define parallel tasks dynamically?

Hi Team,I am using activiti in my spring web application. I was defined one process as follows,Here i was defined parallel tasks are three. But in my scenario, it may be one or more parallel tasks then please let me know how can i define the diagram?...

vamsinipun by Star Contributor
  • 13036 Views
  • 13 replies
  • 3 kudos

contentStreamFileName issue while uploading a document

Hi All,While we were uploading a document by using CMIS. the contentStreamFileName is getting defaulted to file0.xxx(where xxx is the extension of the file name that is getting uploaded).below are the parameters which i am passing:mimeTypefolderPaths...

Long running task in activiti

I am using Activti version 6.0.0.I want synchronous executions of task in activiti,but I have a long running task which might take 20 minutes to execute. I wanted to get process instance id quickly in my controller without considering completion of t...

niky by Champ in-the-making
  • 4529 Views
  • 1 replies
  • 0 kudos

JavaScript program

Hello,Is it reasonnable for you guys to execute a javascript program on about 25 000 docs ?The program is relatively simple as it classifies the docs into folders on two levels.Thanks

Get all users of alfresco on java action

Hi, i need to retrieve all the users of alfresco on a java action here the code i use :   private NodeService nodeService;    private OwnableService ownableService;    private PersonService personService;    private PermissionService permissionServic...

How to achieve all managers confirmation?

Hi Team,I am using activiti in my spring application. I was defined the process as follows,I have one or more reporting managers. If all reporting managers approved the task then it is go for further step otherwise it will go for end. Please let me k...

vamsinipun by Star Contributor
  • 5105 Views
  • 2 replies
  • 0 kudos