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
0
votes
1 answer

NVM is not detecting node version || nvm use command is not working || Liferay DXP Theme Generator issue

NVM is not detecting installed node version, Trying to change node version from 14.0 to 12.22.2. nvm use 12.22.2 Above command is not working. It showing node V12.22.2(64 bit) is not installed.
Darshan Dalwadi
  • 1,022
  • 7
  • 11
0
votes
0 answers

Failed to upload a Document Library Entry File in Liferay DXP 7.4

I'm currently developing a Liferay portlet that can upload some pdfs and png to the Documents and Media Repository in Liferay DXP 7.4.13 u33. I'm trying to use the static method addFileEntry from the class DLFileEntryLocalServiceUtil. Either in its…
alfilAR
  • 1
  • 1
0
votes
2 answers

How to create a schema and how to build relationship between tables in liferay dxp?

I have done many-many relation between Employee and Department table by using mapped-table attribute ,It was generated third table by name Employee_department, In Employee_department table why liferay generate one extra column by name CompanyId …
0
votes
1 answer

How to use slf4j logger instead of builtin Liferay DXP 7.2 logger in mvc-portlet?

I can't figure out how to turn off the default logger and use slf4j instead of the default in Liferay DXP 7.2 mvc-portlet. A working example would be great. I have already tried: Implementing Logging How to disable XML Log Files in Liferay 7.x Using…
Greg
  • 163
  • 1
  • 2
  • 9
0
votes
1 answer

How to hide Liferay Portal from being index in any of the popular search engine?

We have been using Liferay Portal to serve as Extranet Portal for our company. We can see that our portal being listed in Google's search. We don't want our portal to be shown in popular search engines like Google. However, we still want to keep our…
suyash
  • 1,254
  • 1
  • 15
  • 33
0
votes
0 answers

Errors when adapting an Angular application in Liferay

I'm trying to adapt an Angular 10 application (a hello world application generated by Angular CLI) to run as a widget in Liferay 7.2 (using liferay-js:adapt). When I deploy the jar the browser displays the following errors: Error: The following…
javaxiss
  • 680
  • 3
  • 13
  • 34
0
votes
0 answers

Error publishing on Liferay, No class StagedModelDataHandlerRegistryUtil

I have an error publishing on Liferay. I have 2 patch installed, these 2: de-50-7010, hotfix-6581-7010
manuel_k
  • 575
  • 1
  • 8
  • 22
0
votes
1 answer

Docker Compose For Apache and Liferay Redirect Issue

At the moment, Liferay and Apache servers are manually deployed on servers. I'm trying to start httpd:2.4.39-alpine and liferay/dxp:7.1.10-security-dxp-17-202003-3-202006050913 using Docker Compose on another server, using existing…
GokcenG
  • 2,771
  • 2
  • 25
  • 40
0
votes
1 answer

Bean Portlet in Liferay 7.2 DXP

Has any one created a Bean Portlet in Liferay DXP ? I followed up https://help.liferay.com/hc/en-us/articles/360028708772-Creating-a-Bean-Portlet and executed the command mvn archetype:generate -DarchetypeGroupId=com.liferay…
Parth Ghiya
  • 6,929
  • 2
  • 30
  • 37
0
votes
1 answer

Search in Liferay

I have created one structure which is followed by web content. Structure Contains 2 fields. One is Area name and the second is Zip Code. I stored data in web content followed by this structure. I want to search for data based on zip code or area…
pratik patel
  • 306
  • 5
  • 16
0
votes
1 answer

Seperate logfile for each Portlet in Liferay DXP

In Liferay 6.2 we had a seperate logfile for each portlet inside the tomcat/logs Folder. In Liferay 7.1 we do not have this anymore, all the logs of all the portlets are written to webapps.log. Is there any approach to also have one logfile per…
Philipp Hellmayr
  • 312
  • 2
  • 11
0
votes
0 answers

Unable to find declaration of 'beans' element in spring mvc portlet

We have created a Spring mvc portlet with given application context file:
0
votes
1 answer

Can the ConfigurationAPI in Liferay DXP be used for Plugin sdk portlet?

I have followed given 2 tutorials to use COnfigurationAPI in a Liferay dxp plugins SDK portlet built using Ant/Ivy. COnfiguration API 1 COnfiguration API 2. Below is the configuration class used: package com.preferences.interfaces; import…
Shivam Aggarwal
  • 795
  • 1
  • 11
  • 30
0
votes
1 answer

Third party js issue in DXP

I am trying to use Progressbar js in Liferay DXp custom plugin. It was working fine in 6.2 however it seems to be not working in DXP. I have checked the standalone html with this plugin and it works fine however it is not working with DXP 7.0 I am…
suyash
  • 1,254
  • 1
  • 15
  • 33
0
votes
1 answer

$.cookie is not a function error in Liferay DXP

I am using Liferay DXP version 7.0. Recently we migrated theme from 6.2 to 7.0 While doing so we copied our sources related to jquery apart from jquery js file. We have noticed that there is out of the box jquery available in DXP. So I haven't…
suyash
  • 1,254
  • 1
  • 15
  • 33