Description
Change the Spring default bean naming convention from a simple class name to a full class name. It's to avoid situations like in RESTWS-263.
<beans ...>
<context:component-scan base-package="org.openmrs"
name-generator="org.openmrs.context.BeanNameGenerator" />
</beans>