Questions tagged [liferay-7.1]

For questions regarding Liferay Portal CE 7.1 or Liferay DXP 7.1, released in July 2018. Note that Liferay Portal CE 7.1 has been superceded by Liferay Portal CE 7.2 in June 2019

See for version independent details on Liferay Portal and Liferay DXP.

Liferay CE and DXP 7.1 were released in July 2018. The architecture is based on , and the backend is implemented in , with the use of many web-related different frameworks, languages on the frontend.

53 questions
0
votes
0 answers

How to embed a webcontent/portlet in the soy file - Liferay 7?

Is there a way to embed a web content or a portlet inside a soy file in Liferay? Can somebody share with me the codebase to proceed? Thanks much in advance!
Geek
  • 127
  • 1
  • 12
0
votes
0 answers

Errors when running Liferay through Eclipse

I'm currently going through the liferay back-end development course and I'm trying to run the server however this is what shows up in the console. 2-Oct-2019 11:12:29.376 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in…
inderbir
  • 43
  • 7
0
votes
1 answer

How to embed navigation portlet in a jsp in Liferay 7.1?

Is there a way to embed a navigation portlet in custom JSP? I know there is a way in theme to call the portlets but I don't think the same works in JSP. Thanks
Geek
  • 127
  • 1
  • 12
0
votes
1 answer

How to use Liferay search service inside my own module?

I have a requirement with Liferay 7.1. I need to create a search page where the user can see the result organized into columns by some categories. I've been thinking two approaches: Create some logic in the theme to completely change the search…
Andrés Sanz
  • 55
  • 2
  • 6
0
votes
2 answers

Cannot access font awesome in custom Liferay 7.1 theme

I build a custom theme for Liferay 7.1 via Maven, which works fine. I'm using current versions for CSS-Builder, Theme-Builder, css.common, theme.styled and theme.unstyled (Theme-Builder references _styled) I've read that alloy is no longer part of…
Gunnar
  • 383
  • 4
  • 18
0
votes
1 answer

Where does Liferay keep the system bundle?

I'm looking for the jar for the com.liferay.blogs.service.permissions package. I've managed to track it down to an export of the system bundle, i.e. bundle 0. But I can't figure out where Liferay keeps this bundle. My question, then, is as follows:…
CJ Virtucio
  • 315
  • 1
  • 4
  • 12
0
votes
1 answer

Liferay: field missing after Wizard Setup?

A workmate has just set up a local liferay dxp 7.1 instance (hypersonic) and then tried to import a LAR file from another 7.1 instance. For me it worked (postgres), he's getting an error regarding a missing field: No such field…
Gunnar
  • 383
  • 4
  • 18
0
votes
0 answers

Jenkins Integration with Liferay 7.1 using Gradle

I need to integrate sonarqube with liferay 7.1 using gradle in jenkins pipeline. i have tried the below code in root workspace of the Liferay stage('SonarQube Analysis') { steps { withSonarQubeEnv(credentialsId:…
Manoj Chowrasiya
  • 970
  • 1
  • 13
  • 32
0
votes
1 answer

Liferay Container fails to start with custom server.xml

I was trying to run Liferay as a Docker Container. As soon as I create a custom tomcat/conf/server.xml and copy that into the image Elasticsearch fails to start. Does someone have an idea what is going on? My Dockerfile: FROM…
purzel
  • 138
  • 2
  • 15
0
votes
1 answer

i have this Exception : Unresolved requirement: Import-Package: com.liferay.portal.instance.lifecycle; version="[2.0.0,3.0.0)"

I'm using liferay 7.1 ga3. In the build.gradle I need to use : `compileOnly group:"com.liferay",name:"com.liferay.portal.instance.lifecycle",version: '3.0.0' because I want to use BlockchainPortalInstanceLifecycleListener. If I use the above, it…
Simone Sorgon
  • 155
  • 1
  • 14
0
votes
1 answer

How to get users associated with a team in Liferay

I Need to fetch Team associated with the group in Liferay. First I created the User Then I made a group Then I made a Team The team is associated with the group so I fetch the user, who is login then I fetch the group which is associated with…
0
votes
1 answer

Access page custom field in Liferay 7.1 Free marker template

I have set a page custom field called CustomLogo in Liferay 7.1. I would like to access its value in Free marker template. After reading documentation & some posts related to it, i used following code to access custom field <#assign…
user596502
  • 417
  • 3
  • 10
  • 22
0
votes
0 answers

How to override core liferay 7.1 language interface to override its methods

enter image description hereI want to override LIferay 7.1 language interface where I will write the code to fetch the properties from our custom table and assign it to key rather than taking liferay translation or from properties file public class…
0
votes
2 answers

Liferay 7.1 -problem with copying default theme

I create my custom theme, build it and everything goes right. But When I copy the default theme files (css, js, images etc) to my custom-theme src and deploy it, some error shows up: events.js:174 throw er; // Unhandled 'error' event …
danny
  • 4,337
  • 3
  • 9
  • 10
0
votes
1 answer

Liferay 7.1 : Autofields can't retrieve fieldIndexes

I'm starting to use the liferay-auto-fields composant. So here is my jsp with the aui:script -->
DyM
  • 628
  • 1
  • 6
  • 16