Upgrading Liferay from 6.0.6 to 6.1.0 lost the portlets from pages - liferay-6

I upgrade from liferay 5.2.3 to 6.0.6 , it was successfully done without any error left; but when I upgrade from 6.0.6 to 6.1.0 GA1 portlets are removed from the pages as they were on pages in liferay 5.2.3 and in 6.0.6, I am asking for the liferay portlets like web content display etc.
Anyone has any idea?

I figured out the problem, here is the solution.
setting which portlet is placed on which page and on which layout-column is stored in the "layout_" table in the "typesettings" column.
there were layout missing, by deploying the required layout it works.
Thanks

Related

BaseActionableDynamicQuery Upgrading to LiferayDXP

I'm upgrading portlet from Liferay 6.2 to Liferay DXP.
I cannot find the BaseActionableDynamicQuery in Liferay 7 API.
Thanks
DefaultActionableDynamicQuery replaces in Liferay 7 the old BaseActionableDynamicQuery of Liferay 6.2
More info see source code here:
https://github.com/liferay/liferay-portal/blob/7.0.x/portal-kernel/src/com/liferay/portal/kernel/dao/orm/DefaultActionableDynamicQuery.java

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 Liferay "Add Application" list.
I've checked the xml namespace declarations, liferay xml files (portlet, display) and all seem to be compliant with the liferay specs. The logs do not show any errors but I did notice that the logs were NOT showing the "x portlets are available for use" message as it used to in the previous build.
The problem was with the Liferay build itself. The web.xml parser is faulty and breaks when comments/filters are present in web.xml. I got the latest patches from Liferay and that fixed it. The other way to fix it is to remove comments from web.xml and clean up the filter declarations properly.

Tutorial for creating own portlet in liferay with eclipse

I want to create My Own Portlet With the Eclipse JUNO for Liferay. I have googled a lot but that's provide me only for using with netbeans so can anyone guide me or give me link of the tutorial for the creating portlet from scratch in eclipse.
I have tried with the following
ADD-> new Liferay Projects
And then its not showing in a liferay the portlet which i have created
I have successfully installed liferay in my windows7 as well as i have also integrated ready made books portlet but just having while creating simple hello world portlet of my own
very before i have even follow this link http://www.youtube.com/watch?v=-EbyIbMWrCI
but its showing my portlet in update manager option in admin account as a status is "UNKNOWN"
For creating a portlet at Eclipse please have a look at Liferay development in Eclipse .
For getting ready portlet visible on Liferay you could find instructions for example on this: How to deploy portlets to Liferay?
Here is the installation guide and getting started tutorial.

How to integrate JasperServer into Liferay

How can I integrate JasperServer 4 to Liferay 6? I found an article that describes how to integrate JasperServer CE 3.7.0 into Liferay 6.0.5. But I doubt that it won't be applicable to version 4. I check http://sourceforge.net and found a portlet for JasperServer 3.7.1. However, there is no JasperServerPortlet for version 4 in the web site.
There's one here:
http://sourceforge.net/projects/jasperserver/files/JasperServer/JasperReports%20Server%204.7.0/ - JasperReportsServer-portlet-4.7.0.war
Note though that it's intended for JBoss portal, so it's possible something won't work in Liferay. Unfortunately, this would mean you'd have to develop your own integration for Liferay.

Portlet Development with Tomcat and Eclipse

I'm starting to learn some portlet development. I'm wondering if there are any good (preferably recent since many of the guides I saw date back a few years) Hello Portlet or beginners guides. I have eclipse set up but I'm not sure what plugins/libraries/etc I need to start developing portlets for a Tomcat server.
Any help would be appreciated!
Liferay Portal (open source portal) has a set of eclipse plugins called Liferay IDE. If you set it up and also setup a Liferay Plugin SDK (zip download), then use the New Liferay Project wizard after installing the Liferay IDE plugins you will have everything you need. You can see the Liferay IDE Getting Started guide for how to deploy your first portlet to Liferay.