> errorMessages = ResourceBundle.getBundle("errorMessages");
>
> As mentioned, this method works when having the resource files
> in the mailet jar file packaged in the sar file, but doesn’t
> seem to work when I place the mailet jar file in the SAR-INF/lib dir.
Do you see any difference in behavior of you call:
ResourceBundle.getBundle("errorMessages",
Locale.getDefault(),
this.getClassLoader());
instead? The "this" should be the mailet from your custom jar file.
--- Noel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]