Liferay is an open source Java portal and social platform. The 6th version was released on June 2010.

learn more… | top users | synonyms

0
votes
2answers
70 views

Setting landing page for different users

I am Using Liferay 6.1CE. I can able to set my default landing page to a site in control panel. But in my portal 2 sites are there,two users are there. For eg: userA is a member of siteA,simularly ...
0
votes
1answer
68 views

Liferay, ServiceBuilder, what's the scope for attributes userId, companyId, userId

Although I've developed some services with Liferay ServiceBuilder, I'm not quite sure I understand the point of using the attributes: userId companyId groupId Note that these attributes are ...
1
vote
1answer
97 views

Ldap Integration with Liferay

I am Using Liferay 6.1CE. I can able to connect ldap server to my portal. Users are get imported, also authentication is done. But when i add a user in AD,it will not imported to portal by the ...
1
vote
1answer
92 views

Can <aui:input> be used for double values?

I have been driving myself crazy trying to use the AUI taglib to input fields for a service builder object. I am using the Liferay MVC environment. The field downPayment is defined as a double in ...
0
votes
0answers
74 views

how to define new column type in liferay service builder

I want to define an entity like below: <entity name="Book" local-service="true" remote-service="true"> <column name="bookId" type="long" primary="true" /> <column ...
0
votes
1answer
138 views

Xuggler 3.4.1012 for windows with JVM 64bit

i installed xuggler for jvm 32bit from here http://www.liferay.com/community/wiki/-/wiki/Main/Preview+Generation, it worked perfectly, but now i need this for 64bit jvm, can anyone help? thanks
1
vote
1answer
227 views

Liferay Set Page Layout permission programatically

My requirement is such that i have to programatically create organization pages and set permission to them. So far i created organization public pages layout = ...
0
votes
3answers
206 views

Hot deployment not working

I am using Liferay Portal 6.1 CE. I have setup the developement environment in eclipse indigo. When i deploy a portlet ,it moves to the deploy folder inside the Portal Bundle.But didn't get ...
0
votes
1answer
241 views

How to convert a portal URL to its corresponding friendly URL

I have implemented friendly-url successfully for few of my custom portlets and it is working fine. When click-able links are generated, it correctly shows the friendly-url. Now my requirement is ...
3
votes
3answers
115 views

Does Liferay supports IPC for portlets on different pages?

In IBM Websphere for IPC, we have something called as Wiring which allows us to switch to the receiving portlet page in case you have your event receiving portlet to be on different page than that of ...
0
votes
1answer
119 views

Liferay : How to show a Configured Page once User Enters Valid Credentials

I am using Liferay 6.1 version . Once a User enters http:localhost , i am displaying my Web Page called "/ravi" which consists of my Custom Portal as shown I have configured this below properties ...
0
votes
0answers
62 views

method setEvent(QName, String) is undefined for the type ResourceResponse

I am using Liferay 6.1 Version . Here i am trying to Implement Inter Portlet Communication . When I am calling Ajax function to resource server method its getting all data , in that method but when ...
1
vote
2answers
82 views

Test Driven Development with Liferay

I am new to Liferay. Can anyone help guide me as to how to follow Test Driven Development with liferay. Can anyone provide guidelines how to write tests and execute them using eclispe IDE for ...
0
votes
1answer
48 views

My Custom Liferay Theme looking weird

I am using Liferay 6.1 with IDE as Eclipse Juno version . I am having a question with developing new Theme in Liferay . I followed the following below steps to do so From IDE , Selected New ...
2
votes
1answer
32 views

Deploying portlet with a liferay on cloudbees

I succed to deploy a liferay 6.1.1 on cloudbees thanks to this tutorial : http://blog.cloudbees.com/2011/09/15-minutes-to-liferay-on-cloudbees-paas.html Now, I'm asking how to deploy themes and ...
0
votes
2answers
80 views

Liferay 6 is not Updating Custom Table Created in MySQL

