Liferay is an open source Java portal and social platform. The 6th version was released on June 2010.
2
votes
0answers
62 views
Liferay on Glassfish. Spring portlet is deployed successfully but not showing up in the Liferay “Add Application” list
I'm using Liferay 6.1.2 on Glassfish 3.2.2. I'm able to deploy Spring portlet successfully (A working and verified portlet on the previous glassfish/liferay build) but it is not showing up in the ...
2
votes
0answers
139 views
How to populate name of all Site Members in “Viewable by” dropdown list of Calendar portlet?
In Calendar portlet "Add Event", we can set view permissions. But by default it is showing three options namely in "Viewable by" drop down, "Any One(Guest Role), Site Members and Owner".
With these ...
2
votes
0answers
145 views
Adding Workflow to custom portlets (created by Plugins-SDK)
I am new to liferay.
I am using Liferay 6.1.1 CE.
I want to add workflow (Kaleo) to a portlet which contains two textfields and a button.
The portlet is created through Plugins-SDK.
I've already ...
2
votes
0answers
133 views
Workflow Content handling
I am using Liferay 6.1.1 CE.
I've created a multilevel kaleo workflow (i.e. with two levels of approvals), by writing a definition in a xml file (leaveapproval.xml) and loading it to the server. It ...
2
votes
0answers
223 views
How to add meta tag name = “title” in liferay page programmatically?
I am using liferay 6.0.
I want to add title meta tag (SEO tag) in a liferay page programmatically. liferay has API to add description and keyword meta tags but they don't have any api for title meta ...
2
votes
0answers
131 views
liferay 6.0.6 on glassfish 3.1.1 don't show all the text
I'm trying to deploy Liferay 6.0.6 on a fresh Glassfish 3.1.1 installation in rhel 5.6 with java 1.7.01. I downloaded the liferay war, unzipped and copied the dependencies and sqljdbc4.jar to ...
1
vote
0answers
32 views
Deploy liferay 6.1 on WAS 7.0
I am trying to deploy Liferay 6.1 on WAS 7.0.
Though I have deployed it successfully with context path as "lportal", while accessing it I facing following issues
class not found
...
1
vote
0answers
43 views
Change document library document file entry type programmatically
I need to change document types (FileEntryType) for a large list of files in Liferay Document Library, but I have not been able to do so.
After hours of googeling, testing and familiarizing myself ...
1
vote
0answers
61 views
Get images from Liferay Document Library whose id is stored in separate databse table
I have an Employee table which stores details of Employees (name,date of birth etc) I have a field in Employee table named fileEntryId which stores the Id of the employee pics which are stored in DL ...
1
vote
0answers
29 views
liferay portlet soap client, proxy authentication
i have a portlet deployed in my Liferay portal (Windows) which somewhere makes a call to a SOAP service like:
URL url = new ...
1
vote
0answers
12 views
how to define permission for custom model
How to define permission for custom model like Employee.
I am having one portlet where I can perform CURD operation on Employee object(custom model).
Using this link :
Permission for custom model
In ...
1
vote
0answers
51 views
Assigning task to mutiple users in scrpted assignment of kaleo worlflow of liferay
I have created a workflow using kaleo workflow.In this i am trying to assign a task to multiple users,I used groovy script in scripted assignment tag for this.But its not working .when am putting two ...
1
vote
0answers
92 views
How to use Liferay's permission system in other applications?
I'm considering using Liferay's permission system to implement access security in an external Java application (not a portlet). Liferay has robust features for managing users, groups, roles, ...
1
vote
0answers
90 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")
...
1
vote
0answers
92 views
Redirect users to their sites after login
I am using liferay 6.1.1CE.
In my portal I have 3 Communities (Sites)
My question is, how can I redirect the users to the appropriate site (i.e. the site which they have been assigned by the admin) ...
1
vote
0answers
55 views
how to make dynamic change in worlflow definition
I am using liferay 6.1.1CE.
Am using kaleo as my workflow engine.
As of my knowledge,the workflow is uploaded as a xml file . and i did that(upload a workflow with 2 levels of approvel).
my ...
1
vote
0answers
60 views
Join and Group using DynamicQuery
I have an SQL query:
Select t1.*
From tracking As t1
Inner Join (
Select Max(trackingid) As trackingid, shipid
From tracking
Group By shipid
) As t2 On t1.trackingid = t2.trackingid
...
1
vote
0answers
75 views
Liferay CSRF protection with @ResourceMapping
I need to add CSRF token (p_auth) to my Liferay (ver.6.1.1) portal project.
Liferay provides this ability out of the box with auth.token.check.enabled=true
But it does this only for requests marked ...
1
vote
0answers
75 views
Upgrading Liferay 5.2 to 6.0 checklist
I need to make an upgrade of Liferay, as mentioned above(5.2->6.0) So far, as my research (1,2,3) shows I need to:
Make backups of the Database and file system of plugins (especially ...
1
vote
0answers
56 views
Portlets embedding on Social Office theme
I am using liferay portal 6.1.1CE.
I wants to show the profile picture of the user on sidebar of the SO site home page(not public or private as they already include this feature).
For this, am going ...
1
vote
0answers
236 views
Adding alfresco 4.2 as a repositiory in liferay 6.1 using CMIS(AtomPub)
I downloaded liferay 6.1 with bundled tomcat from the website and i am currently trying to add a new repository in the documents and media portlet, using the process described in here.
Although the ...
1
vote
0answers
58 views
How to disable selected permissions of administrator role from liferay?
I just want to hide some options from control panel of administrator role from liferay. Options like "Monitoring, Mobile Device Rules, Portal settings, Plug in installation, Update Manager...etc." . ...
1
vote
0answers
65 views
Get number of users online in liferay
i need to obtains number of users online in the site.
How can i do it this?
I found using liveusers api, but can import in my jsp. I using 6.0.1 version of liferay.
Thanks
1
vote
0answers
146 views
How to pass variable to javascript function from <liferay-ui> tag?
I have wirtten following code but it does not gets executed
<liferay-ui:search-container-column-text>
<liferay-ui:input-checkbox ...
1
vote
0answers
221 views
Liferay 6.1. Is it possible to put cron expression for my job in portal-ext.properties?
I have a cron job
<portlet>
<portlet-name>scheduled-actions</portlet-name>
<scheduler-entry>
...
1
vote
0answers
223 views
Configuring log4j in Liferay tomcat server for displaying logs in jsp
I created a jsp to analyze the server logs..it was deployed as a portlet. Now i want the jsp to be in root folder.
I have two options :-
1] either I user ext-plugin approach which i want to avoid\
...
1
vote
0answers
256 views
Liferay Autologin Hook produces 'Your request failed to complete' in portlet
I've done a custom Autologin Filter which seems to works well, but when Liferay redirects to the main page (once the user has been authenticated), the login portlet shows an error that I cannot ...
1
vote
0answers
142 views
Liferay json api add expando value
I'm triing to add a value to the custom field i made for a Group. (or site currently). I get a message thats is needs a int and not a string, how can i specify the type in the url?
...
1
vote
0answers
140 views
Override JSP hook issue when deploying to Weblogic?
I have an interesting issue which appears to be environment related.
This works 100% fine using TOMCAT7 but doesn't work with WEBLOGIC 10.x
Have configured the following so that it overrides my JSP ...
1
vote
0answers
63 views
Liferay:Can portlet be triggered from other portlet
I have a requirement where information of various users(say A,B,C) is displayed and
a discussion is to be generated with current (logged in)user and the various users selected.
For this i have ...
1
vote
0answers
310 views
Some questions & problems using kaleo workflow
I have few questions regarding workflow:
In workflow definition file (*.xml) how can I get the previous task?
For example, when I am on an update task, can I get the previous task such as ...
1
vote
0answers
263 views
Ext plugin for Liferay 6.0.6 is not executed on RHEL 5.2 x86_64
This is a strange problem .
The Ext plugin for Liferay 6.0.6 can be executed on any OS platform but centos or RHEL.
Now I will try my best to explain my experiment.
First, I create a login-hook ...
1
vote
0answers
487 views
Liferay 6.1.0 CE web-content images not showing after upgrade from Liferay 6.0.6 CE
I have upgraded liferay 6.0.6 to Liferay 6.1.0 for this I already copied the document library folder before upgrade. Now after upgrade all documents are coming fine like word, pdf which is stored in ...
1
vote
0answers
484 views
Liferay 6.1 Local staging issue
I'm trying to publish from staging to live some pages, but i can't figure out why i get this error:
com.liferay.portal.kernel.lar.PortletDataException: ...
1
vote
0answers
171 views
Use of @EJB annotation on Liferay 6.1 MVCPortlet
Is it possible to inject EJB on MVCPortlet types (Liferay 6.1 on JBoss 7 as) the way we used to do with servlets and JSF managed beans (with the @EJB annotation)?
1
vote
0answers
1k views
Liferay LDAP Auth not working as expected
I am using Liferay 6.1 CE and I have the following issue related to the below blog
Ref: http://www.liferay.com/web/jonas.yuan/blog/-/blogs/6583930
I am trying to do LDAP auth and I am not supposed ...
1
vote
0answers
277 views
Liferay - Getting localized name in javascript
Consider the following code
function populateLayout(scopeGroupId){
Liferay.Service.Portal.Layout.getLayouts(
{
groupId: scopeGroupId,
privateLayout: false
...
1
vote
0answers
268 views
How to get workflow taskId of the current task of current user in liferay?
I am working in liferay and using Kaleo Workflow. I wish to get workflow taskId of the current task of current user in liferay?
1
vote
0answers
120 views
No portlet plugins were found on Liferay plugin repository
I want to install Liferay plugins from the pository, but the system says that No portlet plugins were found
Did the official not support this style of installing plugins any more?
0
votes
0answers
9 views
Implementing a custom query in Liferay
In a custom query I am using left outer join to display data from two tables.
I need to execute this and call a finder method in jsp. The results of the query should be displayed in the jsp file. In ...
0
votes
0answers
26 views
Liferay with PrimeFaces, display image -NOT using Path -
I'm developing a Liferay Portlet, using primeFaces. Several pages will feature DataTable elements, where one of the columns will have an image thumbnail.
How can you present an image with PF ...
0
votes
0answers
5 views
Liferay 6.1 programmatically retrieve images from document library
i'm new to liferay and this site, thus excuse me if I didn't find the response in the db.
I wrote a liferay 6.1 portlet which adds entries in mysql with some images (stored in liferay document ...
0
votes
0answers
15 views
Social comment not work
I am using Liferay 6.1
When i enable Disqus, user can comment. When i disable Disqus and enable Liferay, user can not comment(user don't see anything, just web content and i have allowed user to ...
0
votes
0answers
8 views
Parse output of breadcrumbs function
Hi guys could you give me a hand on this...
I amb using the breadcrumbs function provided by velocity:
#if ($the_title != "Home")
<nav class="site-breadcrumbs" id="breadcrumbs" ...
0
votes
0answers
12 views
Upgrading from Liferay 6.1.10 to Liferay 6.1.20
How to upgrade from Liferay 6.1.10 to Liferay 6.1.20 in a production environment? I haven't done this before, so might need some help/guide. As I understood from the searches, I need to download the ...
0
votes
0answers
73 views
Primefaces <p:ajax update=“@all” /> doesn't work
I've got a problem with using p:ajax update atribute element. When I use in my code <p:ajax update="@all" /> then I am getting javax.el.PropertyNotFoundException. When I use <f:ajax ...
0
votes
0answers
36 views
Not able to upload document in Document Library of Liferay 6.1.1 CE GA2
I have created a hook for creating new account because i need some extra fields at the time of account creation
I have successfully stored extra fields in expando tables but, got problem in while ...
0
votes
0answers
19 views
Liferay 6.0.6 bundled with glassfish v3 ()mysql
I downloaded liferay bundled with glassfish (Liferay 6.0.6 bundled with glassfish v3) from liferay official website, I am trying to integrate it with the mysql database but failing. I am done with ...
0
votes
0answers
38 views
Integrating Pentaho with Liferay
I'd like to use Pentaho and Liferay together. I've never used Pentaho. My questions are:
I see 2 ways to show reports in Liferay: One is to have an iFrame portlet and point it to the Pentaho server. ...





