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: Member Etiquette Guidelines - Hyland Connect - 482975How to Report Security Issues for AlfrescoAlfresco Community Edition 25.2 Release Notes - Hyland Connect - 491551 Useful resources: Alfresco, Community ...

ttoine by Community Manager
  • 624 Views
  • 0 replies
  • 0 kudos

How to reset aikau form field values?

var myForm = {            name: "alfresco/forms/DynamicForm",            config: {              setValueTopic: "SET_FORM_VALUE",              widgets: [                {                  name: "alfresco/forms/controls/TextBox",                  confi...

manav by Confirmed Champ
  • 3576 Views
  • 1 replies
  • 0 kudos

Resolved! Is Tomcat Security Manager supported?

HiA security company has performed security checks on Alfresco and they have noted that Tomcat Security Manager has not been enabled. Can someone confirm whether Alfresco works reliably with Security Manager enabled?We are currently running Alfresco ...

ibar78 by Champ in-the-making
  • 4395 Views
  • 1 replies
  • 0 kudos

Query regarding- Maven Build into alfresco and share wars

Hi,I have setup the repo and share Maven projects for the latest Alfresco 5.1 Community Stack. I am able to build my custom code into amps, respectively for repo and share projects.I am used to build the custom project directly into the alfresco.war ...

paiyyavj13 by Star Contributor
  • 4532 Views
  • 3 replies
  • 0 kudos

Resolved! OpenSSL Related Error in CE 5.1 and 5.2

HiI have written a bash script that uses SCP to copy files to another server on the same LAN.Eg. scp /opt/alfresco_associated/tomcat/temp/Alfresco/_source_4939853286195544661.tiff ocruser@10.16.0.6:/opt/ocr/data/temp/eng_119045725.tiffIf I execute th...

villdre by Confirmed Champ
  • 8529 Views
  • 3 replies
  • 0 kudos

Resolved! Asnyc ServiceTask & ErrorBoundaryEvent

I have build some serviceTask in my bpmn,and I'm using ErrorBoundaryEvent to auto catch error,because the serviceTask could take some minute,so I set async to "true",but then I found the ErrorBoundaryEvent couldn't work properly in async sitution any...

jxlanxin by Champ in-the-making
  • 5429 Views
  • 2 replies
  • 0 kudos

How to search within an Alfresco "ClassicWindow".

My application creates a new custom, Alfresco ClassicWindow that contains a listof items from which the user may select.I would like to provide the ability for the users to search within this list/page (similar to CTL-F) in a browser.I would apprecia...

art99trash by Star Contributor
  • 2892 Views
  • 1 replies
  • 0 kudos

Resolved! REST Call Put method with request mapping

Hello everyone,I want to update several variables existing in an array with REST Callendpoint : api/runtime/process-instances/${id}/variablesMethod : PUTBut in Activiti only we are allowed to update one variable because of the request mappingI am usi...

bhchemss by Star Contributor
  • 12809 Views
  • 9 replies
  • 2 kudos

How to migrate data from different Ftps as datasource

Good Afternoon sir, my name is Alejandro and I'm a software engineer student From Cuba. I'm working in my thesis and right know i have a situation and I cant find a proper solution to my problem. So sorry to disturb you, i know that you are a very bu...

alex90 by Champ in-the-making
  • 3077 Views
  • 1 replies
  • 0 kudos

How to customize the site-finder page

Hi guys,I made some changes in creating / editing sites by adding a new field. This field will work as a categorization and is a simple text field and I am using an aspect to add this new field.Now I would like to customize the page of the site-finde...

can't use Activiti-Modeler after compiling

Hallo I compiled Activiti-Explorer Code in Eclipse. No Error.  when i take the WAR in Tomcat , I can open Activiti-Expolorer , but i can't use Activiti-Modeler.  When i open Activiti-Modeler ,shows such pages.What is the problem?

wangqf123 by Champ in-the-making
  • 5006 Views
  • 3 replies
  • 1 kudos

Error boundary event did not work

Hi,I'm trying to handle exceptions from a subprocess with a parallel gateway. I expect the subprocess to run into and endEvent with failure, but it didn't. The process is defined as follows:<?xml version="1.0" encoding="UTF-8"?><definitions xmlns="ht...

How to set none permit to a file in the a site?

Hello expert!     as we known,Consumers have read rights in a site.the read rights include read properties,read content,read children. I have two files called file A and file B in folder C,I want user D to have read right to file A,but have none righ...

brucezhou by Champ on-the-rise
  • 3464 Views
  • 1 replies
  • 1 kudos

Alfresco activiti and external Rest Api

How to submit a xm request to Alfresco activiti through external Rest Api.Once request is received in Alfresco Activiti, workflow should be started.can you please help on this which Api will be needful and how can do authentication. 

How to get list of files getting uploaded in share

Hi,I am trying to add custom properties to the uploaded file and i have a custom web-script that can update the file properties once files are uploaded. In order to call that webscript on "upload" button in share, i need to know all the files that ar...

Can i pause the DnD Upload window

Hi All,I am trying to add custom metadata to uploaded files and want to know if i can pause the DnD upload form to force user the fill out the custom metadata form. Once the form is filled, i can use an "upload/submit" button to resume the operation....