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

Fetch All Tasks Associated with Deployed Process

I am using activiti 6 APIs where I am able to deploy a particular process using the following code:<code> RepositoryService repositoryService = processEngine.getRepositoryService();        repositoryService.createDeployment()                .addClass...

koolanky by Champ in-the-making
  • 2813 Views
  • 0 replies
  • 0 kudos

Error while installing rm amp

Hi, I am trying to install  "alfresco-rm-community-share-2.6.c.amp"  in windows . When i am running apply_amps.bat , its giving error that "The system cannot find the file specified" . Even force installation did not helped.Do anyone have any advice,...

How to create custom roles inherited from parent folder?

Hi,I have a problem with creating custom roles in Alfresco. Currently I have two custom types of content:acme:documentTKacme:documentDSWhat I need to do is create custom Customer role for each type:CustomerTKCustomerDSUser with role CustomTK should h...

mgralien by Champ in-the-making
  • 7394 Views
  • 4 replies
  • 0 kudos

Resolved! Alfresco ECM Community edition 5.1 Smart Folder

I am working with smart folder in Alfresco and have created a model and the .json file for it as well.After uploading the .json file on the smart folder templates, it does create the smart folder as mentioned on the file.But when i do view details an...

activiti 7 demo throwning below error.

Hi,we are trying to running activiti 7 demo in local environment.we have started spring boot application in local but while hitting url it will throw below error:can anyone suggest to resolve this error?we have downloaded package from below URL GitHu...

Resolved! scrollable adf-datatable

Hi,I'm creating my extension that includes adf's datatable component for displaying a list of data. however the data displayed is not scrollable (i've done pagination, still require scrolling) . Referring to the documentation, i tried adding a proper...

abbask01 by Star Collaborator
  • 9873 Views
  • 5 replies
  • 1 kudos

Retrieve data

I created some objects of a custom type and I' m trying to retrieve some data about them. I tryed art 3: Working with Content Programmatically from jeff tutorials ( Working With Custom Content Types in Alfresco | ECMArchitect | Alfresco Developer Tut...

Resolved! Deploy Alfresco with Docker and MySQL

Hi, I'm working on Alfresco, and I'm building a lab with docker and using the docker_compose file that is available in github (https://github.com/Alfresco/acs-community-deployment/blob/master/docker-compose/docker-compose.yml ) . However I need to ch...

How can store search-box value in cookie/localstorage ?

Hiii Everybody!I want to save the typed value in the search-box in a cookie or localstorage of my browser . I tried to custom the .../header/header.js file but i can't get any result. Have you any idea about this issue please .Thks for your response

youbfresco by Champ on-the-rise
  • 2418 Views
  • 0 replies
  • 0 kudos

getSession() CMIS

I'm trying to write the getSession function, and I'm facing a problem  in getting authenticated user password.public Session getSession() {if (session == null) { // default factory implementation SessionFactory factory = SessionFactoryImpl.newInstanc...

How to set classpath for activiti-engine ?

Hello,I am running activiti inside a Spring container, in order to run Groovy scripts.In my scripts, I would like to add import statements to some other Groovy classes of mine, but the underlying GroovyScriptEngineImpl is not capable of resolving the...

louisp by Champ in-the-making
  • 3072 Views
  • 0 replies
  • 0 kudos

Error updating database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '6689' for key 'PRIMARY'

Hi Team,We are using activiti as an rest service with docker, while updating the task through activiti rest API we are getting below issue.### Error updating database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException:...

Alfresco 6.1 Caching Content Store Error

I have an Alfresco 6.1 platform project to enable a caching content store. I am facing the following error while deploying the project:Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory...

customizing share page

I notice that there are multiple ways to link to a document:- on the actual document page titled "Copy this link to share the current page" and/or "Copy this link for the WebDAV URL".- the other link is from the share icon off the document in the fol...

resnicke by Champ in-the-making
  • 11037 Views
  • 2 replies
  • 0 kudos

Behaviour

Is it possible to create an instance of a behaviour in another class ?