mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
01.49.2009 b68abe2f1da84fcd4bcc6555b0599d9eafebb18b
refs
author jvergara <jvergara@localhost>
Wednesday, July 1, 2009 13:49 +0200
committer jvergara <jvergara@localhost>
Wednesday, July 1, 2009 13:49 +0200
commitb68abe2f1da84fcd4bcc6555b0599d9eafebb18b
tree 31218827fe92328c8966f0c583d19e73c735418e tree | zip | gz
parent eb0139c8edc492a2ee316fd0624ba1069390bf42 view | diff
Fix for issue 4080 (Using Quicksetup jnlp link: OpenDS splashscreen is displayed during a long while)

The problem comes because quicksetup.jar contains the utility properties. The code tries to load the correct bundle for the preferred language (for ES), since it is not in quicksetup.jar (no messages_en is included), waits till all the jars are downloaded. This makes the splashscreen to stay till all the jars are downloaded.

In fact this can be considered a duplicate of 2112. The fix consists on marking utility.properties the same as quicksetup.properties: when the server is launched using java web start it will use a particular class loader.
1 files modified
1 ■■■■ changed files
opends/src/messages/messages/utility.properties 1 ●●●● diff | view | raw | blame | history