rsitze 2002/09/20 09:54:37
Modified: java/src/org/apache/axis/i18n MessagesConstants.java
Log:
And now the correct fix.
Revision Changes Path
1.3 +6 -2 xml-axis/java/src/org/apache/axis/i18n/MessagesConstants.java
Index: MessagesConstants.java
===================================================================
RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/i18n/MessagesConstants.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MessagesConstants.java 20 Sep 2002 16:35:36 -0000 1.2
+++ MessagesConstants.java 20 Sep 2002 16:54:37 -0000 1.3
@@ -69,6 +69,10 @@
public static final String rootPackageName = "org.apache.axis.utils".intern();
public static final ResourceBundle rootBundle =
- ResourceBundle.getBundle("org.apache.axis.utils.axisNLS");
-// org.apache.axis.utils.Messages.getResourceBundle();//
+ ProjectResourceBundle.getBundle(projectName,
+ rootPackageName,
+ resourceName,
+ locale,
+ MessagesConstants.class.getClassLoader(),
+ null);
}