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
3 answers

Liferay First Start wizard not openeing

I had an old Liferay 6.2 environment that is no longer working well, so I decided to download and run a fresh new environment, so I downloaded the Liferay studio, unzipped it and started the executable, I was expecting to see the First Start wizard…
osama yaccoub
  • 1,884
  • 2
  • 17
  • 47
0
votes
1 answer

Can't create new Liferay plugin in eclipse

I use eclipse kepler, Liferay IDE with the Liferay sdk 7 and V6.1 CE server. When I try to make new plugin from the wizard this error occurs: The selected wizard could not be started. Plug-in "com.liferay.ide.project.ui" was unable to instantiate…
Khalil M
  • 1,788
  • 2
  • 22
  • 36
0
votes
0 answers

Liferay 7 Module Project Spring MVC Portlet, No handler found error as there is no viewrendererservlet

I was developing a simple spring mvc portlet using the blade CLI. I am getting the error as ERROR [http-nio-8080-exec-9][render_portlet_jsp:131] null org.springframework.web.portlet.NoHandlerFoundException: No handler found for portlet…
Chika
  • 139
  • 1
  • 12
0
votes
3 answers

Show liferay input editor

I'm trying to create a liferay portlet with a input editor. For achieve this I'm using: Liferay 6.2 GA5 bundled with Tomcat 7 Liferay Plugins SDK 6.2 GA5 Liferay IDE in Eclipse, 3.0.0 GA1 And I tried to create a portlet with the following…
0
votes
1 answer

Not able run my Lifeary 6.2.5 portlet project from liferay 7.0 portal

I am trying to run my 6.2.5 portlet project from liferay 7.x portal. In project facet under Runtime environment Liferay 7.x server is not visible. Whenever I try to deploy war file into deploy folder of Liferay 7.0 ce portal or just run my…
0
votes
0 answers

When I do document preview it will logout first time?

I have liferay open office integration. My problem is when I preview any document after login first time it is logout and ask to login again. Next time it is working fine the problem persist while document preview generation and after user log first…
0
votes
2 answers

Liferay: How to collapse dockbar for screen size less than 768px(mobile) instead of default 979px(tablet)?

I am using the default dockbar which comes with Liferay. Currently, the dockbar/navbar collapses when screen width is less than 979px. I want the dockbar/navbar to collapse on screen sizes less than 768px. I made changes in _variables.scss file as…
0
votes
1 answer

Liferay: Can't find the plugins installed and project validation in preferences using Eclipse

i want to add plugins to my ide, but eclipse doesn't give me the " plugins installed" and " project validation" in preferences window. in the selection there is no "plugins installed" and "project validation"
May
  • 1
  • 1
0
votes
1 answer

Error while building services in liferay 6.2

While building the services in the liferay 6.2, am getting the error like it has dependency of "e/hunsicker/jalopy/Jalopy". Not sure whether it really needed its dependency or am missing out some things. Am using spring MVC as the underlying portlet…
0
votes
1 answer

Can not create liferay project in eclipse

I want to create liferay project in eclipse , I run liferay sdk successfully. Now i want to create a new project . I am using kepler eclipse java 7 When i create a new project i get this error : MESSAGE NoSuchMethodError:…
Anuj Dhiman
  • 1,550
  • 3
  • 26
  • 51
0
votes
1 answer

Fixed error in Liferay IDE, but the red mark does not disappear

I had made an error in Liferay IDE. I fixed it but the error still shows up, even after cleaning the project and restarting Liferay IDE: How to refresh for real to rid of the error status? Full details I generated some entities using Liferay's…
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
0
votes
1 answer

I am facing a BeanCreationException after deploying service.xml which builds successfully

14:48:32,427 ERROR [pool-2-thread-6][ContextLoader:227] Context initialization failed `org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liferayHibernateSessionFactory' defined in ServletContext resource…
ApoorvaK
  • 1
  • 2
0
votes
0 answers

Fail to delete imported users from Oracle configured with Liferay

I have imported users in liferay(configured with oracle database) using OpenDJ, there are users in oracle database and also displayed on Liferay but when I tried to delete the users from liferay its not deleting it from oracle database.I don't…
nagi
  • 381
  • 2
  • 8
  • 22
0
votes
2 answers

How do I import an existing Liferay project into the Liferay Developer Studio

I am using Liferay Developer Studio Version: 2.2.2.201504240205-ga3a, and I have an existing Liferay project that is made up of multiple portlets. I have the SDK installed, and I have deployed some test portlets (with Maven/Ant). How do I create…
0
votes
2 answers

Liferay IDE portlet changes not synchronized on the server

Platform Liferay 6.2 EE Tomcat bundle deployed locally Liferay 1DE - various version in the past 1 year Liferay 6.2 EE plugins SDK JDK 6 or 7 Mac OSX or Windows Problem We run into an issue intermittently with the Liferay IDE where a portlet java…
VC1
  • 1,660
  • 4
  • 25
  • 42