You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Herman Reintke <hr...@tauri.nl> on 2005/12/19 12:05:33 UTC

SSO management NL locale

LS,

Just found another issue in the J2 Binary with Derby DB:

Login as admin, select dutch as locale, and then accessing the SSO management will give the message 
 
VelocityViewServlet : Error processing the template
Invocation of method 'getString' in class org.apache.jetspeed.om.impl.LanguageImpl threw exception class java.util.MissingResourceException : Can't find resource for bundle java.util.PropertyResourceBundle, key realm 

java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key realm
	at java.util.ResourceBundle.getObject(ResourceBundle.java:314)
	at java.util.ResourceBundle.getObject(ResourceBundle.java:311)
	at java.util.ResourceBundle.getString(ResourceBundle.java:274)
I also tried a number of other locales (polish, portugese) but they give the same result.
Switching to english locale gives again a correct screen.

Kind regards,

Herman Reintke