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

delete and complete task listener both fire

delete and complete  task listener both fire   in case of complete a userTask ?here i am attached a test.bpmn20.xml in  which  have 2 userTask  a and b.userTask a have a boundary timer event and a also have 2 listener . one is fire when task deleted ...

skverma02 by Confirmed Champ
  • 3585 Views
  • 1 replies
  • 0 kudos

stop permissions inheritance with cmis

I am currently using cmis to communicate to alfresco,and i want to create folders with cmis but i don't like those folders to inherite permissions so how can i do that with cmis? By the way my app is written in java.Thank you in advance

fatma19 by Confirmed Champ
  • 5195 Views
  • 3 replies
  • 0 kudos

Help to make changes online on open office

Hello everyone,I'm on Ubuntu Linux and Alfresco Share v5.2.e.I do not have the "Edit Online" button on openoffice as I have seen on many forums or videos. For my business, there is no question of using Google Docs. So, I would like to have another wa...

evamed by Champ on-the-rise
  • 3979 Views
  • 1 replies
  • 0 kudos

Resolved! Activiti UUIDGenerator can generate a number?

Hi,We have a use case where we generate about 30K workflows every quarter. We are creating workflows, using the org.activiti.engine.impl.persistence.entity.ProcessDefinitionEntity.createProcessInstance(businesskey) API.We are currently using the defa...

gjaya26 by Champ in-the-making
  • 8149 Views
  • 3 replies
  • 0 kudos

Could not load dialog template error. How to fix this?

Could not load dialog template from '/share/service/components/form?itemKind=type&itemId=cm:folder&destination=I am getting this error when i access alfresco from LAN, but this error is not showing when i access alfresco share from my server. This er...

rajiv8495 by Champ on-the-rise
  • 12077 Views
  • 15 replies
  • 0 kudos

Resolved! SDK 3.0 JAR dependency

Hello,I need to build a jar module with SDK 3.0 which contains a 3rd party dependency (jar file). Where do I need to place the 3rd party jar so that it is contained in the jar module I am creating?Thanks for any advice.

qwertz by Confirmed Champ
  • 5098 Views
  • 1 replies
  • 1 kudos

Resolved! How to fix the error "npm ERR! Peer dep missing: @ angular ..."?

Hello everybody. Did everything according to the instructions. With the command "npm start" I receive messages:npm ERR! peer dep missing: @angular/common@^2.2.0, required by @angular/material@2.0.0-beta.1npm ERR! peer dep missing: @angular/common@^2....

varlok by Confirmed Champ
  • 33152 Views
  • 5 replies
  • 3 kudos

Uploading file using ColdFusion function

http://127.0.0.1:8080/share/page/folder-details?nodeRef=workspace://SpacesStore/749d7a90-71da-48b8-91be-e9323f4481da/ is the path of my folder in alfresco and I need to upload a file using ColdFusion function but i cannot upload the file. Is this pat...

nani_satya by Champ in-the-making
  • 3256 Views
  • 1 replies
  • 0 kudos

Resolved! Using ADF Search with Task/Process Instance List

There are examples of using Search with Document lists but I am trying to bind an ADF Search component to one or more Task lists on the same page.The scenario, I have a My Tasks, Queued Tasks, Involved Tasks tables on the one page (one above the othe...

gdharley by Elite Collaborator
  • 5369 Views
  • 1 replies
  • 0 kudos

Resolved! Process Parsing to add task listeners

I am trying to hook into process parsing to add task listeners to all tasks. I tried the following config:      <bean id="processEngineConfiguration"          class="org.activiti.engine.impl.cfg.StandaloneInMemProcessEngineConfiguration">            ...

mprakash by Confirmed Champ
  • 7442 Views
  • 4 replies
  • 0 kudos

Resolved! Additional index over a Network-Share

I'd like to index an extra drive. So not only the <alf_data>/contentstore but also a netshare which is mounted at /mnt/. This is a folder from my old "DMS". Only storing old documents like PDFs, DOCs, XMLs, and so on. Is anything like this possible?

spawn by Champ on-the-rise
  • 9212 Views
  • 5 replies
  • 2 kudos

Alfresco 5.2 log bean and Sqlmap.xml errors

Im having a hard time getting alfresco 5.2 to work due to the following errors.  My current configuration is as followed:Alfresco 5.2Sql server 2012solr 6Here is the error im seeing that i cant get past.alfresco.log:::2017-06-25 22:46:16,574 INFO  [o...

Resolved! External calls to AOS

Hello community, I have a question concerning external calls to AOS (Alfresco Office Services). By external calls I mean a business application that uses Alfresco as a purely backend repository, would like to be able to have an equivalent to "Online ...

gluck113 by Star Contributor
  • 11626 Views
  • 4 replies
  • 4 kudos

How to login into share using ticket ?

I want to login into share based on the ticket, so far I am trying and use this project https://github.com/Redpill-Linpro/share-ticket-login but I can't able to do login, so please suggest me any changes in share for login based on the ticket.Thanks ...