added tests

This commit is contained in:
Mark Fisher
2009-12-10 22:26:02 +00:00
parent 34802e77fd
commit 9e4e9ba7e7
2 changed files with 89 additions and 3 deletions

View File

@@ -124,8 +124,8 @@ public abstract class AbstractMessageChannel implements MessageChannel, BeanFact
this.conversionService = this.beanFactory.getBean("conversionService", ConversionService.class);
}
else if (logger.isWarnEnabled()) {
logger.warn("Unable to attempt conversion of Message payload types. " +
"Datatype channel has no explicit ConversionService reference, " +
logger.warn("Unable to attempt conversion of Message payload types. Datatype channel '" +
this.getName() + "' has no explicit ConversionService reference, " +
"and there is no 'conversionService' bean within the context.");
}
}