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

com.sun.proxy.$Proxy439 cannot be cast to DDLRecordSetLocalService

I am trying to get all Dynamic Data List (DDL) from Liferay DXP 7.0.2 GA3 but after I using that code to get all the DDL List ddlList = DDLRecordSetLocalServiceUtil.getDDLRecordSets( …
0
votes
1 answer

Portlet Development with Tomcat and Eclipse

I'm starting to learn some portlet development. I'm wondering if there are any good (preferably recent since many of the guides I saw date back a few years) Hello Portlet or beginners guides. I have eclipse set up but I'm not sure what…
Otra
  • 8,108
  • 3
  • 34
  • 49
0
votes
1 answer

com.liferay.portal.kernel.scheduler.SchedulerEngine: PORTLET_ID cannot be resolved or is not a field

The fields PORTLET_ID and MESSAGE_LISTENER_CLASS_NAME are deprecated in the new versions of this library. What are the two fields functionally equivalent in the new versions? IDE:…
Mario Palumbo
  • 693
  • 8
  • 32
0
votes
1 answer

Connecting to the Gradle build

I am working with Liferay 7.2. I am using Liferay Developer Studio and Gradle as a build tool. While creating a new module project after creating of 1-2 new, getting error message in IDE's workspace .log file and new module project is not creating.…
0
votes
1 answer

Liferay Cloud IDE, Multiple developpers working on same liferay server

We want to start working with liferay. But the server is too heavy and the developpers computer don't have enought RAM. We want to centralize the server instance. In other words, we want to build a development server where all developpers can…
hubert
  • 2,997
  • 3
  • 20
  • 26
0
votes
0 answers

Liferay 7 Eclipse IDE override default categories filters query

I’m looking for a way to override the default category filter behaviour for Asset Publisher widgets (point 3 of my previous question here). As far as I understand in the Setup > Asset Section > Filter a rule based on categories will look for all…
Mave751
  • 697
  • 4
  • 11
  • 25
0
votes
1 answer

Liferay 7 Eclipse IDE override default categories behaviour

I need to create a portlet in order to change the default category behaviour/interface in Liferay 7. My objective is to duplicate assetcategory table, expand and change its columns, and use this new table as a reference for categories within Liferay…
Mave751
  • 697
  • 4
  • 11
  • 25
0
votes
1 answer

How to get user activity?

I am trying to create a custom portlet in Liferay 7.2 that shows an activity feed of the user. I want a feed of the activity that consists of creation, updates or deletion of pages by the user logged in. I know that we have a "Profile" widget that…
Ravers
  • 988
  • 2
  • 14
  • 45
0
votes
2 answers

Issues with Liferay 7.1 workspace imported from Github

I have cloned my Liferay 7.1 workspace from my Github repository. When I try to get Assistance in Liferay IDE using Control+Space, I get error: This compilation unit is not on the build path of a java project This happens on the new module project…
Dhruv Pandey
  • 482
  • 6
  • 18
0
votes
1 answer

Unable to install Liferay Dev Studio CE bundled version

Iam trying to install Liferay Dev Studio in my windows 7 system but its throwing me a error as below, I have already installed jdk1.8.0_191 and it is available in the path as shown in the screenshot. I couldnt identify the issue here. Downloaded…
Abhiram
  • 1,459
  • 14
  • 23
0
votes
1 answer

liferay error not showing portlet

Created workspace Created service builder and added entity Created DemoPortlet I'am trying to get data from DB and system.out in doView method in DemoPortlet. When i use CountryLocalServiceUtil (CountryLocalServiceUtil.getCountriesCount()) - ERROR…
0
votes
1 answer

Is there a one-click button to upgrade liferay version from 7 to 7.1?

I am currently using liferay CE 7 and planning to upgrade to 7.1 IS there an one-click button to upgrade? or do i have to follow This link which consist of many steps and instructions for upgrading but i assume that is for upgrade from 6 to 7.
Liferayer
  • 17
  • 4
0
votes
0 answers

Orbeon Thread starvation or clock leap detected on Liferay 7.0

we have an issue when we are trying to intgrate the orbeon proxy portlet in our liferay 7.0 distribution. As fas as I know, we have to include the license.xml into the "WEB-INF/resources/config" inside the .war file. After this, I deployed the .war…
Santiago
  • 371
  • 2
  • 7
0
votes
1 answer

No JSON web service action associated with path /dlapp/add-file-entry and method POST liferay 6.2.4

Here is my code to upload document in liferay via jsonapi. i am adding file inside document liberary. But it show error "No JSON web service action associated with path /dlapp/add-file-entry". I am using liferay 6.2.4 ga5. Thanks
Jiten Shahi
  • 41
  • 2
  • 7
0
votes
0 answers

Why i cannot found the theme project in the import window in Liferay 7?

I posted this question the other day how to import a theme in liferay 7 workspace? but wasn't able to get a good answer, so now I'm asking again. I am using Eclipse Neon.3 Release (4.6.3) and Liferay Portal 7.0.0 GA1. I downloaded the sdk, the src…
Dark Magic
  • 149
  • 3
  • 20