[
https://issues.jboss.org/browse/GTNPORTAL-3530?page=com.atlassian.jira.pl...
]
Tuyen Nguyen The commented on GTNPORTAL-3530:
---------------------------------------------
The solution of [PR
895|https://github.com/gatein/gatein-portal/pull/895]:
We add new profile *mssql* for MSSQL server, in this profile we will override
hibernate-mapping and force it generates nvarchar column for table
jbid_io_attr_text_values
So, when user want to run gatein with MSSQL server, he will have to add profile *mssql*
when start gatein. For example in tomcat:
{code}
./gatein-dev.sh -Dexo.profiles=default,mssql run
{code}
User with special UTF-8 character in display name appears not
correctly in GateIn using MS SQL Server 2008
----------------------------------------------------------------------------------------------------------
Key: GTNPORTAL-3530
URL:
https://issues.jboss.org/browse/GTNPORTAL-3530
Project: GateIn Portal
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Tuyen Nguyen The
Assignee: Tuyen Nguyen The
Attachments: displayname_nok.png, displayname_ok.png
Steps to reproduce:
- start GateIn using MS SQL Server 2008, instead of HSQL.
- login as root
- Click on display name to open user profile dialog
- Change user info with first name is "Nguyễn", last name is "Thế
Tuyến", and display name is "Nguyễn Thế Tuyến"
- Click save and now "Nguyễn Thế Tuyến" is appeared correctly in display name
field on the top-right (See [^displayname_ok.png])
- Restart Gatein and login with root again
Problem: Display name appears not correctly. (see [^displayname_nok.png])
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)