2,423 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
54
views
Liferay Commerce Modules BlackListing not working in liferay 74.3.132
I was using Liferay 7.4.3.12 on which i had Commerce modules blacklisted.
Liferay CE Commerce - Liferay CE Commerce - API Liferay CE Commerce - Liferay CE Commerce - Impl
Recently upgraded to Liferay7....
1
vote
2
answers
438
views
getting deadlock with log4j
We are using log4j for logging purposes. We are using log4j 2.x through 1.2 bridge. Due to size of the application, we cannot upgrade to 2.x. Problem we are facing is that at the time of rollover, ...
0
votes
0
answers
74
views
How do I disable the ckeditor path in my Liferay 6.2 portal?
We have a web portal running in Liferay 6.2. it seems that there is a page under the following URL: /html/js/editor/ckeditor/editor/filemanager/browser/liferay/frmcreatefolder.html
We're not sure ...
1
vote
1
answer
289
views
liferay - how to render one portlet in another portlet
New to Liferay.
Not sure if it's the right approach, but..
I have a page that renders a portlet. And in this portlet I need to render another portlet conditionally (based on a flag stored in the ...
1
vote
1
answer
361
views
javax.servlet.ServletException: java.lang.NoClassDefFoundError: EntityLocalServiceUtil
I am created liferay project using portal-7.1-ga3 and liferay-intellij-plugin-2.0.5
But if I call EntityLocalServiceUtil.getEntities(-1, -1) located in service-api from portlet-module ie (entity-web)
...
0
votes
1
answer
130
views
How do I write a Liferay 6.2 remote service that accepts a file?
I am trying to write a simple remote service for Liferay 6.2 that would allow users to remotely upload files using e.g. Postman. I am following the Liferay tutorials for creating remote services (...
0
votes
1
answer
1k
views
Could not initialize class com.liferay.portal.model.impl.GroupImpl
I am migrating liferay 6 to 7.4. Test case was previously written in 6 and now going to update the liferay dependency so after upgrade lib, I am facing issue that class clould not initialize . I have ...
0
votes
0
answers
97
views
How to speed up reading files of a project in eclipse
I have a liferay 6.2 project with thousand files in source folder
I use eclipse IDE to develop and it has a annoyed issue: each time I click a folder in eclipse, it take long time to open the folder ...
0
votes
0
answers
178
views
Liferay 6.2 GA6 - LDAP "userPassword" attribute can't be reached
I've desperately been trying to connect my liferay installation with our MS AD to import the users into the MySQL DB so that all the existing users from the AD are able to log in to the liferay ...
0
votes
1
answer
77
views
Override a specific class PwdEncryptor liferay 6.2
I want to implement a specific algorithm (a combinaison of SHA and MD5) to encode passwords is there a way to override PwdEncryptor class specificly the encrypt method, i tried to add a package to my ...
0
votes
0
answers
24
views
Which page is served by Liferay for a friendlyURL for a user?
When a new user is created in Liferay (6) a group object with a "friendlyUrl" consisting of the screen name of the user is created.
If a user now navigates to that URL, a page is served by ...
0
votes
1
answer
86
views
Liferay 6.0 get WebForm-portlet data from db with java controller
I have some webform portlet used, for example to ask users if the experience in the website was good.
Now I need to get the web form values and create a table to show them. I know that data are stored ...
1
vote
0
answers
110
views
How to increase searched results snippet content size or length in liferay6.2
I am using liferay6.2. I uploaded a Word file in document and media. If I am searching for a word like example, "stack overflow" which occurs in 10 places in the document. I'm getting only ...
0
votes
1
answer
1k
views
Liferay 6.2 failed on startup with 500 error
I'm starting a new and freshly downloaded Liferay 6.2 tomcat bundle, but this exception occured :
EVERE: Servlet.service() for servlet [jsp] in context with path [] threw exception [java.lang....
0
votes
0
answers
129
views
How could I display the hierarchy from a database with hierarchical data in Liferay 6.2 or 7.2?
I would like to display hierarchical data in Tree view in UI. Does Liferay 6.2 or 7.2 support it?