BATCH-1387: fix some errors and check the effect of new bundle in STS

This commit is contained in:
dsyer
2010-01-04 12:42:08 +00:00
parent 506cfcf8ee
commit bf1a83b8d4
8 changed files with 240 additions and 240 deletions

View File

@@ -155,7 +155,7 @@ public abstract class AbstractFlowParser extends AbstractSingleBeanDefinitionPar
String flowName = (String) builder.getRawBeanDefinition().getAttribute("flowName");
if (!stepExists && !StringUtils.hasText(element.getAttribute("parent"))) {
parserContext.getReaderContext().error("The flow [" + flowName + "] must contain at least one step",
parserContext.getReaderContext().error("The flow [" + flowName + "] must contain at least one step, flow or split",
element);
}