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

Forum Posts

Add item to existing workflow

I need help with update workflowTask, add file to existing workflow.My code is:      List<NodeRef> addNodes = new ArrayList<NodeRef>();      addNodes.add(addNodeRef);         Map<QName, List<NodeRef>> nodesAdd = new HashMap<QName, List<NodeRef>>();  ...

gizmo16 by Champ in-the-making
  • 288 Views
  • 1 replies
  • 0 kudos

Unable to delete or disable user through share. - SOLVED

Hi all.I'm unable to delete or disable users in Alfresco Community 4.2.0 via the share interface.  I'm moderately technical but am completely stumped and am hoping that someone can help point me in the right direction.Our environment is as follows:Wi...

bens by Champ in-the-making
  • 563 Views
  • 6 replies
  • 0 kudos

windows2012 fresh installs tomcat won't start

I have a brand new, fresh, clean install of Windows Server 2012 That I have installed the community installation on with all the default settings. I noticed a 404 error and saw that the Tomcat service failed to start. The service refuses to start. Th...

viewing the document while editing it

Hi everybody,I'm looking for a way to customise my edit document form, so that I get the view of that document while I'm editing it, could someone get me te the wright way ?thnx all.version 4.2.ewindows

Dynamic custom content model

Hello everybody,I'm working on seeting a dynamic custom content model by creating the xml file containing my model and putting it to company_home/dictionnary/models, the question is how can I set the new model I've created to active using java.ps: th...

ucf by Champ on-the-rise
  • 182 Views
  • 3 replies
  • 0 kudos

Saving variables/data for incomplete user tasks

Hi,My usecase is following : I have a large form (User Task). I'm expecting the user to fill this form over a period of couple of days. I need the ability to save the local variables for the task even though the task might not be complete. There are ...

texens by Champ in-the-making
  • 617 Views
  • 1 replies
  • 0 kudos

Overriding Share Client Side Javascript

I'm trying to override the Share client side javascript for the people-finder.The client side javascript resource for this declared in:  people-finder.get.html.ftl.I have a share extension module that overrides the people-finder.get.html.ftl with the...

vamirr by Champ on-the-rise
  • 447 Views
  • 2 replies
  • 2 kudos

Activiti as standalone with ActiveMQ

Hello everybody,I am working on a project where the aim is to use Apache Activiti as a standalone bpm engine and activate specific process instances through messages from ActiveMQ. From whatever I have read, it looks like Activiti is not integrated w...

vishaluk by Champ in-the-making
  • 350 Views
  • 1 replies
  • 0 kudos

improve performance of alfresco share global search

Hi,I am trying to improve the performance of global search in Alfresco. We have 12 TB of data and 500GB Index. I am using 44GB RAM for Solr index server.Below is the query we are using after customizing search.lib.js to removing the PATH ((test  AND ...