Questions tagged [liferay-6.2]

The current (June 2021) version of Liferay is 7.4 - Liferay 6.2 was released in 2013, with the last GA update in 2017. Consider upgrading asap. If you're still running Liferay 6.2 CE, at least have this security patch https://liferay.dev/blogs/-/blogs/security-patches-for-liferay-portal-6-2-7-0-and-7-1 installed. A lot more information is available in the main liferay tag.

The current (June 2021) Community Edition version of Liferay is "Liferay Portal 7.4 GA2" - the current enterprise supported version is "Liferay DXP 7.3".

Liferay Portal 6.2 (CE and EE) was released in 2013, with the last CE GA update in 2017. If you're still running this version: Consider upgrading asap. At least you definitely should have this security patch installed.

A lot more information is available in the main tag.

154 questions
0
votes
1 answer

Liferay 6.2 rest api with content type text/xml

I am trying to create a POST API for a client so that they can send XML to my server, the problem is in Liferay I am unable to find how to create such API. As per my findings, Liferay only provides implementation/support for JSON and SOAP services.
Abdul Ahad
  • 188
  • 2
  • 14
0
votes
0 answers

Liferay NullPointerException ViewAction

could you please help me to debug the following exception I am getting in Liferay Portal? URL…
0
votes
1 answer

Liferay: How to get List of friendlyUrl using groupID

Is there any API where I can get All the friendlyURL related to particular groupID from group table. Please help.
0
votes
1 answer

Liferay 6.2 and google A/B testing not working

I'm working on implmentation of A/B testing in liferay using google analytics. For this, I created pages (original and variants) in liferay. Then I created my experiment in google and specified original and variants pages without forgetting to add…
0
votes
1 answer

Liferay 6.2 GA5: error with building services

I'm trying to do some modification to the service layer of my portlet (e.g adding a column or a finder to a table in the service.xml). No matter what I do, when I build services it all goes good(no errors) but when I try to deploy or make the war,…
John
  • 1
  • 2
0
votes
0 answers

Comparison method violates its general contract while adding a portlet to page

I have a liferay plugin package. In this there are 10 portlets. All portlets are deployed successfully. Only one portlet is giving an exception. Below exception is occurred while adding a portlet on a page. This exception is coming before any…
Varun Arya
  • 335
  • 1
  • 14
0
votes
1 answer

Upgrading Liferay 6.2 to 7 - Service Builder throws Model and Class errors

When upgrading from Liferay 6.2 to Liferay 7, after using the Liferay Upgrade Tool to resolve breaking changes and then move on to Building Services, these 3 types of errors occur repeatedly. For brevity, I've only included one occurrence of each.…
0
votes
1 answer

Instance specific properties file in liferay

I have created 3 portal instances lets say a, b and c and also created their properties files portal-a.properties , portal-b.properties and portal-c.properties respectively. But I am not able to use these properties file in respective of instance.…
0
votes
0 answers

Liferay 6.2 w/ Angular 5: The selector "app-root" did not match any element

I am currently trying bootstrap angular 5 inside a portlet. This portlet is the only portlet on the page. When I navigate to the page that contains the portlet I do not see any of the UI content that should be displayed. I get an error in the…
androgirl
  • 355
  • 2
  • 7
  • 17
0
votes
1 answer

"Password-protect" specific (private) pages in liferay

I want to implement a mechanism in Liferay 6.2.5 GA6 that if a (private) page has a specific custom field value, the user needs to enter a password to view the page. The problem is not the implementation of the custom field for the pages; the…
0
votes
1 answer

Liferay Session Timeout

Does Liferay generate some event or action when the user session is timed out. I want to perform some action(refresh the page) as soon the session is timed out(don't want to auto renew the session, this I am aware of). The issue is that we have…
Dhruv Pandey
  • 482
  • 6
  • 18
0
votes
1 answer

downloading is not happening when we use Tidy API in Liferay

I have a article(in the form of web content which has particular structure & template) which is calling an ajax method for downloading the entire article. I am using Tidy API for downloading the Article. But when we click on the article the page…
Pradnya
  • 1
  • 1
  • 4
0
votes
1 answer

Liferay 6.2 - how to use Asset Publisher in JSP?

I want to add an asset publisher in my Portlet and i want to configure the asset and any other portlets to be already configured to be able to deploy (drag and drop) anytime and anywhere in my site so would you please help me to find a solution for…
H.abdi
  • 1
  • 1
0
votes
0 answers

Showing RSS feeds in Liferay 6.2

There is RSS portlet in Liferay 6.2. There is option of providing URL for feeds. But I want to have feeds(.rss files) from my Linux server(same server on which Liferay is running). Is it possible?
Dhruv Pandey
  • 482
  • 6
  • 18
0
votes
1 answer

Liferay 6.2 Session autoextend Disadvantages

I found that it's possible to automatically extend Liferay's session. So that the session doesn't expire till you close your browser. Is there any limitations or disadvantages of such approach. Any performance degrade or load issues?
Dhruv Pandey
  • 482
  • 6
  • 18