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

SSL error in catalina.out

I have spent the last day or so trying to debug an issue I am having between Alfresco and SOLR.  I have searched the web and seen much about SSL errors and read many relevant posts.  I have tried all the following to resolve a SSLHandshakeException E...

dkeidel by Champ in-the-making
  • 11068 Views
  • 6 replies
  • 0 kudos

Can't Create User Groups

It would appear as though the ability to create user groups in the trial version is limited. Is this a glitch or is it intentional? I can't find any documentation to this end thus far. Thanks.

erinleland by Champ in-the-making
  • 7767 Views
  • 5 replies
  • 1 kudos

Nullpointer DefaultProcessDiagramGenerator

Hi, I am Using Activiti 5.22 and I want to create a process diagram using the DefaultProcessDiagramGenerator. When I call the generateDiagram Method I get a NullPointerException.Caused by: java.lang.NullPointerException at org.activiti.image.impl.Def...

kroninho by Champ in-the-making
  • 4157 Views
  • 1 replies
  • 1 kudos

How to set locale specific context to activiti jars

Hi, we use ACTIVITI 5.16 version jars for our solution.I wanted to ask, is there any way to set locale context somewhere in the config file of activiti files or while calling activiti methods so that we get locale specific error message in case of an...

tkhopoli by Champ in-the-making
  • 3946 Views
  • 1 replies
  • 1 kudos

Date Picker Control?

HiI have disabled  the previous dates in workflow calendar, hence the same format is reflecting in the metadata date calendar format. Kindly help me to get back the original calendar format in metadata date calendar format.RegardsVinutha M P

vinutha by Champ in-the-making
  • 7847 Views
  • 6 replies
  • 0 kudos

Create custom Table

Hi,I have developed Alfreco/Angular app and i need to store user settings/preference in order to customize dashboardThere is no link with Alfresco data or alfresco dashboardIs-it possible to store this kind of data in new custom Table in Alfresco dat...

Shall we access the comments of a node from CMIS object Id?

In my application, we connect/access Alfresco repository using CMIS api.There is a recent requirement - I have to access and manage the comments on a node (document).I chose to use Rest API to access the comments through (existing) web scripts. I see...

sepgs2004 by Star Contributor
  • 3895 Views
  • 1 replies
  • 0 kudos

Resolved! Activiti REST Call - Issue

Hi All,I have taken activiti war files from the activiti 6.x and run them in my tomcat. I am able to login into Activiti App in browser using the credentials: admin/test (https://www.activiti.org/userguide)It works fine.. Now, I would like to test th...

Accessing a version NodeRef via Alfresco REST Api

Hi All!I am migrating Media Wiki from using Alfresco Web Services to use Alfresco REST so that ACS 5.2 (or higher) can be used.  The challenge I am facing is how the URLs where stored in Media Wiki for accessing versions within ACS.  When using Web S...

bigs4321 by Champ in-the-making
  • 4723 Views
  • 2 replies
  • 0 kudos

set subprocess name

I have a Process Definition that makes a number of different calls to a subprocess via Call Activity,  as the subprocess is called multiple times for many different reasons, I'd like to be able to set the 'Name' for each instance of the called subpro...

peteth by Champ in-the-making
  • 6094 Views
  • 4 replies
  • 1 kudos

Decode in Java webscript

Hello All,I am calling a java webscript from a ftl. var uri = Alfresco.constants.PROXY_URI+"/vs/insurancetype?" + encodeURIComponent("company="+companyValue+"&insurancetype="+insuranceValue);this.register = function () {Alfresco.util.Ajax.jsonGet({  ...

how to release the disk space taken by 'download-as-zip'

I'm using alfresco community edition 5.2.g, which has the download-as-zip api. ( alfresco/api/-default-/public/alfresco/versions/1/downloads/ ). Each time the API is called, alfresco seems to create a temporary node in data space. When there are tens...

sunjian_xy by Champ in-the-making
  • 7096 Views
  • 4 replies
  • 0 kudos

Custom Folder Type

I have created custom folder with custom type with the help of onNewFolder action.Just changing itemId.Custom folder have field like field1,field2 etc.... There is no cm:name property in that custom type.Node is created but name is something like 'c3...

sp2 by Elite Collaborator
  • 8472 Views
  • 6 replies
  • 0 kudos

Resolved! How to disable 'Rename' option in documentLibrary

Hello All,I want to disable the 'Rename' option in documentLibrary. I tried solution on this URL -repository but did not work for me. Also, I did not get the how the data is generating on the document library. I already check ftl - "doclib-simple-met...