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
4
votes
2 answers

Start up Issue - Liferay 7.1.2 GA3 -javax.servlet.ServletException

I am facing issue in startup of Liferay 7.1.2 GA3 (CE) with Mysql 5.7 db in Windows environment. It is restarted properly with hypersonic mode but connecting with mysql throws these error. I tried downloading new tomcat and drop and recreate the…
Gnaniyar Zubair
  • 8,114
  • 23
  • 61
  • 72
4
votes
1 answer

Liferay Service Pack and Fixpack

Is latest service pack installed If I install latest fixpack? Currently I install latest fixpack, but i check the service pack version, it ist not the latest service pack. in other words: does the latest fixpack contain the latest liferay service…
suatCoskun
  • 812
  • 2
  • 10
  • 14
4
votes
1 answer

Storing a Liferay 7 portlet preference using a JSF selectOneListbox

I'm upgrading a JSF portlet we had in Liferay 6.2 to Liferay 7. The portlet displays a list of icons and a selectOneListbox used to control how those icons are displayed.
Sechanris
  • 232
  • 1
  • 9
3
votes
3 answers

How to integrate Liferay DXP with Apache POI?

I'm trying to integrate Apache POI in Liferay DXP(OSGi), but unable to resolve dependencies with POI 3.17 version in gradle project. I've created standalone project with below JAR's :…
Ashish Dadhich
  • 4,737
  • 4
  • 17
  • 25
3
votes
2 answers

Basic resources not available in Liferay 7?

I've been transitioning a portlet from Liferay 6.2 to a bundle for Liferay 7. When I deploy it, it can't load, because of a missing resource: $ blade sh diag 1084 diag 1084 org.mycompany.caasd.portal-ldap-sync [1084] Unresolved requirement:…
Sechanris
  • 232
  • 1
  • 9
3
votes
1 answer

How can we override liferay module in liferay7?

I am very new to liferay 7 ,actually we are migrating liferay 6.2 to liferay-7 ,in the 6.2 we are using ext to override the action class but in the liferay-7 I am getting some cofusion,could you please help me out. The main theme of my ext is :…
PVBRaju
  • 95
  • 1
  • 1
  • 11
2
votes
2 answers

Liferay DXP Frontend Hot Deployment

I would like to do a Hot-Deployment of the Front-End-Code (HTML, CSS, JS) of some Portlet so development time can be saved and not the whole Portlet needs to be redeployed. The Portlet is a .war File. In the good old Liferay 6.2 this was simply…
Philipp Hellmayr
  • 312
  • 2
  • 11
2
votes
1 answer

Enable Transitive dependencies in Liferay DXP Gradle

I have written code for Google Analytics API in Liferay DXP. I have imported the following jars by writing them in build.gradle compile group: 'commons-logging', name: 'commons-logging', version: '1.1.1' compile group:…
Dhruv Pandey
  • 482
  • 6
  • 18
2
votes
1 answer

Liferay Embedded portlet does not call render function

I have looked everywhere for this bug and I have seen no other issue Currently I am using Liferay 7.0 and I embedded my portlet in a web content template like so:
2
votes
1 answer

Liferay DXP (7.0) refuses to reindex

I'm working on a portal where I'm responsible for the searching. I'm using for example JournalArticleIndexerPostProcessor, to add custom fields in the index... After reindexing a lot of data (full - reindex), I noticed my code was being stale /…
Kornelito Benito
  • 1,067
  • 1
  • 17
  • 38
2
votes
1 answer

Liferay 7 DXP EE Form Email Formatting

I've created a new custom form in Liferay DXP EE. I would also like to modify and create a custom formatting for how the email is sent. The current email displays the for label then has a line break and then shows the enter value below it like so: •…
2
votes
2 answers

Could not find method compileOnly with Gradle 4.3.1

In Liferay Developer Studio 3.1.2 I created a "New > Liferay Workspace Project". Inside it, I created a "New > Liferay Module Project". Here is how it looks: Problem: There is no Gradle right-click menu on the module project. When running Gradle…
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
2
votes
1 answer

Is there any API in Liferay that can be used to create the Journal Article XML Content?

We have a custom Journal Article web content structure and currently using the hard-coded XML content to populate the structure with the values. Is there any API in Liferay that we can make use in order to create the XML content for Journal Article.
Vishnu S Kumar
  • 666
  • 7
  • 24
2
votes
0 answers

Overriding component's provided service in Liferay DXP

I'm new to developing for Liferay DXP and for OSGi. When we were using Liferay 6.2, we used Spring to configure com.liferay.portal.security.ldap.PortalLDAPExporterUtil to use our class that implemented…
Sechanris
  • 232
  • 1
  • 9
2
votes
1 answer

Liferay 7 - OSGi components Web Console (Apache Felix) Integration

Is there any way by which I can integrate Apache Felix Web Console with Liferay DXP? As DXP and AEM both having OSGi based container. So, I wanted to integrate AEM module into DXP by which we can manage modules by web.
Ashish Dadhich
  • 4,737
  • 4
  • 17
  • 25
1
2 3 4 5 6 7