Capability

Sites

Liferay sites are customizable spaces for building personalized digital experiences. Each site includes applications for creating content, designing pages, and more. With these features, you can bring your custom solutions to life, whether intranets, public sites, customer portals, or e-commerce storefronts. In fact, you can leverage Liferay's multi-site capabilities to create multiple such sites in the same Liferay instance.

Feature
Deployment Approach
Href lang URLs wrongly formatted (with trailing slash)
Issue The presence of trailing slash is inconsistent in the href lang URLs impacting Search engine indexing. For example: https://www.mysite.com/en https://www.mysite.com/de/ https://www.mysite.com/fr Environment...
We cannot see Global Widget Templates when logged in as Site Administrator
Issue We are Site administrators and when trying to configure some components, as Language Selector, we cannot select some default widget templates that belongs to the module. Environment Liferay DXP 7.4...
Getting timeout exception during application restart in a cluster environment
Issue Getting the below error (TimeoutException) during application restart in a cluster environment: Error: ERROR [localhost-startStop-1][ClusterSchedulerEngine:604] Unable to load memory clustered jobs...
Cannot insert the value NULL into column 'classNameId'
Issue During an upgrade process, you might encounter an issue where the following error occurs: ERROR [main][BatchingBatch:134] HHH000315: Exception executing batch [java.sql.BatchUpdateException: Cannot insert the...
Client-Extension gets created with an empty folder using Blade CLI
Issue I would like to create new Client-Extension modules using Blade CLI When I create a new workspace and run the command blade create client-extensions, I get the message "Successfully created project...
Which Liferay version should I use in gradle.properties for the 2023.Q3 Quarterly Release?
Issue Which version do I need to use for the liferay.workspace.product= property in gradle.properties for Liferay Workspace? Environment Liferay Workspace Liferay DXP 2023.Q3 Resolution As of Oct. 20, for...
Upgrade Tool in 2023.Q3.1 Bundle uses Wrong Version of Tomcat
Issue When upgrading to 2023.Q3.1 Quarterly Release, the wrong version of Tomcat is suggested by the Upgrade Tool as below: Please enter your application server directory ([Your Liferay Home]/tomcat-9.0.80): Environment...
Create transactional method without using ServiceBuilder
Issue We want to know if there's any API or Class that we can use in Liferay to create a transactional method without using service builder. Environment Liferay DXP 7.4 Resolution You can use...
What values are permitted for p_p_state?
Issue What are the valid values for p_p_state? What happens if any other value is entered? Environment Liferay DXP 7.4 Resolution When examining the LiferayWindowState class, we can see that the parameter allows the...
Liferay DXP XML Processing Dependencies
Issue We would like to have a list of XML Processing dependencies that are used in Liferay Environment DXP 7.1 DXP 7.4 Resolution Looking at our libraries...
How to retrieve the Structured Content expiration date using Headless Delivery Api Rest Application
Issue I want to retrieve the Structured Content expiration date using Headless Delivery Api REST application. Environment Liferay DXP 7.4 Liferay DXP 2023.Q3 Resolution Unfortunately, the expiration date is...
Apache Active MQ
Issue Does Liferay use Apache Active MQ?   Environment Liferay DXP 7.0 - 7.4   Resolution Liferay DXP products do not include any component from Apache Active MQ.     , content: Issue Does Liferay use Apache Active MQ?  ...
java.lang.StackOverflowError while upgrading caused by getSuperLocale
Issue Upgrading the database with the database upgrade tool fails, with the following (or similar) messages in the logs INFO  [main][UpgradeProcess:145] Failed upgrade process...
Custom deployment error "Require-Capability: osgi.ee=JavaSE"
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue Cannot deploy a custom module due to the...
Enabling agent and adding packages in Bootdelegation properties to monitor Liferay application
Issue Enable Java agent (AppDynamics) on Liferay for monitoring the Liferay application. Required to add the packages from the agent to the...
How to define SEO friendly urls for the categories?
Issue When a category is added, friendly URLs are generated, however, if other languages/translations are added later, or if the category name changes, the new modifications/additions are not reflected in the...
How to invite multiple users to calendar event
Issue Steps taken: 1. Drag and drop the calendar on a page. 2. Create a new event by clicking the 'Add Event' button. 3. On the Add Event page, there is a section 'Invitations' from where we invite users. 4. In...
Freemarker templates and httpUtil errors
Issue When upgrading to Liferay DXP 7.4+ from 7.3 or prior versions, we have found some issues regarding httpUtil class. While the class is still available, but its methods are not. An example error could be the following one:...
Headless API call returns 500
Issue When performing a request to the Headless API without authentication, it throws a 500 error code. Steps to reproduce: 1. Perform a GET request to...
Will the uploaded files get written to the tomcat /temp directory before moving to DB if setting dl.store.impl=com.liferay.portal.store.db.DBStore
Issue When setting the following property, whether the uploaded files will be written to the tomcat /temp directory before moving to DB. dl.store.impl=com.liferay.portal.store.db.DBStore Environment Liferay DXP 7.2...