Details
-
Type:
Feature Request
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 6.1.20 EE GA2
-
Fix Version/s: None
-
Component/s: Infrastructure, Infrastructure > DBs, WCM, WCM > Localization
-
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
Around 32 bytes are used for each translated value: <Name language-id"[la_NG]">[text]</Name>. This means it takes at least ~1430 bytes before any translated values are even entered into the database.

Intended as a footnote to the issue outlined in LPS-32168.
The method in which translatable (service builder) fields are encoded is very verbose.
1430 = 32 * 44 + <size of XML root document>