Questions tagged [alfresco-maven]

51 questions
3
votes
3 answers

I need to create a model like a sql table on alfresco

I need to create a model for cities that contains only the fields id, city name, like a sql table but without creating a file that is not inheriting any Alfresco model (content, folder, etc). I can do that? or it is obligatory to inherit from the…
yussenn
  • 447
  • 1
  • 4
  • 11
3
votes
1 answer

How can I define specific jar in pom.xml to be deployed to TOMCAT/lib folder?

Within my deployment procedure I need to deploy specific jar to TOMCAT/lib folder instead of default deploy location WEB-INF/lib. Is there a way to specify this to Maven pom.xml so that I don't need to think of this jar alone? Specific project is…
Miki
  • 2,438
  • 2
  • 26
  • 35
2
votes
3 answers

Maven Surefire plugin missing?

So I have a problem, I'm following the tutorial Working with Custom Content types in Alfresco but i get a maven problem when I try to install the program. It tells me there is a problem about the maven surefire plugin as shown here : …
JackA
  • 563
  • 6
  • 22
2
votes
2 answers

Alfresco community to listen to https

I am using alfresco community 5.0.d and its installed on AWS. I am able to use it via http but I am not able to use it via https. I have added security listener to https in AWS and also modified alfresco-global.properties as…
nikhil84
  • 3,217
  • 3
  • 19
  • 40
1
vote
0 answers

Alfresco content search inside current folders or it's childs

I want to customize Alfresco share in such a way, where I can search contents from specific folder or it's child folders only. If I am searching document inside XYZ folder of particular site the it should search documents within that XYZ folder or…
1
vote
1 answer

Check the Alfresco Endpoint URL is available or not in Java

Hi I have created a Lambda function and trying to check one of my endpoint URL(Alfresco process) is available or not while checking the URL availability the code perfectly working for http URL not for HTTP'S. My requirement is i have to send the…
Mohan vel
  • 317
  • 1
  • 14
1
vote
0 answers

Where to place custom web.xml in Alfresco SDK 3.1

I need to customize the web.xml and have it inside my custom jar. I have tried placing the web.xml in path "/project/src/main/resources/META-INF/resources/WEB-INF/web.xml". But after deploying the jar, changes are not reflected. Sample changes: I…
1
vote
1 answer

How to get all the site feeds from alfresco site?

1.Below lines of codes returning max 30 feeds only siteFeeds = activityService.getSiteFeedEntries("testSite"); 2.Below lines of codes returning max 30 feeds only. List activityFeedEntities =…
madhepurian
  • 271
  • 1
  • 13
1
vote
1 answer

How to setup alfresco's latest community version using maven?

Currently only org.alfresco.maven.archetype:alfresco-platform-jar-archetype 3.0.1 which installs 5.2.f version is available through the command:mvn archetype:genresco:-Dfilter=org.alfresco
She
  • 343
  • 2
  • 16
1
vote
1 answer

Alfresco solr tracking failed

So in term of chronology of my project : I generated an alfresco maven repository with mvn archetype:generate -Dfilter=org.alfresco: (Alfresco Platform JAR archetype) then I added a custom content model XML file in…
JackA
  • 563
  • 6
  • 22
1
vote
1 answer

Not enough space, maven

So I'm doing this tutorial but when I try to run my Alfresco maven repo it tells me : C:\Users\admin\Desktop\tutorial_home\content-tutorial-repo>run.bat Error occurred during initialization of VM Could not reserve enough space for 2097152KB…
JackA
  • 563
  • 6
  • 22
1
vote
2 answers

Should I make backups when deploy AMP?

I want to make a little customization of the Share tier. For this purpose I have prepared the relevant AMP file in which override some current properties. I know how to do it in another way, but I interested in that way. Should I make any backups…
user1134181
1
vote
1 answer

Failed to execute script in Alfresco community 5.0.d

I am using Alfresco Community 5.0.d and facing below error. LuceneQueryParserException with findSites() org.alfresco.repo.search.impl.lucene.LuceneQueryParserException: 00180032 at…
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
  • 688
  • 11
  • 26
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.
  • 3
  • 2
1
2 3 4