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

Add alternate tag to individual pages in liferay

I want to add a meta tag in my each individual page of life ray. I am could only find meta tag with description which is in the SEO of the pages in Control panel. Please…
0
votes
1 answer

Liferay Studio Not Sync

I encountered problem in Liferay developer studio, i notice there is no synchronized word inside the red box per portlet. Now all my changes in themes and portlets didnt update im stuck in last state before i get this error I've done to build it,…
光 Hikari No kun
  • 418
  • 1
  • 5
  • 27
0
votes
1 answer

How to put catche in liferay?

Earlier we are putting catche in liferay with help of below code. MultiVMKeyPoolUtil.put("SCHOOL", "ID", "Files"); In Liferay 6.2 MultiVMKeyPoolUtil not available so how can we put catche. There are no method like put in MultiVMPoolUtil class. I…
Tushar Patel
  • 573
  • 3
  • 17
0
votes
1 answer

Liferay 6.2: How to get window state in JSP?

I have to get current Liferay Window state in jsp file. I have tried WindowState.class.toString() It is giving result class javax.portlet.WindowState I also try for actionResponse.getWindowState().toString() It is giving the same result as…
Learner
  • 976
  • 14
  • 29
0
votes
0 answers

Can't install Veloeclipse for Liferay Developer Studio

I am trying to get syntax highlighting for .vm files in my Liferay Developer Studio IDE, but I am having issues installing Veloeclipse. I went to Help → Install New Software... → Add... For the Name, I entered Veloeclipse and for the Location, I…
Saad
  • 49,729
  • 21
  • 73
  • 112
0
votes
2 answers

How to create service builder for liferay plugin project with maven

I have Already create Liferay Plugin project. and maven install also over. it gives ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO]…
0
votes
1 answer

Liferay Web-Service: method in *LocalServiceImpl not getting build in *LocalServiceUtil

Methods I am defining in *LocalServiceImpl is not getting defined by service builder in *LocalServiceUtil. Have gone through this question,but didn't work for me Liferay: Any method written in *LocalServiceImpl not found in *LocalServiceUtil service…
shi
  • 3
  • 3
0
votes
0 answers

com.liferay.portlet.documentlibrary.NoSuchFolderException while adding multiple files fs repo?

I am getting the below error while i add multiple files to my liferay fs repository. Please advise. Thanks. com.liferay.portlet.documentlibrary.NoSuchFolderException: No DLFolder exists with the primary key 11375 at…
sTg
  • 4,313
  • 16
  • 68
  • 115
0
votes
2 answers

Customize CreateAccountAction in Liferay Portal

I'm trying to add "User Group" Selection field while creating a user (Self User Registration form - create_account.jsp). Here Custom fields is not helpful because Usergroup is already exists in db. I want to insert into existing Users_UserGroups…
Pavan JDev
  • 202
  • 1
  • 11
0
votes
1 answer

Liferay Project Build Success but Project Not Created

I am trying to create a new theme plugin project in Eclipse using Liferay IDE but getting an error saying Project cannot be created Check Eclipse log. Eclipse logs says this !SESSION 2015-05-11 12:36:37.793…
0
votes
3 answers

Authentication failed for liferay users imported from ldap server

As per my requirement i need to login into liferay using the users that imported from ldap server.I will explain the scenario step by step 1)I have some java code to create a user into Ldap server(name,firstname,password etc) 2)User has been…
playmaker420
  • 1,527
  • 4
  • 27
  • 52
0
votes
1 answer

Unable to load user from Ldap server in to Liferay com.liferay

Im trying authenticate users from ldap server to liferay.My requirement is to login to liferay using screename . ldap.base.provider.url= ldap://localhost:389 ldap.base.dn= dc=soas,dc=schoolx ldap.security.principal=…
playmaker420
  • 1,527
  • 4
  • 27
  • 52
0
votes
0 answers

How to unassign/delete usergroup from role progmatically in Liferay 6.2

Im trying to remove usergroup from role using the following method. But it doesn't work. Can some one help me to identify the problem? public static boolean deleteUserGroupFromRole( String groupName, String roleName ) { try { …
playmaker420
  • 1,527
  • 4
  • 27
  • 52
0
votes
1 answer

Cannot login using ldap user in Liferay

It was working until few days back but right now it doesnt login in.It shows authentication failed please try again.Im using Liferay 6.2 and this is my…
playmaker420
  • 1,527
  • 4
  • 27
  • 52
0
votes
1 answer

Replicate Form in liferay portlet

I have a form in a jsp file. I want to add two buttons for adding/removing the form. Everytime the add button is pushed the same form is replicated below the original form. If I push the remove button the form is removed. I think there should be…
user73793
  • 151
  • 8