Questions tagged [alfresco-maven]

59 questions
0
votes
1 answer

apply share extension module Alfresco automatically(without explicitly selecting and applying)

After every deployment,I have to apply share extension modules explicitly in Alfresco share URL(http://localhost:8081/share/page/modules/deploy).Is there any way these modules get applied in order required(Soon after,as we deploy amps).
0
votes
2 answers

Remove field from user profile in alfresco community

I am using alfresco community 5.0.d I want to remove google username field from the user profile. So far, I found the file that handles this form, userprofile.get.html.ftl and userprofile.get.js. Now as I comment out the div tag for google username…
nikhil84
  • 3,235
  • 4
  • 22
  • 43
0
votes
2 answers

Workflow assignee search result in alfresco community 5.0.d

I'm using Alfresco Community 5.0.d and I trying to change the search picker result of workflow assignee. Let me know how to achieve this. Refer to below screenshot. I want to change the search result coming in this picker. Please let me know the…
nikhil84
  • 3,235
  • 4
  • 22
  • 43
0
votes
1 answer

Client-side changes don't apply after deployment the AMP

I made changes to the people-finder.js script to change the sort order, and locally everything works well. To override the functionality, I used the following directory structure and Maven-based SDK to generate AMP file: As I expected, locally…
user1134181
0
votes
1 answer

How to override client-side JavaScript in Share tier?

My question was started here: Is there a way to control the sorting order in the user's search interface? I have found that I can to control the sort order by using people-finder.js This script included in the FreeMarker template…
user1134181
0
votes
1 answer

Is there a way to control the sorting order in the user's search interface?

I'm developing AMP file for the Share tier and I want to override the search order. Currently, the sorting performed by fullName. In my case I need sorting by lastName. In people-finder.js I found this line: ... /** * Build URI parameter string for…
user1134181
0
votes
1 answer

Context initialization failed in alfresco community

I'm using alfresco community 5.0.d and suddenly I'm getting below error in catalina.out while logging in to http://127.0.0.1:8080/share/page/ where else http://127.0.0.1:8080/alfresco is not opening and showing page not found error (404). Error in…
nikhil84
  • 3,235
  • 4
  • 22
  • 43
0
votes
1 answer

Building alfresco.war and share.war using alfresco All-in-one (wars)

I have went through the Alfresco All-In-One sdk steps and I am able to generate the share.war but not able to generate alfresco.war. It shows only the folder structure as shown in above site. How can I generate alfresco.war? Whats repo.war? How to…
nikhil84
  • 3,235
  • 4
  • 22
  • 43
0
votes
1 answer

How can I get the document status with a javascript application or CMIS In Alfresco

how can I get the document status with Javascript application or CMIS. I mean if it was approved or rejected in a Workflow.
0
votes
0 answers

Alfresco share customization with maven SDK

I am newbie to alfresco and my requirement is to make customization in existing modules (out-of-the-box) feature in alfresco,I trying to change in discussion forum with taking Alfresco Maven SDK. So please anyone tell me that is that I am going on…
Bhaumik
  • 35
  • 1
  • 6
0
votes
1 answer

How add alfresco extension to project which is build on alfresco maven sdk?

Suppos that repo and share module were generated from maven alfresco archetype as described here. And now it needed to install one of alvex addons. It is clear that jars/amp can be build from sources, but what to do with this? Where to put they in…
Cherry
  • 31,309
  • 66
  • 224
  • 364
0
votes
1 answer

Refer custom alfresco content Content Model in maven project

I am using the alfresco repo archetype maven project (alfresco maven SDK 2.1.1) and have a custom alfresco content model defined. In my custom alfresco content model, I need to use/refer an aspect defined in another alfresco content model from a…
Kavi
  • 41
  • 1
-1
votes
1 answer

how to implement alfresco custom login component

I'm Following This Tutorial On Alfresco's Platforme and I'm Stuck at this point You would typically connect to the remote authentication mechanism to verify username/pwd... this link to the tuto : Authentication
-3
votes
1 answer

How to add custom form and insert data into database in alfresco 5.2

In my alfresco project have requirement for add custom form and data will be store in database. I would like to submit one form having user name & password fields in it. After click on submit button how can I handle request in backend so it will use…
1 2 3
4