Questions tagged [alfresco-maven]

59 questions
1
vote
2 answers

Is Alfresco 4.2.x compatible with Alfresco SDK 3.0.0-beta-4?

I am trying to build a module for Alfresco Share 4.2.2. According to compatibility matrix Alfresco 4.2.x is only compatible with Maven SDK 1.1.x. However, when I create an amp executing mvn archetype:generate…
newzad
  • 706
  • 1
  • 14
  • 29
0
votes
0 answers

Alfresco Community Edition 6.2 - Login Issue

I have login issue with Alfresco Community Edition 6.2 where the logging of users is taking more than 3minutes to login to Alfresco. When I tried to upgrade from Alfresco 5.1 to Alfresco 6.2 in Windows Server, this login issue is shown in log file…
0
votes
0 answers

Add metadata via REST API Call in Alfresco Community

Is it possible to add different metadata to a document via rest call? thank you I tried to upload a document to alfresco using rest call but now i want to add some metadata to that document and search for it by its properties.
freeez
  • 1
0
votes
0 answers

Find list of unencrypted nodes from Alfresco Content store

I have tried to query my DB to find nodes that are unencrypted that are not in alf_content_url_encryption. Due to the large volume of data (in the millions) it has returned an error. I am looking to create a Java Backend to do this but am unsure on…
0
votes
1 answer

Alfresco content services - Extentions/AMP/customization - How does it work?

I have recently started learning about Alfresco Content Service. I have some questions: My understanding is that the standard way to add customization is to create AMP's. Why create an amps for each customization instead of adding it directly to…
Eyzic
  • 60
  • 4
0
votes
1 answer

how to add custom properties to a file when uploading it in alfresco

I use the CORE API of Alfresco to upload a file my version of alfresco is Community - 6.1.2 I have a spring boot project that upload a file in alfresco and I want to add some custom properties Here is my code URI uri = new URI(endpoint + nodeId…
0
votes
0 answers

Customize workflow alfresco multiple assignee

I'm try multiple assignee from link The workflow starts a problem. and Model has error Model error: WARN (searcherExecutor-21-thread-1-processing-x:alfresco) [ x:alfresco] o.a.s.AlfrescoSolrDataModel Model not updated: exwf:workflowmodel …
nicorobin
  • 31
  • 5
0
votes
1 answer

"java.net.SocketTimeoutException: Read timed out" While running ECM Architect Tutorial 1 for Alfresco

I am doing the Tutorial #1 for Alfresco from the ECM Architech website. Maven downloads all dependencies and compiles the project. Docker also starts. But eventually, it gets stuck with the below error stack: docker-maven-sdk-tutorial-ass-1 |…
Vipul Swarup
  • 323
  • 3
  • 17
0
votes
1 answer

OCR files on Alfresco using pypdfocr

I can't OCR files on Alfresco using pypdfocr. Hello everyone, I'm starting with Alfresco and I'm having some difficulty configuring pypdfocr in Alfresco and using it. I installed Alfresco on an Ubunto 18.04.5 LTS, using this: wget…
Tery K.
  • 13
  • 3
0
votes
1 answer

How do I setup/edit Alfresco Source Code from the Github Repo

im completely new to working with open-source software and at the moment I am very lost. I understand that the source code is located in the Alfresco repo on Github(https://github.com/Alfresco). What I'm trying to do is aquring Alfresco Community…
0
votes
1 answer

How to attach a file to emails? Alfresco

How do I attach files (for example, workflow packageItems files) to an email? I tried to use this code, but the files are not being attached. What am I doing wrong? How to attach a file to the email? 1.SendEmailDelegate …
Gercio_J
  • 32
  • 7
0
votes
0 answers

Document Version Alfresco Community 5.2

I am new to Alfresco. I have the following problem: Retrieve the version of an Alfresco document (.docx). Display the version to the user. Allow the user to choose the new version, then modify the Alfresco document by inserting the chosen version…
Leo
  • 1
0
votes
1 answer

Detecting custom user actions in alfresco

Is it possible to identify which custom action button has the user clicked on an Alfresco document library page? I would like to recognize this in java class and do some action or condition.
MomciloU
  • 1
  • 1
0
votes
0 answers

Moving content from one content store to another in Alfresco

I have two content store defined in content-store-selector-context.xml file . First one is default content store and another content store in different physical location(storeB) . Once in month i need to move files from default conent store to into…
0
votes
2 answers

How can i append a pdf into another? Alfresco

How can i append a pdf into another? I tried using this code, but I am getting java.lang.NullPointerException when i try to getContentInputStream. what am I doing wrong? How can I attach one pdf to another? PDDocument pdfTarget = null; InputStream…
Gercio_J
  • 32
  • 7