-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.1.20 EE GA2, 6.1.X EE, 6.2.X EE, 7.0.0 M3
-
Fix Version/s: 6.2.2 CE GA3 , 6.2.X EE, 7.0.0 M1
-
Component/s: Portal Services, Portal Services > Store, Util > Shopping
-
Environment:LIFERAY VERSION: 6.1 GA2
OPERATING SYSTEM: N/A
APPLICATION SERVER: Tomcat 7.0
JAVA VIRTUAL MACHINE: Java 6
DATABASE: Oracle 11.2
-
Branch Version/s:6.2.x, 6.1.x
-
Backported to Branch:Committed
-
Story Points:5
-
Git Pull Request:
Issue: Liferay's UI allows users to enter 4000 characters into a text box with the Shopping Portlet, but Oracle has a 4000 multibyte limit for Varchar2 fields that conflicts with this character limit. This leads to the Portlet not being available when this multibyte limit is breached.
Steps to Reproduce
1. Configure Liferay to use Oracle 11 as the database
2. Add the Shopping Portlet to a Page
3. Select Add Item and in the Window that opens, fill in the fields SKU, Name, and up the Stock Quantity to 1. Hit 'Save'
4. Select the item that you just created and select "Add to Shopping Cart"
5. In the Window that opens, hit Checkout
6. Fill in your Billing Address, Shipping Address, and Credit Card info
7. In the Comments box, enter the text in the attached text document
Expected Result: The order is processed
Actual Result: Receive message that the Shopping Portlet is temporarily unavailable.
If Oracle is not used as the database, this issue does not occur.
- is related to
-
LPE-11078 Shopping Cart comments is unable to process more than 1333 characters in Oracle if using multibyte characters
-
- Closed
-