JDK 5 有可能产生
"default message [Failed to convert property value of type
'java.lang.String' to required type 'java.util.Date' for property
'orderDate'; nested exception is org.springframework.core.convert.ConversionFailedException:Failed to convert
from type java.lang.String to type java.util.Date for value 'Mon May 27 12:27:20 ART 2013'"
但不是在JDK6上?当前应用程序是 JBoss 上的 Spring,因此转换不是显式的。我从一台机器上的 Jboss 服务器收到此问题,但从另一台机器上的其他 Jboss 未收到此问题。但是现在不知何故我无法检查服务器的 JVM 详细信息有问题。