Temporary Solution Of DAVE Apps Code Generation Problem in Turkish Locale

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
User9771
Level 1
Level 1
In Turkish locale uppercase of "i" is "İ" and lowercase of "I" is "ı". Because JAVA case conversion methods uses default locale there are configuration and code generation errors occuring about DAVE Apps.

To set default locale to en_US for JVM instance running DAVE I have added 2 lines to the end of "DAVE-3.1.10.ini" file as below.

-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502
-showsplash
com.ifx.davex.branding.dave_expert
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
512m
-vmargs
-Xms512m
-Xmx512m
-Declipse.p2.unsignedPolicy=allow
-Dosgi.requiredJavaVersion=1.6
-XX:MaxPermSize=512m
-Duser.language=en
-Duser.country=US


This has solved the problem temporarily.

I have created a ticket about this. (#132473199)
0 Likes
1 Reply
Not applicable
Hi R. Salim,

Thank you very much for the feedback. It has been forwarded further. Will update you once get reply.

Best regards,
Sophia
0 Likes