liferay

Liferay -> Automatically deactivate new users at signup

Hi Is it possible to deactivate users by default in liferay when they sign up so that the administrator could approve/activate thier accounts later on. Thanks in advance ...

Liferay on SQL Server suggestions

Hi, does anyone has any experience of installing Liferay using SQL Server as database ? Any particular problem with installation or performance ? Which version can I use? Maybe I have to use a legacy instance SQL Server 2000 Thanks ...

How to set a Cookie in Liferay portlet?

Hi All, I am having problems of trying to set a session cookie(s) in Liferay 6.0 portlets. I want to be able to set a cookie to the client browser to store application key for the linkedin authentication, where it can be then retrieved by other portlets. I am able to read cookies by using a following: public void addLinkedInCV(Actio...

Liferay : Service Manager

Hi, Can any one help me in understanding the functionality of ServiceManager in Liferay? Regards Vishal G ...

Liferay Export/Import LAR: automated

hi, is there a way to create/export a LAR from liferay server A and import this in liferay server B with a script or even a maven/hudson plugin? I'm using Liferay 6.0.5. thanks, Stijn ...

How to Hide/view the portlets in liferay Portal?

Hello every! I m developing portlets on liferay portal using icefaces, i want to hide/view the portlet programmaticaly from an action written in my managed bean. so please help me ASAP? Thanks in advance... ...

How Do Portlet-Bridge, Richfaces and ajax4jsf work together?

I am trying to get Liferay 6.0, JBoss portlet bridge 2.0 and Richfaces 4.0.0 working together by using the configuration as stated in JBoss Forum and the portlet bridge documentation. My goal is to use JSF 2.0 when implementing protlets. I use maven for building and deploying the portlet in Liferay and included the Richfaces dependancy ...

Need a business perspective on Liferay CMS

friends, I am in need of making a business proposal on Liferay CMS and would like address the following. Any help in this regard is deeply appreciated. A business perspective. • What is it? • Technology stack. • What kind of business it supports. • What is the infrastructure cost involved. • Ease vs. Time of/for developments...

Liferay authentication and authorization (Siteminder and Custom Tomcat Authorization)

I am new to liferay portal. I am afraid, the questions being raised might be simple, but I am not aware. Please clarify. We are trying to build a Portal using Liferay on Tomcat. This Portal should be authenticated by Netegrity SiteMinder and we have our internal authorization mechanism which is built on tomcat security . I have question...

Liferay Change theme for mobile device

hi, I need to change the theme (let's say default theme = classic) to the iphone theme (or whatever) when the user has navigated to the liferay portal using a mobile device. I thought to go about it like this: - create a hook to gets triggered on a user login event - check for the device using the User-Agent request header attribute ...

How to catch an exception and email information about it in liferay portlet

I have a custom portlet made for liferay and sometimes it throws an exception. Why it throws exceptions is irrelevant. How to catch exceptions thrown by portlet handler methods in order to email information about them? I know I could do try catching on every handler method but it would be a much more elegant and cleaner solution to catc...

How to disable CSS minifier in Liferay?

Hi I am using Liferay 5.2.3 CE. How can I disable css minifier. Thanks. ...

url problem in liferay with different windowState

i have bulid a portlet in liferay and have used ajax . when i open site without www all thing is correct but when use www the ajax request url is without www and then response is empty . my liferay portal version is 5.1.1 and i use plugins-sdk and use struts2 portlet and Jsr168 . i have noticed that if i want to request for a portlet wi...

Creating links to organization/community pages in Liferay 6

Lets say I have am Organization object. How do I create an url that points to that organization's public pages? There is a class NavItem that creates links to given layouts, but which one the "front page" is undocumented (among everything else). Then there is PortletURLImpl that can be used (in convoluted way) for this at least as long...

Rendering JSP in ALLOY DIALOG

Hi I am using ALLOY DIALOG in Liferay 6.0.5 as follows: function countPopup(){ AUI().use('aui-dialog', 'liferay-portlet-url', function(A) { var dialog = new A.Dialog({ title: 'Upload Details', centered: true, modal: true, width: 500, height: 400, bodyContent:"testing", ...

How to switch jackrabbit persistence from filesystem to database?

I have a Liferay portal that was configured to use filesystem persitence for jackrabbit. It seems like this persistence mode creates a lot of files on the filesystem (so far something like 113'000) and I'm slowly reaching the file count quota of the server. I would like then to switch to database persistence. I know how to configure i...

Using Liferay Service with Javascript?

Hi, I need to retrieve some information from a Liferay server with Javascript. I build a service in Liferay so I can generate SOAP requests to the wsdl file and retrieve the data I need. That works well with a SOAP client. What is the easiest way to generate these SOAP requests in Javascript? I already tried to use the Javascript SOAP...