Details
-
Type:
Technical Support
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 6.1.0 CE RC1
-
Fix Version/s: 6.1.10 EE GA1, 6.1.1 CE GA2, 6.2.X, --Sprint 5/12
-
Component/s: Upgrade
-
Labels:
-
Environment:PostgreSQL
-
Branch Version/s:6.1.x
-
Backported to Branch:Committed
-
Similar Issues:
-
Epic/Theme:
-
Business Value:5
Description
In file http://svn.liferay.com/browse/~br=trunk/portal/trunk/portal-impl/src/com/liferay/portal/upgrade/v6_1_0/UpgradeMessageBoards.java?r=87507 line 114 there is column name with table name prefix :
long messageId = rs.getLong("messageFlag.messageId");
the same on line 223:
long threadId = rs.getLong("messageFlag.threadId");
it throws exception org.postgresql.util.PSQLException: The column name messageFlag.threadId was not found in this ResultSet.
Solution : remove "messageFlag." from column name.

Rasto,
Thank you for your report.
I can confirm that the strings you mention are still present in Liferay 6.1 GA1.