I am using Liferay 6.1 I have created a Table in mysql as shown create table Book ( bookId bigint(10) not null primary key, companyId bigint(10) null , userId bigint(10) null , ...
0
votes
1answer
75 views

Redirection in liferay from beanclass

How to redirect from one page to another page from beanclass using Liferay? Here is the code: LiferayFacesContext portletFacesContext = LiferayFacesContext.getInstance(); ...
2
votes
1answer
43 views

Liferay - Differences between deployed and undeployed versions of the same portlet

I would like to know what are the main differences between a not yet deployed portlet and the same portlet after drop it in Liferay's deploy folder. Using meld utility I found that the deployed ...
0
votes
1answer
180 views

Liferay : A query with Liferay Friendly URL routes xml file

I am navigating from One jsp to another JSP as shown view.jsp <%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet" %> <portlet:defineObjects /> <portlet:renderURL ...
0
votes
0answers
74 views

Unable to use Liferay Freindly URL Mapper

I was following this document from Liferay Website to work Map Firendly URL Mappings ...
2
votes
1answer
47 views

Liferay Search static text within all portlets

I would like to know if built in functionality exists or how to implement functionality to search the static text of JSPs not web content of all deployed portlets in liferay from a centralised portlet ...
0
votes
1answer
20 views

How can I list users with a view permission on a resource in liferay?

I am using liferay 6.1 GA2 I would like to implement a feature allowing a user to send the content of a messageBaordmessage by email. I want to restrict that sendout to those that have view ...
0
votes
2answers
74 views

Is it manatadatory to use Finder Methods in service.xml file to retrieve Data from tables

I am using Liferay-6 and I am a beginner at it. My requirement is that, I have a table named Players with columns as ID, Name and Category from which I need to retrieve all the Player-names based on ...
0
votes
1answer
106 views

ICEfaces ace:fileEntry not working in Liferay portlet. Have a clue that needs explaining

Using LR 6.1.0-ce-ga1 and ICEfaces 3.2.0. Have this code in my xhtml: <ace:panel> <ace:fileEntry required="true" requiredMessage="You may not save if you have not ...
0
votes
0answers
73 views

Liferay: how do I add verication URL to new account e-mail

(Using Liferay 6.1.0-CE-GA1.) I have written my own user registration portlet. When I UserLocalServiceUtil.addUser(...), the sendEmail parameter is true and, indeed, it sends the Account Verification ...
2
votes
2answers
188 views

how to access liferay menu from portlet

I define a menu in navigation.vm file which working good in liferay project. But I want to access this menu from my portlet. Is there any way to access menu from portlet entry point or view.jsp???? ...
1
vote
0answers
91 views

IceFaces and PrimeFaces portlets on the same Liferay page

I have portlets written on IceFaces 1.8.2. Since I found PrimeFaces better I decided to write my new portlet with JSF2 and PrimeFaces 3.5. Separately everything is working. But when I'm trying to put ...
1
vote
0answers
28 views

map hibernate object with liferay internal table - many to many relation

i would like to know - if possible - how can i map a hibernate object model to an internal liferay table 'user_'. My Hibernate Object model is: @Entity @Table(name = "imageviewer_crreviewprotocol") ...
0
votes
0answers
34 views

How to add comments to assests?

I've enabled ' Enable Comments' in assest publisher's configuration, why the comments textarea still doesn't show up? I log in as administrator. thank you.
0
votes
2answers
29 views

Model classes in liferay 6.1

Where can i find the "com.liferay.portlet.blogs.model.BlogsEntry" . I am not able to find the this path in liferay. Does anyone know this?
1
vote
1answer
136 views

ant build-service throws 'cannot be resolved to a type' errors

I'm using liferay 6.1.1 ce ga2, when I download knowledge base portlet created based on liferay 6.1.x, and run ant build-service, some 'cannot be resolved to a type' errors show up. You can find the ...
1
vote
1answer
247 views

HttpClient 4.2.3 using both SSL encryption and NTLM authentication fails

I am trying to use a REST call to Sharepoint 2010 via HTTPClient 4.2.3 from a Liferay 6.1 portlet. I have imported the cert into my local MAC's JVM cacerts and am trying to load the cacerts as the ...
2
votes
1answer
75 views

Adding an extension to the blog post pages on liferay

My problem is i want to add '.html' extension to my every blog post. For example right now i have a blog post url 'http://www.indu.com/blog/-/blogs/creating-a-custom-portlet-in-liferay' and what i ...
0
votes
1answer
70 views

Did anybody run the sample code of Liferay Portal Systems Development(2012) successfully on liferay 6.1?

I'm learning Liferay Portal Systems Development 2012 by Jonas X. Yuan. I tried to run sample code knowledge-base-portlet of chapter 3, but so many errors show up, like social-equity doesn't exist, ...
1
vote
1answer
143 views

Removing localization in liferay theme

I am using Liferay 6.1 and have developed theme in the same. My problem is when i load the theme the head section contains huge links as shown below: <link rel="alternate" hreflang="ar-SA" ...
1
vote
3answers
167 views

change page layout dynamically in Liferay

Can anyone please tell me how to dynamically change page layout in Liferay. Let's consider we have page with Layout 2 column(50/50) and both these columns have portlets. If a user clicks on any of the ...
0
votes
0answers
157 views

Get data from 3 tables using dynamic query

I have 3 tables user_, userTracker, userTrackerPath user_ has userId as Pk. which is Fk in userTracker userTracker has UserTrackerId as pk which is Fk in userTrackerPath and userTrackerPath has ...
0
votes
0answers
381 views

How to redirect to particular url from jsp page of liferay on basis of condition if and else?

I have override the login.jsp file of liferay <%-- /** * Copyright (c) 2000-2012 Liferay, Inc. All rights reserved. * * This library is free software; you can redistribute it and/or modify it ...
1
vote
1answer
171 views

Liferay-Primefaces ajax cast exception

I am trying to create working maven liferay-faces portlet archetype using primefaces 3.5. I downloaded basic maven web project arch and created the liferay-faces portlet arch. All dependencies for the ...
0
votes
1answer
117 views

How to add page to organization with liferay 6.1?

I want to create new pages for a organization in liferay 6.1 ,but in the organization configuration pages, I couldn't find a link or place to add new page. Where I can do that? thanks.
0
votes
1answer
106 views

Error while deploying a primefaces portlet in Liferay 6.2

I try to deploy in Liferay 6.2 CE M2 a primefaces portlet that have been created for Liferay 6.1 I always get the following error Caused by: javax.servlet.jsp.JspException: ServletException in ...
3
votes
2answers
188 views

Liferay logging level

Is there a way to set Liferay's global logging level? I am aware of it's console in the Server Administration but I want to set a global level not to a package level. Thanks!
0
votes
0answers
96 views

Exception : Could not deserialize session data ,whenever I click on logout link

Whenever I click on logout link from Liferay,It shows below Exception in the console however i am able to logout sucessfully. Could not deserialize session data. ...
1
vote
2answers
383 views

Getting exception java.sql.BatchUpdateException: Data truncation: Data too long for column 'XXXX'

I have my custom portlet in liferay6 and I am getting exception while inserting long data in database as java.sql.BatchUpdateException: Data truncation: Data too long for column 'XXXX' at row 1 This ...
0
votes
0answers
30 views

First request passes null parameter when using urlrewriter tucky filter with tomcat

I am using urlrewriter filter in liferay6.0 with Tomcat server. For every first request error page is opened giving null-pointer exception in background says parameter null. Next request onwards it ...
0
votes
0answers
155 views

Custom Attribute Hidden Field in Liferay 6.1

I have created hidden custom fields for user and added in my create_account.jsp file using this tag : <liferay-ui:custom-attribute className="<%=User.class.getName() %>" classPK="<%= 0 ...
0
votes
1answer
92 views

Jsp Page Shows some unwanted Charater in browser?

I have Some Problem While Using Custom Portlet In My liferay Dont know But Some How When I deploy my war file to other machines liferay server its shows me one page with some unwated charater while ...
0
votes
0answers
80 views

Liferay blog url-rewriting

I am using liferay 6.1 and i have already shortened the url of the blog using url rewriting but still i have the problem in the url. The url gets showed up like this ...
0
votes
1answer
120 views

How to control Add New options of Asset Publisher in Liferay 6.1?

I need Asset Publisher portlet present in my site. The admin will put the portlet into the page. The user who is belongs to a custom role should be able to add only "Basic Document". I don't want to ...
0
votes
0answers
70 views

Incorrect search journal article by title in liferay

I use liferay portal 6.1 ga1. I search in database and see that article title is String, with xml format, something such as <xml version="1.0"...../> And when I try to use ...

1 2 3 4 5 16