Spring IDE WebFlow Validator

The Spring IDE WebFlow will ship an validator which validates the Spring WebFlow Xml configuration files within the WebFlowConfigSet?. If a BeanConfigSet? is associated the validator will try to validate the bean references as well.

Here is a short list of planned features:

Features

  • Xml validation using Xerces including id reference validation on states and transitions - 100%
  • Validation if the referenced bean exists in the BeansConfigSet - 100%
  • Property validation if a bean reference is defined - 0%
  • If method attribute is used the method will be validated if bean reference is defined and the referenced bean exists in the BeansConfigSet - 100%
  • OGNL expressions on transition criterias are validated - 0%
  • SubflowState?'s flow attribute is validated against the configured WebFlowConfigSet? - 100%