The problem is that the container does not print the nested exception (e). However, we are logging it with LOGGER.error(...). If you turn logging on for the server side you should be able to see the root cause of the error.
The root cause is in the log, actually:
-----Original Message----- From: Matt Raible [mailto:[EMAIL PROTECTED]
[snip]
[java] Caused by: java.util.MissingResourceException: Can't find bundle for base name org.appfu se.webapp.action.LoginServletTest, locale en_US [java] at
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.ja
va:804) [java] at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:773) [java] at java.util.ResourceBundle.getBundle(ResourceBundle.java:511) [java] at
org.appfuse.webapp.action.LoginServletTest.<init>(LoginServletTest.java:
29) [java] ... 48 more
[very mangled now :-P ]
That said: I have no idea what this may be caused by either.
-- Christopher Lenz /=/ cmlenz at gmx.de
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
