In class org.springframework.beans.propertyeditor.ClassEditor
There appears to be a bug with the Class.forName(). Changing it to
clazz = Class.forName(text, true,
Thread.currentThread().getContextClassLoader());
makes it more reliable in J2EE environments.
By the way, it would help if all the src jars were included in the download,
with a build script!
Cheers,
Robert
|