Questions tagged [liferay-dxp]

Use this tag to identify that you're using the Enterprise supported distribution of Liferay starting with Version 7.0. Also tag with the appropriate version, e.g. "liferay-7.2".

Liferay DXP stands for "Digital Experience Platform" - it is the enterprise-supported version of , and . In addition to the support is also offers extensions that are useful in the enterprise environment. Use this tag to identify that you're using the enterprise supported release, and remember to also tag the exact version that your question relates to.

The implementation is highly modularized, utilizing .

More information in the more basic and general version-independent tag that can easily go along with this tag.

"Liferay DXP 7.0" was initially released as "Liferay DXP" but later rebranded with the version information in the name (as newer versions were released). This tag has started as being limited to "DXP 7.0", but has been used independent of the exact version (7.0, 7.1, 7.2) for a long time. The updated tag description acknowledges this by asking for the version to be tagged additionally.

93 questions
1
vote
1 answer

Unresolved requirement: Import-Package: com.docusign.esign.api

I was using DocuSign for the digital signature in Liferay 6.2, now we are migrating to Liferay 7.3 with Gradle workspace. In MVC Portlet: I tried with this compileOnly group: 'com.docusign', name: 'docusign-esign-java', version: '2.8.0', and got…
rgore
  • 11
  • 2
1
vote
1 answer

Replacement of renderRequest.getParameter("param") in Liferay 7.x

When I'm using below code getting warning that it's deprecated renderRequest.getParameter("param") Then I used renderRequest.getRenderParameters().getValue("param") as this was suggested by v3.0. But after that getting bellow error at run…
Joy
  • 560
  • 1
  • 8
  • 28
1
vote
0 answers

Log4j MDC with Liferay DXP

We would like to implement Log4j MDC to log user related info in Liferay DXP. So I was trying use Log4j with MDC however there are still dependency issues and I am not sure whether MDC works well with Liferay DXP. Any help is…
suyash
  • 1,254
  • 1
  • 15
  • 33
1
vote
2 answers

How to access and display all Liferay forms from a specific user

We want users to be able to view the forms that they have filled in while they're logged in. How could we use Liferay Forms to achieve this or how could we use DDL to access the forms? We thought to access the user id and then return the forms…
inderbir
  • 43
  • 7
1
vote
0 answers

Get past set up page Liferay DXP 7.1

I've tried numerous ways to set up DXP but none seem to work. I've tried with MySQL and Hypersonic, restarting everything multiple times etc but I'm coming back to one of two errors. If I set up using Hypersonic (which isn't a problem at the moment…
inderbir
  • 43
  • 7
1
vote
1 answer

Can't able to add new language(Thai) in Liferay DXP 7.2

I want to add a new language (Thai) in my Liferay DXP 7.2 but can't able to add. I have followed below steps: Added mapping to web.xml file (LIFERAY_HOME\tomcat-\webapps\ROOT\WEB-INF) I18n…
AritraDB
  • 315
  • 4
  • 13
1
vote
0 answers

How to override VerifyEmailAddressAction in Liferay DXP

Is there any possibility to override or extend the core VerifyEmailAddressAction so that users, after clicking the token email link (with successful verification), are forced to set an initial password? There should be no initial password from the…
Andre Albert
  • 1,386
  • 8
  • 17
1
vote
2 answers

Rolling Logs in LIFERAY DXP

I'm facing an issue while trying to customise Log rolling strategy in Liferay DXP. In portal-log4j-ext.xml file , I wanted to : Create rolling log strategy base on max file size and with the date appended in the end of file name. Create a Daily…
wikimix
  • 457
  • 6
  • 23
1
vote
1 answer

Concurrent API LayoutLocalService.addLayout throws StaleObjectStateException in LayoutSetLocalService

UPDATE Liferay ticket accepted , solution in dev : https://issues.liferay.com/browse/LPS-82954 Situation My context is a parallel import of liferay layouts through a liferay portlet; build with spring. When i´m executing it in Liferay dxp; the api…
André
  • 172
  • 13
1
vote
1 answer

Manually creating a deployable JAR for Liferay

I created a liferay workspace in gradle format and it basically only contains a theme and a TemplateContextContributor-module. Now I want to build a maven "wrapper" around both artifacts to make them compatible with some other…
Manticore
  • 1,284
  • 16
  • 38
1
vote
0 answers

Liferay DXP model listener was calling multiple times for each update ?

The model listener is calling 3 to 4 time for each update in layout., how to avoid this. @Override public void onAfterUpdate(Layout model) throws ModelListenerException { System.out.println("The model lisnters called for layout…
Ravi R
  • 73
  • 1
  • 11
1
vote
2 answers

Liferay DXP Scheduled Tasks on cluster environment?

Need to run scheduler task on cluster environment. If cluster has 4 nodes say, node-1, node-2, node-3, node-4. My scheduler always run on the node-1 only in all cases. Is there any configuration for scheduler task run in particular node only. I…
1
vote
2 answers

How to get Create Account Link in Liferay 7 or DXP form themeDisplay

In Liferay 6 it was possible to get various types of links, for example you could get CreateAccount link from themeDiplay by using themeDisplay.getURLCreateAccount().toString(). Check this link Recently I've migrated to Liferay 7. In my custom theme…
Elyas Hadizadeh
  • 3,289
  • 8
  • 40
  • 54
1
vote
1 answer

Can not add Filipino as a language in Liferay 7

I am having requirement to add below asian languages into Liferay dxp portal. I am able to add the languages except Filipino & Standard Mandarin. Vietnamese Thai Standard…
Dipti Ranparia
  • 570
  • 5
  • 17
1
vote
1 answer

BaseActionableDynamicQuery Upgrading to LiferayDXP

I'm upgrading portlet from Liferay 6.2 to Liferay DXP. I cannot find the BaseActionableDynamicQuery in Liferay 7 API. Thanks
wikimix
  • 457
  • 6
  • 23