@ -439,9 +439,9 @@ public class DefaultListableBeanFactory extends AbstractAutowireCapableBeanFacto
@@ -439,9 +439,9 @@ public class DefaultListableBeanFactory extends AbstractAutowireCapableBeanFacto
if(allowEagerInit){
throwex;
}
// Probably contains a placeholder: let's ignore it for type matching purposes.
if(this.logger.isDebugEnabled()){
this.logger.debug("Ignoring bean class loading failure for bean '"+beanName+"'",ex);
// Probably a class name with a placeholder: let's ignore it for type matching purposes.
if(logger.isDebugEnabled()){
logger.debug("Ignoring bean class loading failure for bean '"+beanName+"'",ex);
}
onSuppressedException(ex);
}
@ -449,9 +449,9 @@ public class DefaultListableBeanFactory extends AbstractAutowireCapableBeanFacto
@@ -449,9 +449,9 @@ public class DefaultListableBeanFactory extends AbstractAutowireCapableBeanFacto
if(allowEagerInit){
throwex;
}
// Probably contains a placeholder: let's ignore it for type matching purposes.
if(this.logger.isDebugEnabled()){
this.logger.debug("Ignoring unresolvable metadata in bean definition '"+beanName+"'",ex);
// Probably some metadata with a placeholder: let's ignore it for type matching purposes.
if(logger.isDebugEnabled()){
logger.debug("Ignoring unresolvable metadata in bean definition '"+beanName+"'",ex);
}
onSuppressedException(ex);
}
@ -521,8 +521,8 @@ public class DefaultListableBeanFactory extends AbstractAutowireCapableBeanFacto
@@ -521,8 +521,8 @@ public class DefaultListableBeanFactory extends AbstractAutowireCapableBeanFacto
this.logger.debug("Ignoring match to currently created bean '"+exBeanName+"': "+
if(logger.isDebugEnabled()){
logger.debug("Ignoring match to currently created bean '"+exBeanName+"': "+
ex.getMessage());
}
onSuppressedException(ex);
@ -680,8 +680,8 @@ public class DefaultListableBeanFactory extends AbstractAutowireCapableBeanFacto
@@ -680,8 +680,8 @@ public class DefaultListableBeanFactory extends AbstractAutowireCapableBeanFacto
this.logger.trace("No bean named '"+beanName+"' found in "+this);
if(logger.isTraceEnabled()){
logger.trace("No bean named '"+beanName+"' found in "+this);
}
thrownewNoSuchBeanDefinitionException(beanName);
}
@ -725,8 +725,8 @@ public class DefaultListableBeanFactory extends AbstractAutowireCapableBeanFacto
@@ -725,8 +725,8 @@ public class DefaultListableBeanFactory extends AbstractAutowireCapableBeanFacto