Questions tagged [alfresco-maven]
59 questions
0
votes
1 answer
initialization problem of the application context of the API alfresco repository version 6.X or 7.X
When I want to initialize the application context of the Alfresco repository version 6.X or 7.X (I have tested the latest version 7.78 and the version 6.57), I have these errors:
Configuration problem: Failed to import bean definitions from URL…

Compiii
- 1
- 1
0
votes
1 answer
Cannot find class org.alfresco.web.config.WebClientConfigBootstrap in Alfresco
Not build app for Alfresco 5.2 in ide Eclipse.
How to fix?
Error log after attempting to build the application:
FAILURE! - in com.eisenvault.demoamp.test.DemoComponentTest
testChildNodesCount(com.eisenvault.demoamp.test.DemoComponentTest) Time…

RedSpace
- 63
- 1
- 8
0
votes
0 answers
How to prevent Alfresco transforation server application to stop:
The transformation server goes down after 5-6 months. The temp files in tomcat\temp is not released event after the server stop. So we have only one option is to reboot the server.
15-Nov-2018 14:33:48.919 WARNING [localhost-startStop-2]…

madhepurian
- 271
- 1
- 13
0
votes
2 answers
Unable to execute mojo: Unable to find artifact - Alfresco SDK 3.0
I am trying to setup Dev environment for Alfresco Community using Alfresco SDK 3.0.
I have created an all-in-one project, ran the run.bat as mentioned in the documentation and everything ran as expected.
Now, my actual project uses a similar…

Sara
- 603
- 8
- 19
0
votes
1 answer
Build Activiti App from sources
I'm using Activiti 6.0 avaliable in 6.x Download ( https://www.activiti.org/get-started). I saw some bugs was fixed only in sources, so I thing that i shoud build own release to deploy at my tomcat.
I’m trying to build (Make Activit-app.war,…

Itamar Ribeiro
- 27
- 10
0
votes
1 answer
Off / Disable Inheritance Permission from Custom folder
I am trying to create a custom folder in Create menu of Document Library called 'Confidential Folder' in Alfresco. I've attempted the following procedure,
I have used the Alfresco Maven SDK to create a project that will package up my customizations…

S.Mayuri
- 1
- 4
0
votes
0 answers
Alfresco share customization to create a page within share for alfresco 5.X
Alfresco 5.x have been built on top of maven where earlier it was ant.
Can anyone suggest how do i create share page in the alfresco 5.x
Till now we have tried creating page using the below documentation in…

Rahul
- 1
- 1
0
votes
1 answer
java.lang.ExceptionInInitializerError at org.alfresco.trashcan.TrashcanCleanerTest.(TrashcanCleanerTest.java:67)
How can I solve
java.lang.ExceptionInInitializerError
at org.alfresco.trashcan.TrashcanCleanerTest.(TrashcanCleanerTest.java:67)
I pulled down https://github.com/Alfresco/alfresco-trashcan-cleaner-module and ran mvn clean install
It…

Ahmed Owian
- 76
- 6
0
votes
0 answers
Your authentication details have not been recognized or Alfresco may not be available at this time
Your authentication details have not been recognized or Alfresco may not be available at this time. Any idea what's wrong?

karuppasamy
- 11
- 7
0
votes
4 answers
How to do Alfresco using Alfresco SDK3.0
I am working in an IT Company and I need to learn Alfresco.
Using Apache CMIS I am able to do all operations like creating folders, creating documents, creating links to these, etc.
Now I need to do these operations using Alfresco's API. I did…

Md Noorshid
- 107
- 12
0
votes
1 answer
How to do Alfresco Using Alfresco Web Service
i am working in a IT Company and i need to learn Alfresco. Using Apache CMIS i am able to all operations like Creating Folder, Creating Document, Creating Link of Folder and Document and blah blah.
Now I need to do all the operation using alfresco…

Md Noorshid
- 107
- 12
0
votes
1 answer
What is the right way to customize Alfresco 4.2.2 Enterprise?
Some times ago, I used Alfresco 5.2 CE. When I needed to develop some kind of customization, I used the Alfresco Maven SDK with three different Maven archetypes, it was:
Alfresco Repository AMP;
Alfresco Share AMP;
Alfresco all-in-one (AIO).
By…
user1134181
0
votes
1 answer
connect to alfresco 2017 using alfresco-web-service-client
I am using alfresco-web-service-client 5.0.a, I am trying to login into alfresco-community 2017 which is deployed at : localhost:8081/alfresco.
This is what I've done so far :
import org.alfresco.webservice.authentication.AuthenticationFault;
…

Ayoub SADIKI
- 27
- 2
- 6
0
votes
1 answer
Content model failled when dynamic deploying
I have this contentModel file located in alfresco models repository.

nmalloul
- 83
- 1
- 11
0
votes
1 answer
Authentification error on a XMLHttpRequest
I'm trying to get a JSON string given by http://localhost:8080/alfresco/api/-default-/public/alfresco/versions/1/people
So I wrote this code :