@ -57,10 +57,10 @@ public class TypeMismatchException extends PropertyAccessException {
@@ -57,10 +57,10 @@ public class TypeMismatchException extends PropertyAccessException {
" to required type ["+ClassUtils.getQualifiedName(requiredType)+"]":"")+
" to required type '"+ClassUtils.getQualifiedName(requiredType)+"'":"")+
(propertyChangeEvent.getPropertyName()!=null?
" for property '"+propertyChangeEvent.getPropertyName()+"'":""),
cause);
@ -84,8 +84,8 @@ public class TypeMismatchException extends PropertyAccessException {
@@ -84,8 +84,8 @@ public class TypeMismatchException extends PropertyAccessException {
@ -45,8 +46,8 @@ public class BeanNotOfRequiredTypeException extends BeansException {
@@ -45,8 +46,8 @@ public class BeanNotOfRequiredTypeException extends BeansException {
@ -48,7 +44,7 @@ public class NoSuchBeanDefinitionException extends BeansException {
@@ -48,7 +44,7 @@ public class NoSuchBeanDefinitionException extends BeansException {
*@paramnamethenameofthemissingbean
*/
publicNoSuchBeanDefinitionException(Stringname){
super("No bean named '"+name+"' is defined");
super("No bean named '"+name+"' available");
this.beanName=name;
}
@ -58,7 +54,7 @@ public class NoSuchBeanDefinitionException extends BeansException {
@@ -58,7 +54,7 @@ public class NoSuchBeanDefinitionException extends BeansException {
super("No bean named '"+name+"' is defined: "+message);
super("No bean named '"+name+"' available: "+message);
this.beanName=name;
}
@ -67,8 +63,7 @@ public class NoSuchBeanDefinitionException extends BeansException {
@@ -67,8 +63,7 @@ public class NoSuchBeanDefinitionException extends BeansException {
@ -77,43 +72,28 @@ public class NoSuchBeanDefinitionException extends BeansException {
@@ -77,43 +72,28 @@ public class NoSuchBeanDefinitionException extends BeansException {
super("No qualifying bean of type '"+type+"' available: "+message);
this.resolvableType=type;
}
@ -125,18 +105,20 @@ public class NoSuchBeanDefinitionException extends BeansException {
@@ -125,18 +105,20 @@ public class NoSuchBeanDefinitionException extends BeansException {
@ -82,7 +82,7 @@ public class ContextAnnotationAutowireCandidateResolver extends QualifierAnnotat
@@ -82,7 +82,7 @@ public class ContextAnnotationAutowireCandidateResolver extends QualifierAnnotat
@ -291,7 +291,7 @@ public class BeanPropertyRowMapper<T> implements RowMapper<T> {
@@ -291,7 +291,7 @@ public class BeanPropertyRowMapper<T> implements RowMapper<T> {
Objectvalue=getColumnValue(rs,index,pd);
if(rowNumber==0&&logger.isDebugEnabled()){
logger.debug("Mapping column '"+column+"' to property '"+pd.getName()+
"' of type ["+ClassUtils.getQualifiedName(pd.getPropertyType())+"]");
"' of type '"+ClassUtils.getQualifiedName(pd.getPropertyType())+"'");
}
try{
bw.setPropertyValue(pd.getName(),value);
@ -301,9 +301,9 @@ public class BeanPropertyRowMapper<T> implements RowMapper<T> {
@@ -301,9 +301,9 @@ public class BeanPropertyRowMapper<T> implements RowMapper<T> {
if(logger.isDebugEnabled()){
logger.debug("Intercepted TypeMismatchException for row "+rowNumber+
" and column '"+column+"' with null value when setting property '"+
@ -73,10 +73,9 @@ public class MessageMethodArgumentResolver implements HandlerMethodArgumentResol
@@ -73,10 +73,9 @@ public class MessageMethodArgumentResolver implements HandlerMethodArgumentResol
@ -85,11 +84,9 @@ public class MessageMethodArgumentResolver implements HandlerMethodArgumentResol
@@ -85,11 +84,9 @@ public class MessageMethodArgumentResolver implements HandlerMethodArgumentResol
@ -132,10 +129,9 @@ public class MessageMethodArgumentResolver implements HandlerMethodArgumentResol
@@ -132,10 +129,9 @@ public class MessageMethodArgumentResolver implements HandlerMethodArgumentResol