Details
-
Type:
Feature Request
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 6.1.20 EE GA2
-
Fix Version/s: None
-
Component/s: WCM, WCM > Staging
-
Labels:
-
Environment:LIFERAY VERSION: 6.1 GA 2
OPERATING SYSTEM: Linux
APPLICATION SERVER: Tomcat 7.0.x
JAVA VIRTUAL MACHINE: Java 6
DATABASE: DB2 9.7
-
Similar Issues:
Description
ISSUE
Importing a LAR file between databases does not consistently work in all cases.
PROPOSAL
Indicate in an error message that a LAR file will have problems importing into a different database from the original.
Liferay allows LAR files to be created which can not be imported in all environments. This is at least the case when HSQL is the origin of the LAR file and the resulting import error message is not helpful in locating the issue.

The main problem is that HSQL does not limit columns to specific sizes, which means that the resulting LAR file can not be imported in databases that do.