4.4 Avoiding Naming Conflicts with Spring Bean conversionService

Spring Framework 3.0 looks for a bean named 'conversionService' and expects it to be of the type org.springframework.core.convert.ConversionService. If a project has an existing bean named 'conversionService' (not unlikely especially for Spring Web Flow projects), you need to rename the bean to avoid a conflict.