wigsyboy - 2005-10-12

Logged In: YES
user_id=1212207

I found the same problem with NullPointerExceptions.

I found the problem was caused by the commons-lang.jar in
the WebLogic Domain overwriting commons-lang-2.1.jar
which was on my project classpath.

The solution that worked for me was to use the commons-
lang-2.1.jar in my WebLogic Domain. I updated the
startWeblogic.cmd to replect the use of this jar