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

jvergara
19.07.2007 9f02386426b5bb5d931e92c80060fad06b693dd2
refs
author jvergara <jvergara@localhost>
Sunday, August 19, 2007 02:07 +0200
committer jvergara <jvergara@localhost>
Sunday, August 19, 2007 02:07 +0200
commit9f02386426b5bb5d931e92c80060fad06b693dd2
tree 344261b03257830c5ba862323303ea5f6a60f65f tree | zip | gz
parent 84507abb1614be9588ebf8abf57271be427a6cf4 view | diff
Fix for issue 2112.

A new global property has been added to be able to specify to use a ClassLoader
that limits the search of the bundles to the jar containint the Messages class i
f we are running WebStart setup/upgrader. This property is only set in the quic
ksetup.properties file, so the current behavior is preserved for all the other m
essages files. The MessageDescriptor constructors have also been modified and n
ow require a ClassLoader as parameter. With this modifications we have a ClassL
oader defined in QuickSetupMessages.java that will only be used if we are runnin
g QuickSetup. The JnlpProperties have been moved to SetupUtils so that the mess
ages classes only depend on classes on the org.opends.server classes that can be
compiled independently.
1 files deleted
9 files modified
381 ■■■■■ changed files
opends/resource/Messages.java.stub 47 ●●●●● diff | view | raw | blame | history
opends/src/build-tools/org/opends/build/tools/GenerateMessageFile.java 35 ●●●● diff | view | raw | blame | history
opends/src/messages/messages/quicksetup.properties 1 ●●●● diff | view | raw | blame | history
opends/src/messages/src/org/opends/messages/MessageDescriptor.java 184 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/InstallerHelper.java 3 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/webstart/WebStartInstaller.java 6 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/Utils.java 3 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/webstart/JnlpProperties.java 57 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/webstart/WebStartDownloader.java 13 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/SetupUtils.java 32 ●●●●● diff | view | raw | blame | history