Questions tagged [liferay-ide]

Liferay IDE is the official set of Eclipse plug-ins supporting development for the Liferay Portal application platform.

Liferay IDE is the official set of Eclipse plug-ins supporting development for the Liferay Portal application platform.

It provides support for developing all plugins of liferay including Portlets,themes,hooks,layouts and ext-plugins

It is available as a set of Eclipse plug-ins installable from an update-site or an an all-in-one download. For installation use one of the following methods:

  1. Update site URLs for Eclipse 3.6.x,3.7.x,3.8.x/4.2.x: http://releases.liferay.com/tools/ide/eclipse/juno/stable/
  2. Download all-in-one bundles from here: http://www.liferay.com/downloads/liferay-projects/liferay-ide

For full installation instructions see the official documentation for installation. Then you can see the getting started tutorial here.

Liferay developer studio

It is a bundle of Eclipse+Liferay plugins available for Liferay enterprise edition(Liferay EE) customers.It provides additional features on top of the basic eclipse Liferay plugin.

  • Apart from tomcat,it provides additional support for Weblogic and websphere adapters
  • It provides Kaleo designer to create and design custom workflows

Additional references Liferay IDE vs Liferay developer studio

209 questions
2
votes
2 answers

Liferay: Fix the Error in eclipse by using Liferay IDE and own project folder organization

I want to use the Liferay IDE, but I don't want to put my portlets to ~/liferay-sdk/portlets/ folder. Is it possible? Currently I get the error in eclipse: No Liferay Plugin SDK configured on project CMS-portlet And the selection of Liferay SDK is…
Mark
  • 17,887
  • 13
  • 66
  • 93
1
vote
1 answer

javax.servlet.ServletException: java.lang.NoClassDefFoundError: EntityLocalServiceUtil

I am created liferay project using portal-7.1-ga3 and liferay-intellij-plugin-2.0.5 But if I call EntityLocalServiceUtil.getEntities(-1, -1) located in service-api from portlet-module ie (entity-web) It threw java.lang.ClassNotFoundException…
Vishwanath
  • 11
  • 3
1
vote
1 answer

Liferay hibernate.cfg.xml location in a portlet made in Liferay IDE

I'm trying to convert this portlet https://github.com/tlipski/newsletter-for-liferay which was made to compile with maven, to a Liferay Project (then I can work with it in the Liferay IDE). Everything seems to work fine but I don't know where should…
anon
1
vote
2 answers

Issue making a Liferay Hook with Eclipse Liferay IDE - getting only empty project

I am using Eclipse Liferay IDE for making a hook to a Liferay native portlet. I mean a porlet that comes with default installation, eg. blogs, content management or similar. I have done the steps like following: Select new Liferay Project Enter…
mico
  • 12,730
  • 12
  • 59
  • 99
1
vote
5 answers

Liferay 7.2 No value has been specified for property 'apiDir'

I created a module project using servicebuild template (gradebook-api, gradebook-service), but i have an error after an export package com.liferay.training.gradebook.validator in api below Bundle-Name: gradebook-api Bundle-SymbolicName:…
1
vote
3 answers

Liferay IDE - cannot install to Eclipse

I'm trying to install liferay IDE (from tutorial: http://www.liferay.com/documentation/liferay-portal/6.0/development/-/ai/installation) The problem appears after I checked the Liferay IDE checkbox and press Next. Error popup appears telling me…
Almas Adilbek
  • 4,371
  • 10
  • 58
  • 97
1
vote
1 answer

Illegal reflective access by com.liferay.petra.reflect.ReflectionUtil

This error is thrown when I launch the Liferay Tomcat server from Eclipse. I have been following this tutorial: https://help.liferay.com/hc/en-us/articles/360029147251-Installing-a-Liferay-Server-in-Dev-Studio
Victor
  • 1,001
  • 2
  • 14
  • 25
1
vote
4 answers

Liferay IDE : Transform a maven project to a liferay IDE compatible project

I create my portlets using Maven, and I'm using Liferay IDE (an eclipse based IDE), but I can't deploy my project directly from Liferay IDE because my project don't support this. There is a way to add the Liferay's capability to the project, but it…
Marouane Gazanayi
  • 5,063
  • 6
  • 39
  • 58
1
vote
2 answers

Writing first Liferay application: how to deploy module to server + error: A full JDK (not just JRE) is required

I'm following Liferay getting-started example to develop my first we app with Liferay IDE in which it is mentioned: Even though all you’ve done is generate it, the guestbook-web project is ready to be built and deployed to Liferay DXP. Make sure…
Megidd
  • 7,089
  • 6
  • 65
  • 142
1
vote
5 answers

Importing Liferay portlet into Eclipse IDE

I have a question regarding the development of liferay portlets using the liferay plugin SDK. My question goes mainly in the setup of the development IDE. The suggested one would be to use Netbeans IDE which I also tried out, but it appears to run…
Juri
  • 32,424
  • 20
  • 102
  • 136
1
vote
2 answers

Liferay module listener : Unable to get who made a change to the model

I have to create custom auditing for the User model to track by whom the user has been deleted. I have tried to create a Liferay module listener for the User model, but I am not able to get the detail by whom the user is being deleted. Is there any…
1
vote
1 answer

how do i config intellij idea + jrebel + liferay dxp

I was checking the liferay V1.1.1 plugin for intellij idea, I could see that you can add liferay servers, you can debug among other things in the Liferay 7.1 version, the problem goes when I want to use jrebel to work with intellij idea for themes…
1
vote
1 answer

How to use SAML in Liferay Community Edition for SSO Integration?

I am using Liferay Community edition. I want to use SAML for SSO integration. It looks like SAML is available only for Liferay Enterprise edtion. Can someone suggest me how to use SAML as sso integration in Liferay Community Edition?
GBK
  • 11
  • 3
1
vote
2 answers

Liferay IDE Alternatives

I am using Liferay Developer Studio for theme development and as a frontend developer, I am not impress with the tool's performance. Below are few reasons I am looking for alternative IDE, compatible for Liferay development. It occupies more than…
Kushal Jayswal
  • 925
  • 1
  • 12
  • 31
1
vote
1 answer

Show all users liferay

I need to make a portlet which would show all registred users in liferay. Im not asking you to write all code here, but I would aprreciate if u could present an step-by-step plan of actions, cause I really don't understand how to get info from…
Al.Boldyrev
  • 486
  • 7
  • 30
1 2
3
13 14